This commit is contained in:
Raphael Piccolo 2024-07-04 14:20:45 +02:00
parent 5ccb93835d
commit b07a29c868
2 changed files with 3 additions and 0 deletions

View File

@ -14,3 +14,5 @@ it can track :
* `vscodestat.setUrl`: function to set the remote server's url
this will set the variable vscodestat.url
* `vscodestat.callUrl`: funciton to test if it works
Sample url : https://xxxxxx/vscodestat?userName=raf

View File

@ -31,6 +31,7 @@ export function activate(context: vscode.ExtensionContext) {
return;
}
await makeHttpRequest({ event: 'ping'});
vscode.window.showInformationMessage('callUrl done');
});
context.subscriptions.push(disposable3);