From 7e89b49c3320034dd577af3c770bf4393f07414d Mon Sep 17 00:00:00 2001 From: Devin Gould Date: Fri, 10 May 2024 12:35:50 -0400 Subject: [PATCH] Add debug terminal context menu --- extensions/vscode/package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/extensions/vscode/package.json b/extensions/vscode/package.json index 922eff862d..4b3caa6081 100644 --- a/extensions/vscode/package.json +++ b/extensions/vscode/package.json @@ -140,7 +140,7 @@ { "command": "continue.debugTerminal", "category": "Continue", - "title": "Debug Terminal", + "title": "Continue: Debug Terminal", "group": "Continue" }, { @@ -387,6 +387,12 @@ "group": "navigation@1", "when": "activeWebviewPanelId == continue.continueGUIView" } + ], + "terminal/context": [ + { + "command": "continue.debugTerminal", + "group": "navigation@top" + } ] }, "viewsContainers": {