Vscode_deno: "Deno": Unknown word.

Created on 19 Jun 2020  路  7Comments  路  Source: denoland/vscode_deno

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,
}

Screen Shot 2020-06-19 at 4 22 21 AM

bug

Most helpful comment

Similar issue:
Cannot find name 'Deno'
image

settings.json:

{
  "deno.enable": true
}

All 7 comments

Hey @justdayan, this is likely caused by the Code Spell Checker extension, not the Deno VS Code extension.

Similar issue:
Cannot find name 'Deno'
image

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.

Was this page helpful?
0 / 5 - 0 ratings