Liten
Liten•5w ago

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 ?
No description
No description
20 Replies
Liten
LitenOP•5w ago
It is so annoying. Especially that only thing i need is font coloring and error markdown.
bartlomieju
bartlomieju•5w ago
Which file is it happening on @Liten ? CC @nayeemrmn please take a look at this one
Liten
LitenOP•5w ago
main.ts
bartlomieju
bartlomieju•5w ago
Is there any more output in that Output VSCode panel?
Liten
LitenOP•5w ago
No description
Liten
LitenOP•5w ago
I had not seen that before 🤨
bartlomieju
bartlomieju•5w ago
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?
Liten
LitenOP•5w ago
No description
Liten
LitenOP•5w ago
1.46.3 If it is important im using Code OSS. Its VScode from flatpak on Arch
bartlomieju
bartlomieju•5w ago
That should be fine
bartlomieju
bartlomieju•5w ago
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.
Liten
LitenOP•5w ago
Are you from Poland ? Ur nick sounds like u would.
bartlomieju
bartlomieju•5w ago
Is there a reason you're staying on v1.46.3? If not, please upgrade to v2.0.2 Yes
Liten
LitenOP•5w ago
No. I just downloaded it. I have to reinstall it then .
bartlomieju
bartlomieju•5w ago
Try deno upgrade
Liten
LitenOP•5w ago
It looks like VSC does not recognise version 2.0
Liten
LitenOP•5w ago
As i assume, this is the right extension for deno 2.0 ?
No description
Liten
LitenOP•5w ago
There is also this one, and i see that it is valid also.
No description
bartlomieju
bartlomieju•5w ago
Yeah, it's this one
nayeemrmn
nayeemrmn•5w ago
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.