Closed armanio123 closed 1 year ago
@armanio123 What are the remaining differences?
@armanio123 What are the remaining differences?
This are some of the differences I have identified:
delete
keyword. I think this is an actual issue on VSCode tho. I decided to fix it for this template.foo
function on this screen is misleading. In reality it will show as type
. I'm submitting a different PR to match it.enum
members are slightly different color. There's no matching color on the VS side. Nontheless, I decided to still setup the token to allow users to change the color through configuration.This is the comparison between them: VSCode --> VS after this PR.
There are some other differences when comparing with the default light colors, but overall I still think is an improvement.
Before PR --> This PR --> VS Code
Updates typescript and typescriptreact themes to match VSCode colorization.
There are still slight differences between them but this is very close to match all colors.
This is how it looks now on Visual Studio: Before --> After