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
commit70fdbc2a3da3c94a3d7b7ab36c40080bc54c3c06 (patch)
treeb269e41b745f6101be8904be0120d48caba4c946 /extension/src/debugPanel.ts
parent82b03aeb0882cb884c398104b7934d63c6ceed00 (diff)
parentfbb177427a3430fe93c84bc811f6c12b594f0d24 (diff)
downloadsncontinue-70fdbc2a3da3c94a3d7b7ab36c40080bc54c3c06.tar.gz
sncontinue-70fdbc2a3da3c94a3d7b7ab36c40080bc54c3c06.tar.bz2
sncontinue-70fdbc2a3da3c94a3d7b7ab36c40080bc54c3c06.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": {