up
This commit is contained in:
parent
5ccb93835d
commit
b07a29c868
@ -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
|
||||
|
@ -31,6 +31,7 @@ export function activate(context: vscode.ExtensionContext) {
|
||||
return;
|
||||
}
|
||||
await makeHttpRequest({ event: 'ping'});
|
||||
vscode.window.showInformationMessage('callUrl done');
|
||||
});
|
||||
context.subscriptions.push(disposable3);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user