How to disable deno linter for whole project directory?
I'm using deno with mixed project folders, some use Vue and shouldn't be linted by deno. How do i disable it for the project folder?
.vscode/settings.json you can set I believe.deno.lint to false. When I press save in the settings.json I can see some editors flashing so it's obviously reloading stuff:





.vscode/settings.json
Presumably you have the Deno language extension enabled globallyis due to not being in that settings.json.

// When a value is set, the value of is ignored.So if you have an enable path that matches your current path, then even if you turn
deno.enable off this will still override that apparently.// Controls if the Deno Language Server is enabled. When enabled, the extension will disable the built-in VSCode JavaScript and TypeScript language services, and will use the Deno Language Server instead.
//
// If you want to enable only part of your workspace folder, consider using setting instead.
//
// Not recommended to be enabled globally.
"deno.enable": false,
deno.enable also set to false?
deno --version?"deno.lint": falseDeno: Restart Language Server"deno.enablePaths": [...]enablePaths"lib"test/some.test.ts"deno.enable": truesettings"deno.enabled": true"deno.enablePaths: [...]modules/foolibA/modules/foolibB/modules/foo/home/user/dev/dev/denostuff/libA/modules/Foodeno.enablePathsdeno.enablePaths"deno.enable"