t-sauer / autolinting-for-javascript

Activates the correct Javascript linter for the current opened workspace in VSCode
https://marketplace.visualstudio.com/items?itemName=t-sauer.autolinting-for-javascript
MIT License
0 stars 0 forks source link

Add config to disable the extension #8

Closed t-sauer closed 8 years ago

t-sauer commented 8 years ago

Currently the extension always overrides the workspace settings if a workspace is opened. Because of that linters can not be set manually by an user.
An option to deactivate the extension for a single workspace (or through the global settings) should solve this problem. The action to automatically set linters through the command palette should still work though.