Home > Blockchain >  why did the text in my vs code turn white?
why did the text in my vs code turn white?

Time:11-18

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?

CodePudding user response:

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 .

CodePudding user response:

I had the same problem when I opened my vscode today. Disabling the Javascript and Typescript Nightly extension fixed my issue.

  • Related