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.
On a Mac, VSCode maps
Cmd+Shift+L
toSelect All Occurrences of Find Match
by default. This plugin overwritesCmd+Shift+L
toLiquid: 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 addeditorLangId == 'liquid'
to the key binding condition.