From 087d32c32fc3fb7bee196f329cbef69f69528af2 Mon Sep 17 00:00:00 2001 From: fade2gray <1332009+fade2gray@users.noreply.github.com> Date: Fri, 23 Oct 2020 13:35:58 +0100 Subject: [PATCH] Update package.json Return recently missing BookMarks: Toggle Labeled command to the editor context menu. --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 5fda378..a0bdce4 100644 --- a/package.json +++ b/package.json @@ -192,6 +192,11 @@ "group": "bookmarks", "when": "editorTextFocus && config.bookmarks.showCommandsInContextMenu" }, + { + "command": "bookmarks.toggleLabeled", + "group": "bookmarks", + "when": "editorTextFocus && config.bookmarks.showCommandsInContextMenu" + }, { "command": "bookmarks.jumpToNext", "group": "bookmarks@1",