Replies
4 comments
|
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?
|



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?