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

Do not edit every workspace with files inside .vscode folder #25

Closed
isidorn opened this issue Apr 21, 2016 · 1 comment
Closed

Do not edit every workspace with files inside .vscode folder #25

isidorn opened this issue Apr 21, 2016 · 1 comment

Comments

@isidorn
Copy link

isidorn commented Apr 21, 2016

  1. Install VSCode c++ extension
  2. Any workspace I open in vscode will get modified, even if it does not have C++ -> files will be added inside the .vscode folder

Optimally the extension would not touch the content of any workspace.
If that is not possible the extension should only touch the content of C++ workspaces. I believe this could be achieved by being activated on the event onDebug:cpp. This event will be availble in the April release.

@sridmad
Copy link
Member

sridmad commented Apr 21, 2016

Duplicate of #6.

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

No branches or pull requests

2 participants