Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 641
Bagusflyer Avatar asked Jan 06 '23 12:01

Bagusflyer


1 Answers

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.

like image 93
Tomas Avatar answered Jan 29 '23 13:01

Tomas