Visual Studio Code Loses Javascript Syntax Highlight After Upgrading to 0.10.10

Here is my screenshot? How to solve this? Thank.enter image description here

+4
source share
1 answer

I had the same problem and this solution worked for me:

Go to %appdata%\Code\Local Storageand delete them in the files: file__0.localstorageand file__0.localstorage-journal.

On macOS, the file path

/Users/<user>/Library/Application Support/Code/Local Storage.

Your VS code settings will reset to default.

+9
source

All Articles