Skip to content

Commit

Permalink
Add debug terminal context menu (#1261)
Browse files Browse the repository at this point in the history
  • Loading branch information
djgould authored May 10, 2024
1 parent 0101e6f commit 6a10a8e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
{
"command": "continue.debugTerminal",
"category": "Continue",
"title": "Debug Terminal",
"title": "Continue: Debug Terminal",
"group": "Continue"
},
{
Expand Down Expand Up @@ -387,6 +387,12 @@
"group": "navigation@1",
"when": "activeWebviewPanelId == continue.continueGUIView"
}
],
"terminal/context": [
{
"command": "continue.debugTerminal",
"group": "navigation@top"
}
]
},
"viewsContainers": {
Expand Down

0 comments on commit 6a10a8e

Please sign in to comment.