19 lines
377 B
Markdown
19 lines
377 B
Markdown
# vscodestat README
|
|
|
|
collect stats about a user's activity in vscode
|
|
|
|
## Features
|
|
|
|
it can track :
|
|
- file opening
|
|
- file saving
|
|
- window focus
|
|
|
|
## Extension Settings
|
|
|
|
* `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
|