2024-04-04 09:59:43 +02:00
|
|
|
# vscodestat README
|
|
|
|
|
|
|
|
collect stats about a user's activity in vscode
|
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
|
|
it can track :
|
|
|
|
- file opening
|
|
|
|
- file saving
|
|
|
|
- window focus
|
|
|
|
|
|
|
|
## Extension Settings
|
|
|
|
|
2024-07-04 14:16:32 +02:00
|
|
|
* `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
|
2024-07-04 14:20:45 +02:00
|
|
|
|
|
|
|
Sample url : https://xxxxxx/vscodestat?userName=raf
|