summaryrefslogtreecommitdiff
path: root/extension/src
diff options
context:
space:
mode:
Diffstat (limited to 'extension/src')
-rw-r--r--extension/src/debugPanel.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/extension/src/debugPanel.ts b/extension/src/debugPanel.ts
index d133080b..e6dade37 100644
--- a/extension/src/debugPanel.ts
+++ b/extension/src/debugPanel.ts
@@ -252,6 +252,10 @@ export function setupDebugPanel(
vscode.commands.executeCommand("continue.viewLogs");
break;
}
+ case "reloadWindow": {
+ vscode.commands.executeCommand("workbench.action.reloadWindow");
+ break;
+ }
case "focusEditor": {
setFocusedOnContinueInput(false);
vscode.commands.executeCommand(