hangxingliu / vscode-coding-tracker

:clock10: A coding activities tracker(time, file, type)
GNU General Public License v3.0
169 stars 36 forks source link

Provide an option to stop tracking since startup / reload of VSCode #25

Open ferreteleco opened 5 years ago

ferreteleco commented 5 years ago

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.

hangxingliu commented 5 years ago

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:

ferreteleco commented 5 years ago

I don't have much time too, but if I find time would you accept a PR adding such configuration option?