Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Code [Unsupported] not resolved

Even after uninstalling and reinstalling I am facing the issue of Unsupported in Visual Studio Code title bar. Can anybody help me with the issue?

like image 909
Tanvi Agarwal Avatar asked Dec 10 '22 00:12

Tanvi Agarwal


2 Answers

  1. Install the extension "Fix VSCode Checksums"
  2. Open the command palette (Ctrl + Shift + P) and then write and select "Fix Checksums: Apply"
  3. Finally, close VS Code and open it again.
like image 95
Gimnath Avatar answered Jan 22 '23 17:01

Gimnath


You might get this after installing some extensions that directly modify (patch) the VS Code product.

I got this issue after installing "SynthWave 84" extension.

Official documentation is recommending the reinstallation of VSCode!

However, Took the following steps to resolve this issue as I never wanted to reinstall VSCode!

  • Uninstall "SynthWave 84" extension and this restarts VSCode
  • Restart VSCode manually again by closing all the VSCode projects
  • Update VSCode (Click on Settings -> Check for Updates) and this restarts VSCode.

Voila, the issue got resolved without having to reinstall VSCode.

like image 37
stayingcool Avatar answered Jan 22 '23 17:01

stayingcool