Visual Studio Code syntax highlighting is not working for JavaScript and TypeScript

I think this was caused by the extension called JavaScript and TypeScript Nightly. This was causing the syntax highlighting for .js and .ts files (.jsx and .tsx too). This was more of a bug with the latest version (currently 1.73.1).

You can disable the extension to enable the syntax highlighting.

JavaScript and TypeScript Nightly


This extension has now been updated and this issue is fixed.

Leave a Comment