Visual Studio Code [Unsupported] not resolved
Asked Answered
A

4

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?

Aegir answered 11/7, 2020 at 6:24 Comment(5)
Can you attach a screenshot of the error so that we can help youUncovered
#53636850Interdental
I can tell you the message that is popping @Vishnu "Your code installation appears to be corrupt. Please reinstall"Aegir
@Interdental this is not my problem's solution.Aegir
I resolved this issue recently by deleting the earlier instance of my VS Code and reinstalling again.Aegir
E
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.

Elliot answered 18/9, 2020 at 9:11 Comment(1)
Thank you for this response, I have already resolved my error.Aegir
C
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.
Creationism answered 20/7, 2021 at 4:41 Comment(0)
E
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.

Elliot answered 18/9, 2020 at 9:11 Comment(1)
Thank you for this response, I have already resolved my error.Aegir
A
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

Aegir answered 18/9, 2020 at 10:51 Comment(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.Leomaleon
D
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 😃

Denoting answered 9/12, 2021 at 15:33 Comment(1)
This exact solution is already mentioned here: https://mcmap.net/q/1863646/-visual-studio-code-unsupported-not-resolvedMorelock

© 2022 - 2024 — McMap. All rights reserved.