summaryrefslogtreecommitdiff
path: root/extension/src
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-08-08 14:10:22 -0700
committerNate Sesti <sestinj@gmail.com>2023-08-08 14:10:22 -0700
commit698dccf474619963de0312d36af6d01e3df8b47a (patch)
tree4562572dfefa804382d09a234e74e2ebc8ad5146 /extension/src
parent2959042fa5a940aa4e8851b9d4db91f0f86092ff (diff)
downloadsncontinue-698dccf474619963de0312d36af6d01e3df8b47a.tar.gz
sncontinue-698dccf474619963de0312d36af6d01e3df8b47a.tar.bz2
sncontinue-698dccf474619963de0312d36af6d01e3df8b47a.zip
feat: :children_crossing: display troubleshooting link when loading
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(