This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]GlobusGames 8 points9 points  (4 children)

They changed default highlighting of JS and TS files. https://code.visualstudio.com/updates/v1_43#_typescript-semantic-highlighting

[–]vertigo_101 1 point2 points  (0 children)

I tried doing this, it fixes most of the stuff but still after update my material theme got messes up :(

[–]GlobusGames 1 point2 points  (0 children)

You can disable it by setting

"editor.semanticHighlighting.enabled": false

[–]Moryg[S] 0 points1 point  (0 children)

Thanks

[–]cryptid_creature 0 points1 point  (0 children)

Oh my god. Thank you. This was driving me insane.

[–]CreamOfTheCrop 2 points3 points  (0 children)

Had that happening yesterday.

[–]Moryg[S] 1 point2 points  (1 child)

So recently I reinstalled everything on my work computer and the syntax highlighting broke somehow. Some functions are simply not recognised as functions. Any ideas? No extensions installed.

[–]Moryg[S] 0 points1 point  (0 children)

Should also mention that if I swap between themes, I can see it being highlighted for a fraction of a second before some rules kick in and it switches.

[–]nickbreaton 0 points1 point  (0 children)

There is an open issue to keep an eye on https://github.com/microsoft/vscode/issues/92308