vscode-coding-tracker
vscode-coding-tracker copied to clipboard
Provide an option to stop tracking since startup / reload of VSCode
As said, it wold be nice to have the option of no automatically starting the server each time the editor is opened / reloaded i.e. not automatically start tracking at editor startup.
I will add it in the feature but not now because I am busy on a business project and graduation thesis. If you want take effects now, you can follow below content:
Edit the file .vscode\extensions\hangxingliu.vscode-coding-tracker-0.6.0\extension.js in your home directory. convert line 230 become a comment line.
// localServer.init(context);
Example file path:
-
C:\Users\VirtualBox\.vscode\extensions\hangxingliu.vscode-coding-tracker-0.6.0\extension.js -
/home/hangxingliu/.vscode/extensions/hangxingliu.vscode-coding-tracker-0.6.0/extension.js
I don't have much time too, but if I find time would you accept a PR adding such configuration option?