Bagusflyer
Bagusflyer

Reputation: 12915

Visual studio code lost Javascript syntax highlight after upgrading to 0.10.10

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

Upvotes: 4

Views: 3167

Answers (1)

Tomas
Tomas

Reputation: 144

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

Go to %appdata%\Code\Local Storage and delete those to files: file__0.localstorage and file__0.localstorage-journal.

On macOS, the path to the files is

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

Your VS Code settings will be reset to default.

Upvotes: 9

Related Questions