EvgeniyPeshkov / syntax-highlighter

Syntax Highlighter extension for Visual Studio Code (VSCode). Based on Tree-sitter.
https://marketplace.visualstudio.com/items?itemName=evgeniypeshkov.syntax-highlighter
MIT License
208 stars 44 forks source link

syntax highlighter cannot work at vscode startup #72

Open alishewn opened 2 years ago

alishewn commented 2 years ago

hello EvgeniyPeshkov, thx for your work so far, but i recently encounter a problem that each time when i start up the vscode, the colour highlighting seems not work, i have to disable the extension and re-enable, then the highlighting shall work. how can i solve the strange problem plz😂(i am working with C/C++ Environment, and the main purpose of the extension in my case is to syntaxly highlight the user-defined type such as a type defined using "typedef struct" as well as the build-in type, after googling for so many times, no other extension can fix it now, thank you very much).

lolo120916 commented 9 months ago

I just realized that on my setup, this bug disappears if I disable the Microsoft C/C++ Extension Pack, including C/C++ Themes.

cemkalyoncu commented 4 months ago

I am having the same issue? Disabling C++ Extension Pack didn't helped. Any other possible solutions?