Home > Enterprise >  No coloring of typescript keywords in vscode after vscode update
No coloring of typescript keywords in vscode after vscode update

Time:11-18

After an update today, my code is no longer colored as shown below enter image description here

For example, the keyword "import" is not coloured.

CodePudding user response:

I fixed the issue by disabling "JavaScript and TypeScript Nightly" extension

CodePudding user response:

I observed the same trouble with 11/17/2022 nightly. Indeed disabling it restored the TM grammar to get beautiful TS keywords colors, as a work around. That saved my day. I hope MS fixes it soon.

  • Related