From aa5ebdfca6c34eab72ce4ba0e2e20bc46a210d4c Mon Sep 17 00:00:00 2001 From: Druv-22 <137472082+Druv-22@users.noreply.github.com> Date: Fri, 23 Jun 2023 09:40:26 +0530 Subject: [PATCH] Update package.json Added XML(petty print and JSON fomatter) --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) 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",