summaryrefslogtreecommitdiff
path: root/extension/src/commands.ts
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-06-04 18:04:39 -0400
committerNate Sesti <sestinj@gmail.com>2023-06-04 18:04:39 -0400
commit897279d79739711ad75e18ccb409e1671aa159f7 (patch)
tree1001f1460a19dd230066c36e6c7b3c512c28b8ae /extension/src/commands.ts
parent73e1f6c9e4634dbb4bbdde391a6730f5f90653d1 (diff)
downloadsncontinue-897279d79739711ad75e18ccb409e1671aa159f7.tar.gz
sncontinue-897279d79739711ad75e18ccb409e1671aa159f7.tar.bz2
sncontinue-897279d79739711ad75e18ccb409e1671aa159f7.zip
docusaurus link fixing
Diffstat (limited to 'extension/src/commands.ts')
-rw-r--r--extension/src/commands.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/src/commands.ts b/extension/src/commands.ts
index f0c1744b..c98cd3c3 100644
--- a/extension/src/commands.ts
+++ b/extension/src/commands.ts
@@ -61,7 +61,7 @@ const commandsMap: { [command: string]: (...args: any) => any } = {
"continue.suggestionUp": suggestionUpCommand,
"continue.acceptSuggestion": acceptSuggestionCommand,
"continue.rejectSuggestion": rejectSuggestionCommand,
- "continue.openDebugPanel": () => {
+ "continue.openContinueGUI": () => {
ideProtocolClient.openGUI();
},
"continue.focusContinueInput": async () => {
@@ -111,7 +111,7 @@ const commandsMap: { [command: string]: (...args: any) => any } = {
vscode.window.showInformationMessage("The test passes!");
return;
}
- vscode.commands.executeCommand("continue.openDebugPanel").then(() => {
+ vscode.commands.executeCommand("continue.openContinueGUI").then(() => {
setTimeout(() => {
debugPanelWebview?.postMessage({
type: "traceback",