vscode-coding-tracker icon indicating copy to clipboard operation
vscode-coding-tracker copied to clipboard

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

Open ferreteleco opened this issue 7 years ago • 2 comments

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.

ferreteleco avatar Sep 28 '18 12:09 ferreteleco

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

hangxingliu avatar Sep 28 '18 17:09 hangxingliu

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

ferreteleco avatar Oct 02 '18 14:10 ferreteleco