robotcodedev / robotcode

RobotFramework support for Visual Studio Code
https://robotcode.io
Apache License 2.0
168 stars 13 forks source link

[BUG] Code highlighting does not work properly after the latest extension update (v0.83.1) #266

Closed robrtx closed 2 weeks ago

robrtx commented 3 weeks ago

Bug description Code highlighting does not work properly (as before) after the latest extension update (v0.83.1)

To Reproduce Install the latest extension version v0.83.1 -> then see the code highlighting

Screenshots/ Videos

Code highlighting before:

code_highlighting_before

Code highlighting now:

code_highlighting_now

Desktop

d-biehl commented 3 weeks ago

did you disable the semantic highlightning?

robrtx commented 3 weeks ago

I did not disable anything, I just upgraded to the latest vesion. Also, when I downgrade it works fine again.

robrtx commented 3 weeks ago

Strange... At home (on another machine) the code highlighting works fine - even with the latest version (0.83.1).

The other notable differences are:

robrtx commented 3 weeks ago

did you disable the semantic highlightning?

Here are my VSCode settings related to semantic highlightning:

semantic_highlighting_1 semantic_highlighting_2