VSC Deno unknown extension issue
I can't really find any answers to that issue. It logs every time i edit file. Like i know the client is not running, but how do i turn it on ?
20 Replies
It is so annoying. Especially that only thing i need is font coloring and error markdown.
Which file is it happening on @Liten ?
CC @nayeemrmn please take a look at this one
main.ts
Is there any more output in that
Output
VSCode panel?I had not seen that before 🤨
Ah, that's helpful thanks. I'm gonna ask @nayeemrmn to help with that, but it feels like a broken extension installation of the extension or you're using super old version of Deno
If you scroll up that panel all the way up, which Deno version is used?
1.46.3
If it is important im using Code OSS. Its VScode from flatpak on Arch
That should be fine
GitHub
GitHub - denoland/vscode_deno: Visual Studio Code plugin for Deno
Visual Studio Code plugin for Deno. Contribute to denoland/vscode_deno development by creating an account on GitHub.
Are you from Poland ? Ur nick sounds like u would.
Is there a reason you're staying on v1.46.3?
If not, please upgrade to v2.0.2
Yes
No. I just downloaded it. I have to reinstall it then .
Try
deno upgrade
It looks like VSC does not recognise version 2.0
As i assume, this is the right extension for deno 2.0 ?
There is also this one, and i see that it is valid also.
Yeah, it's this one
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.