Deno.enable not working
https://docs.deno.com/runtime/manual/references/vscode_deno/#deno-enabling-a-workspace
In another project, I manually created (in VSC) the root folder
In a new project (in the same workspace), I tried this again but it does not work in the editor:
When trying to run, it works fine.
I'm using Deno 1.42.4 and VSCodium 1.88.1.24104
In another project, I manually created (in VSC) the root folder
.vscode and the file settings.json with the content { "deno.enable": true } and it worked.In a new project (in the same workspace), I tried this again but it does not work in the editor:
Cannot find module 'jsr:@std/dotenv' or its corresponding type declarations.ts(2307)When trying to run, it works fine.
I'm using Deno 1.42.4 and VSCodium 1.88.1.24104
