Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ferreteleco opened this issue Sep 28, 2018 · 2 comments
Open

Comments

@ferreteleco
Copy link

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
Copy link
Owner

hangxingliu commented Sep 28, 2018

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

@ferreteleco
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants