panoply / vscode-liquid

💧Liquid language support for VS Code
https://marketplace.visualstudio.com/items?itemName=sissel.shopify-liquid
Other
173 stars 22 forks source link

Format key binding conflicts with default key binding on Mac. #75

Closed ktnyt closed 2 years ago

ktnyt commented 3 years ago

On a Mac, VSCode maps Cmd+Shift+L to Select All Occurrences of Find Match by default. This plugin overwrites Cmd+Shift+L to Liquid: Format Document which is very degenerative to the UX. Any plugin should not overwrite any of the default key bindings in VSCode. Please consider remapping to another key combination or add editorLangId == 'liquid' to the key binding condition.

panoply commented 2 years ago

🚢 Shipped v3.0.0

Apologies on this one. No more key bindings.