From 513cd7e86c4df2b96babbe7fbb0a2aa2b9c3b440 Mon Sep 17 00:00:00 2001 From: Tomas Silva <136352470+tomilho@users.noreply.github.com> Date: Mon, 1 Jul 2024 18:14:51 +0100 Subject: [PATCH] fix: removes duplicate webview/context --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 4667041..78e3c54 100644 --- a/package.json +++ b/package.json @@ -182,9 +182,7 @@ "command": "hexEditor.copyOffsetAsHex", "group": "9_cutcopypaste", "when": "hexEditor:isActive" - } - ], - "webview/context": [ + }, { "when": "webviewId == 'hexEditor.hexedit'", "command": "hexEditor.copyAs",