From 5e466d84d4db69f6124b211353f038ecdbc03c01 Mon Sep 17 00:00:00 2001 From: Rayat M Rahman <22646419+riotrah@users.noreply.github.com> Date: Sun, 31 Mar 2024 15:14:09 -0700 Subject: [PATCH] oops... package.json is not jsonc, remove comments --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4ce55afa5..1770cb843 100644 --- a/package.json +++ b/package.json @@ -1563,7 +1563,7 @@ }, { "category": "Calva Paredit", - "command": "calva.selectCurrentForm", // legacy id for backward compat + "command": "calva.selectCurrentForm", "title": "Select Current Form", "enablement": "editorLangId == clojure" }, @@ -2151,7 +2151,7 @@ "when": "calva:keybindingsEnabled" }, { - "command": "calva.selectCurrentForm", // legacy id for backward compat + "command": "calva.selectCurrentForm", "key": "ctrl+alt+c ctrl+s", "when": "calva:keybindingsEnabled && editorLangId == clojure && editorTextFocus" }, @@ -3078,7 +3078,7 @@ }, { "when": "editorLangId == clojure", - "command": "calva.selectCurrentForm", // legacy id for backward compat + "command": "calva.selectCurrentForm", "group": "calva/a-structural-editing" }, {