reactjstypescriptvisual-studio-code

Visual Studio Code extensions stopped working suddenly


I'm having problem with my Visual Studio Code. Yesterday I had my pc shut down with VS Code open, and when I turned pc on again, all VS Code extensions stopped working. I'm using React and Typescript in my project and I really need those extensions. My eslint and prettier configurations also stopped working. If somebody had the same problem please answer.


Solution

  • I had this problem too. You can fix with the following:

    1. Open the command palette (Ctrl + Shift + P)
    2. Run Disable All Installed Extensions
    3. Then run Enable All Extensions.
    4. Restart Visual Studio Code

    You can make sure again that the extensions are enabled.