VSCode starting Deno even if enabled=falseI
I use VSCode in a large project (with several JS packages, none of which use Deno), and after installing the Deno extension, the typescript extension fails to start (crashes 5 times and then gives up).
My understanding is that by default, Deno isn't supposed to start, for this very reason, but it still is? I do not have a deno.json file anwyhere, and I've even tried setting
My understanding is that by default, Deno isn't supposed to start, for this very reason, but it still is? I do not have a deno.json file anwyhere, and I've even tried setting
deno.enable to false in .vscode/settings.json. Any idea what might be going on?