Wimer Hazenberg

Results 41 comments of Wimer Hazenberg
trafficstars

I cannot reproduce this. In the latest VSCode with TypeScript JSX syntax, it displays correctly, especially everything that's uncolored (white) in your example. Can you confirm?

I'm not sure there are theme settings for that. I agree it's not really readable like this. When you hover over a function, it works fine though. Do you have...

Monokai Pro, like all themes, depends on syntax definitions to color different pieces of code. It could be that the syntax definitions have changed. You can check the definition of...

I've added an Postcss icon in 1.3.0. Can you point me in the right direction of which .ico files you mean?

I see the terminal as a different panel. Ideally I also would want it to have a darker ("normal") background, but in order to differentiate from the main editor, I...

Web extension compatibility has been added in 1.2.0.

Web extension compatibility has been added in 1.2.0.

Web extension compatibility has been added in 1.2.0, does this also work in code-server?

This finally works in 1.2.0. I didn't understand what went wrong all this time, but I had `activeGuide` and `stackGuide` incorrectly camel-cased instead of `active_guide` and `stack_guide`.