Syntax highlighter not working
See original GitHub issueSince the version 2.26.1
the syntax highlighting does not seems to work.
Downgrading to 2.26.0
fix it.
$ code --version
1.33.1
x64
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
C# syntax highlighting not working - Visual Studio Feedback
Since upgrading to VS 2019 I have been having syntax highlighting issues. Freshly cloned projects look correct, but more often than not some...
Read more >Visual Studio Code syntax highlighting is not working for ...
Previously, I had experienced this issue with CSS after installing POSTCss extension. I looked if this only happens with a specific language.
Read more >Syntax highlighting stopped working #51553 - GitHub
Suddenly syntax highlighting stops to work. It occurs across all themes. The syntax highlighting disappears and all text appears gray. Does this ...
Read more >Syntax highlighting does not work - MediaWiki
Syntax highlighting does not work · Find the file called pygmentize in the extensions\SyntaxHighlight_GeSHi folder. · Move that file to your Apache's cgi-bin...
Read more >syntax highlighting on Visual Studio 2022 not working, How to ...
First try fixing the error in your get component call, sometimes the highlighting doesn't work if it isn't written correctly. Otherwise, make ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Also - please try deleting the
/home/julien/.vscode/extensions/dart-code.dart-code-2.26.1
folder after uninstalling - looks like it doesn’t get removed, so re-installing probably didn’t re-download the extension.Uninstalling and installing the extensions worked for me as well … thanks