theNewDynamic / language-hugo-vscode

Adds syntax highlighting to Hugo files in VS Code
https://marketplace.visualstudio.com/items?itemName=budparr.language-hugo-vscode
Apache License 2.0
69 stars 20 forks source link

Plugin breaks VSCode HTML comments #26

Open Jonathan-Ironman opened 2 years ago

Jonathan-Ironman commented 2 years ago

When the plugin is enabled it breaks the standard HTML comment hotkeys in VSCode.

`{{/ With plugin /}}

`
botamochi0x12 commented 2 years ago

This issue could be related with the issue #11.

Disabling the extension is only one way to repair the hotkey, I guess.

knutov commented 2 years ago

Even removing snippets from source files is not enough to stop breaking code by commenting via ctrl+/ :(