You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: