5

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?

NoobTW
  • 2,466
  • 2
  • 24
  • 42
Tanvi Agarwal
  • 156
  • 3
  • 10

4 Answers4

14
  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.
Gimnath
  • 824
  • 9
  • 11
6

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.

stayingcool
  • 2,324
  • 1
  • 21
  • 24
1

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

Tanvi Agarwal
  • 156
  • 3
  • 10
  • 1
    This worked, and it may be useful for others to know that VS Code saved all my settings, repositories, recent files, even the tabs I had open! So it is a very low risk option. – HaveSpacesuit Apr 07 '22 at 14:51
1

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

  • This exact solution is already mentioned here: https://stackoverflow.com/a/68449626/17175441 – aerial Dec 11 '21 at 13:39