From cb6fd7584a8a0bd8f15efbdbdb22f09ee7df602b Mon Sep 17 00:00:00 2001 From: Filipe Casal Date: Thu, 18 Apr 2024 16:39:44 +0100 Subject: [PATCH] feat(context menu): add toggle audited command to the editor context menu --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index e1ad3a4..02bd34d 100644 --- a/package.json +++ b/package.json @@ -356,6 +356,10 @@ } ], "editor/context": [ + { + "command": "weAudit.toggleAudited", + "group": "1_modification@0" + }, { "command": "weAudit.copySelectedCodePermalink", "group": "9_cutcopypaste@0"