Hi All,
For whatever reason, I have the extension installed on 2 separate machines and I can't get it to recognize the namespace Deno. Am I missing something?
I have this in .vscode/settings.json
{
"deno.enable": true,
}

Hey @justdayan, this is likely caused by the Code Spell Checker extension, not the Deno VS Code extension.
Similar issue:
Cannot find name 'Deno'

settings.json:
{
"deno.enable": true
}
I'm having the same issue than @jeroenptrs but when using the deprecated vscode extensions everything works fine.
This should be fixed now. If you still encounter this error, please open a new issue.
@BentoumiTech should be resolved when setting deno.enable on your workspace instead of globally
@jeroenptrs Thank you I will try
If you've set deno.enable and it still says cannot find "Deno" then just restart vscode and it should work.
Most helpful comment
Similar issue:

Cannot find name 'Deno'settings.json: