Replies: 1 comment 3 replies
-
I wonder if it's because code-server is using an older version of VS
Code? code-server 3.6.2 is using VS Code 1.50.0 for example and 1.51.0
was just recently released.
What versions of code-server and VS Code are you using? And do you have
all the same extensions and themes installed on both?
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey.
I noticed that in the code-server only three colors are used for syntax highlighting (blue for keywords, brown for strings, white for the rest).
VS code uses a lot more colors to highlight different elements - classes, interfaces, methods, etc.
Can this be fixed? maybe some extensions? or does it need to be improved on the code-server?
Are there any plans to make the highlighting more informative, similar to vs code?
Beta Was this translation helpful? Give feedback.
All reactions