skip to Main Content

Okay so my vs code was normal, then i restarted my laptop without closing the app. I opened it after and almost all the text was white. It isnt the theme, because its always been on Dark+. I dont think i clicked anything major that would cause this. Its really hard to code like this. It is javascript file btw.

This is a screenshot of what it looks like:
enter image description here

As you can see, the comments that are meant to be green are white, the file imports and text that are meant to be orange are white. ‘await’ that is meant to be purple is white. even ‘const’ is white. anyone know how to fix this?

2

Answers


  1. The theme thats currently active on the screenshot is Dark, what you want is Dark+.

    Check if you have set your color-theme to Dark+ by going to View > Command Pallete > "Preference: Color Theme". It seems to be set to Dark, then set it to Dark+.

    Login or Signup to reply.
  2. I had the same problem when I opened my vscode today.
    Disabling the Javascript and Typescript Nightly extension fixed my issue.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search