nayeemrmn
VSC Deno unknown extension issue
The error message suggests you might have
"deno.suggest.imports": true/false
somewhere. Try removing that and reloading.
Also you might have multiple instances of the Deno extension running, if it's saying a command already exists... I know the one you showed is disabled but try uninstalling it or any others. Check your extension list.26 replies
Deno.enable not working
Okay, you have to copy all your linting and formatting rules to all deno.json's. We don't apply inheritance yet, can fix this soon. It worked in previous versions because the more local deno.json's weren't respected at all
78 replies