vscode-yaml icon indicating copy to clipboard operation
vscode-yaml copied to clipboard

The extension breaks yaml syntax highlighting

Open serkonda7 opened this issue 1 year ago • 2 comments

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

  1. disable extension
  2. open yaml file
  3. enable extension

Environment

  • [ ] Windows
  • [ ] Mac
  • [x] Linux
  • [ ] other (please specify)

Arch linux with vscode 1.84.2 and 1.14.0 extension

serkonda7 avatar Dec 06 '23 10:12 serkonda7

I have the same problem, however for me it only exists If I am using Remote SSH. fails for me on windows.

Quadrubo avatar Jan 30 '24 16:01 Quadrubo

To add additional context, this is only broken in v1.14.0. downgrading to 1.13.0 solved the issue for me.

Quadrubo avatar Jan 30 '24 16:01 Quadrubo