earshinov / vscode-sort-lines-by-selection

Sort lines based on the text selected in each line
https://marketplace.visualstudio.com/items?itemName=earshinov.sort-lines-by-selection
MIT License
7 stars 2 forks source link

The documentation for the "case_sensitive" argument is wrong #3

Open Zorkeel opened 2 years ago

Zorkeel commented 2 years ago

It currently is: { "key": "f10", "command": "sort-lines-by-selection.sortLinesBySelection", "case_sensitive": true }

It should be: { "key": "f10", "command": "sort-lines-by-selection.sortLinesBySelection", "args": { "case_sensitive": true } }