noxifoxi
Deno language server stops working in VS Code
It seems like LSP works properly now:
in
.vscode/settings.json
I use "deno.enablePaths": [ "src" ]
in deno.json
I use "exclude": [ "static/" ]
(this seems to be the resolving line)
I don't get shown by VS Code when I edit files in src/
that this is a deno environment (because of deno.enablePaths
), but I get full code suggestions by LSP.52 replies
Deno language server stops working in VS Code
@mrcool for the linter I guess? https://deno.land/manual@v1.36.3/getting_started/configuration_file#lint
52 replies
Deno language server stops working in VS Code
This might be a workaround: https://discord.com/channels/684898665143206084/684898665151594506/1147037300417638431 but should not be a permanent solution…
52 replies