We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e538e7 + a0c8dea commit 3709ddaCopy full SHA for 3709dda
package.json
@@ -643,24 +643,7 @@
643
"end": "<\\/[a-zA-Z0-9\\-_=\\s]+|\\/>"
644
}
645
646
- },
647
- "keybindings": [
648
- {
649
- "key": "ctrl+alt+up",
650
- "command": "blocksort.sortBlocksAsc",
651
- "when": "editorTextFocus"
652
653
654
- "key": "ctrl+alt+down",
655
- "command": "editor.action.sortLinesDescending",
656
657
658
659
- "key": "ctrl+alt+end",
660
- "command": "blocksort.sortBlocksShuffle",
661
662
- }
663
- ]
+ }
664
},
665
"scripts": {
666
"vscode:prepublish": "npm run package",
0 commit comments