summaryrefslogtreecommitdiff
path: root/extension/src/debugPanel.ts
diff options
context:
space:
mode:
authorNate Sesti <33237525+sestinj@users.noreply.github.com>2023-07-24 01:07:23 -0700
committerGitHub <noreply@github.com>2023-07-24 01:07:23 -0700
commitf090dce8cc10ba08356f54158ed33a28f1a505b9 (patch)
tree098fbe5657149c7ca6eba3d812b8c19c33250529 /extension/src/debugPanel.ts
parent885f88af1d7b35e03b1de4df3e74a60da1a777ed (diff)
parentf3805d769c5c14bb8fbe2e33c7cdfe2a918cbd4a (diff)
downloadsncontinue-f090dce8cc10ba08356f54158ed33a28f1a505b9.tar.gz
sncontinue-f090dce8cc10ba08356f54158ed33a28f1a505b9.tar.bz2
sncontinue-f090dce8cc10ba08356f54158ed33a28f1a505b9.zip
Merge pull request #294 from continuedev/show-react-immediately
Show react immediately
Diffstat (limited to 'extension/src/debugPanel.ts')
-rw-r--r--extension/src/debugPanel.ts13
1 files changed, 0 insertions, 13 deletions
diff --git a/extension/src/debugPanel.ts b/extension/src/debugPanel.ts
index dd24a8d8..f97cf846 100644
--- a/extension/src/debugPanel.ts
+++ b/extension/src/debugPanel.ts
@@ -181,19 +181,6 @@ export function setupDebugPanel(
.getConfiguration("continue")
.get<boolean>("dataSwitch"),
});
-
- // // Listen for changes to server URL in settings
- // vscode.workspace.onDidChangeConfiguration((event) => {
- // if (event.affectsConfiguration("continue.serverUrl")) {
- // debugPanelWebview?.postMessage({
- // type: "onLoad",
- // vscMachineId: vscode.env.machineId,
- // apiUrl: getContinueServerUrl(),
- // sessionId,
- // });
- // }
- // });
-
break;
}
case "toggleDataSwitch": {