diff --git a/package.json b/package.json index 9f0b5e6..3e5532c 100644 --- a/package.json +++ b/package.json @@ -243,6 +243,16 @@ "key": "ctrl+l", "command": "editor.action.deleteLines", "when": "editorTextFocus && !editorReadonly" + }, + { + "key": "ctrl+alt+shift+B", + "command": "editor.action.pettyprint", + "when": "editorTextFocus && !editorReadonly" + }, + { + "key": "ctrl+alt+shift+M", + "command": "editor.action.formatJSON", + "when": "editorTextFocus && !editorReadonly" }, { "key": "alt+c",