vscode-yaml
vscode-yaml copied to clipboard
The extension breaks yaml syntax highlighting
Describe the bug
I have a .yml file open. While the extension is disabled, the syntax highlighitng works fine. Once I enable this extension, the whole file turns white (no highlighting).
If I try to execute "Inspect editor tokens", the message "no TM grammar registered" appears.
Expected Behavior
Syntax should still be highlighted.
Current Behavior
It is not
Steps to Reproduce
- disable extension
- open yaml file
- enable extension
Environment
- [ ] Windows
- [ ] Mac
- [x] Linux
- [ ] other (please specify)
Arch linux with vscode 1.84.2 and 1.14.0 extension
I have the same problem, however for me it only exists If I am using Remote SSH. fails for me on windows.
To add additional context, this is only broken in v1.14.0. downgrading to 1.13.0 solved the issue for me.