summaryrefslogtreecommitdiff
path: root/extension/src/debugPanel.ts
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-24 01:04:51 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-24 01:04:51 -0700
commitf6e22393218c95ffac1e8ba37e98f9e6521b5372 (patch)
tree1c67e1c516122f2d8cd05e2e4819d8632b1dfe9c /extension/src/debugPanel.ts
parent2e376b7e61f68a48ccb2a5be7ab6ab55ab30c670 (diff)
downloadsncontinue-f6e22393218c95ffac1e8ba37e98f9e6521b5372.tar.gz
sncontinue-f6e22393218c95ffac1e8ba37e98f9e6521b5372.tar.bz2
sncontinue-f6e22393218c95ffac1e8ba37e98f9e6521b5372.zip
activation events * to load faster
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": {