-
Notifications
You must be signed in to change notification settings - Fork 286
Symbol strings (ex. :abc) via "Remote - SSH" are not correctly highlighted #483
Comments
I assume this is the same problem as microsoft/vscode-remote-release#153 |
I think these are not the same problems. Ruby symbols are correctly highlighted without any language servers anyway. |
Have you tried that on an ordinary vs code? |
@minkir014 "Remote - SSH" extension does only work on VS Code Insider I'm afraid. |
hi @danglduy Can you use the The |
@wingrunr21 I inspected |
Ok. What theme are you using? The Ruby grammar is correctly matching the TM scopes but it appears your theme does not have support. |
@wingrunr21 I am using the default theme. |
Which is that? |
Yes it’s Dark+ |
interesting. I also use Dark+ and I get those keywords highlighted in blue. Do you get highlighting with a different theme? |
@wingrunr Have you tried using in “Remote SSH” environment? I get highlighted normally in local environment. |
No but that's what I'm trying to determine what the problem is. Does another theme give you correct highlighting? The Remote SSH environment isn't stable yet and this extension doesn't explicitly support it. Theming is a core VSCode function as well. The grammar is supplying and matching a TM Scope but the theme doesn't have a matching style. |
Following |
How have you displayed this in vscode insiders??? I mean what is displayed in the images. |
I opened the same directory in two windows, one was local VSCode and another one was Remote SSH. |
There's a command in the command palette called "Inspect TM Scopes", I think that's what they're asking for. |
That's what it is. I'm digging into Remote environments after I fix the current issue with |
Any updates on this? |
This has been resolved in |
@wingrunr21 thank you so much! This has been sorely lacking in my Ruby experience :) |
Your environment
vscode-ruby
version: 0.22.3Expected behavior
Symbol strings syntax is correctly highlighted
Actual behavior
Symbol strings syntax is incorrectly highlighted
In the picture below
:exception
should be highlightedThe text was updated successfully, but these errors were encountered: