-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No syntax highlighting on MacOs #85
Comments
Can you please share the output from the logs? See CONTRIBUTING.md for details. I seem to be having a similar issue, though in macOS itself rather than a remote container. In the output I see an error like this, right before syntax highlighting fails:
Same error seen in 2 codebases. |
@BrianHawley I found out that the lack of syntax highlighting is due to the custom theme I am using. |
If you have a custom theme, the absence of syntax highlight can be fixed by enabling semantic highlighting via settings, like so:
You may then want to launch the "Developer: inspect token and scopes" command in the event some tokens are not colorized and you want to find out more about those. |
π What did you see?
Plain text
.feature
fileβ What did you expect to see?
Highlighted syntax in
.feature
fileπ¦ Which tool/library version are you using?
Cucumber 1.2.8
π¬ How could we reproduce it?
Steps to reproduce the behavior:
Remote - Containers
extensiontest.feature
in afeature/
folder in the workspace's rootThe text was updated successfully, but these errors were encountered: