-
Notifications
You must be signed in to change notification settings - Fork 146
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
Add a command for deno disable #816
Comments
This Issue sounds interesting. I'd like to work on resolving this issue as my first contribution. I'm not sure if I can achieve it, but I want to try. |
@You-saku Thanks! A similar command is registered here: vscode_deno/client/src/extension.ts Lines 444 to 447 in cf0a2a9
vscode_deno/client/src/commands.ts Lines 96 to 104 in cf0a2a9
|
Just a note: This functionality previously existed and was removed. Ref: #170 |
Thanks. I saw the past issue and discussion. I thought it wasn't enough to add it as a command too. So, This issue close ? |
Given the extension's current default behavior, I think it is very useful for a "disable" command to exist again. |
@nayeemrmn this seems reasonable. Could you add it? |
Just add a command palette command that allows to disable deno linting.
The current solution is to manually make a
.vscode/settings.json
file and set"deno.enable": false
The text was updated successfully, but these errors were encountered: