Skip to content

TypeScript different colorization between VS and VSCode #271

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nippur72 opened this issue Sep 26, 2016 · 3 comments
Closed

TypeScript different colorization between VS and VSCode #271

nippur72 opened this issue Sep 26, 2016 · 3 comments

Comments

@nippur72
Copy link

VS code does not colorize certain keywords that are instead colorized in Visual Studio:

colorize

@mhegazy
Copy link
Contributor

mhegazy commented Sep 26, 2016

VSCode uses this tm language to colorize, VS uses the tree to drive colorization. so the systems are different and i would expect there to be differences in the result.

We are moving the next version of VS to use the same colorization model, and thus should share the same files with VSCode, Sublimtext, atom, etc.. so this should be addressed in the next version of VS.

@mhegazy mhegazy closed this as completed Sep 26, 2016
@nippur72
Copy link
Author

ok, thanks for the clarification, but since it's the VSCode model to be incorrect, would it be helpful to leave this issue open? (changing its title perhaps).

@mhegazy
Copy link
Contributor

mhegazy commented Sep 26, 2016

Should be fixed in VSCode with #257.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants