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?
Asked
Active
Viewed 9,497 times
5
-
Can you attach a screenshot of the error so that we can help you – Code Carbonate Jul 11 '20 at 06:27
-
https://stackoverflow.com/questions/53636350/re-enable-title-bar-in-visual-studio-2019 – wiretext Jul 11 '20 at 06:37
-
I can tell you the message that is popping @Vishnu "Your code installation appears to be corrupt. Please reinstall" – Tanvi Agarwal Jul 11 '20 at 06:55
-
@wiretext this is not my problem's solution. – Tanvi Agarwal Jul 11 '20 at 06:56
-
I resolved this issue recently by deleting the earlier instance of my VS Code and reinstalling again. – Tanvi Agarwal Sep 01 '20 at 04:56
4 Answers
14
- Install the extension "Fix VSCode Checksums"
- Open the command palette (Ctrl + Shift + P) and then write and select "Fix Checksums: Apply"
- 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
-
1This 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

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