Tyriar / vscode-sort-lines

Visual Studio Code extension to sort lines of text
https://marketplace.visualstudio.com/items/Tyriar.sort-lines
MIT License
147 stars 42 forks source link

Command in keybindings.json does not override behaviour #136

Open v-mokrushin opened 3 months ago

v-mokrushin commented 3 months ago

Hello. I added object { "key": "f9", "command": "-sortLines.sortLinesLineLength", "when": "editorTextFocus" } in keybindings.json. However, the behavior remained the default.