codingisforyou
codingisforyou

Reputation: 101

Visual Studio Code - Extensions Fail to Install, Says "Installing" then gets stuck

Just downloaded Nov version 1.8.1, Windows 10 VS Code. Opens up fine. I try installing any Extension, it just hangs, says Installing. Never installs any extensions.

I tried making the .vsix path readable, i tried version 1.7, I tried uninstalling, re-installing. I tried adding the core, removing the core, the SDK, removing the SDK, I tried running as Admin. Nothing worked.

Upvotes: 10

Views: 14551

Answers (2)

rundekugel
rundekugel

Reputation: 1461

With Linux it worked for me to delete the depending subfolder in

~/.vscode/extensions

thanks to Aaron Lee

Upvotes: 0

Ajay Magan
Ajay Magan

Reputation: 31

This worked for me In the .vscode\extensions directory i found a file called obsolete and deleted it and was able to install extensions manually downloaded via VSIX

Upvotes: 3

Related Questions