Sysmagine / SemanticDiff

Community support for SemanticDiff, the programming language aware diff for Visual Studio Code and GitHub.
https://semanticdiff.com
40 stars 0 forks source link

Typescript syntax highlighting not working? #11

Closed nfour closed 1 year ago

nfour commented 1 year ago

image

Is this just not supported?

slackner commented 1 year ago

Thanks for reporting this issue! Syntax highlighting should indeed be supported, in fact SemanticDiff just uses the same theme files as VS code based on your current theme selection. I assume that syntax highlighting for typescript works correctly in the rest of VS code for you.

Here are a few theories of what could go wrong, could you please check if any of them applies to you?

Note that syntax highlighting currently isn't re-computed when switching between themes. An already opened diff tab will continue to show the same colors as before. You will have to close the diff tab and open it again for syntax highlighting to work properly.

nfour commented 1 year ago

Can confirm it works after updating!