Visual Studio Code [Unsupported] not resolved

Viewed 8050

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?

4 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.

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.

I have resolved this issue as of now by uninstalling and reinstalling after removing the patch extension I used. Now my VS Code is working amazingly

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.

MY PROBLEM SOLVED

Related