diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-07-24 01:07:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-24 01:07:23 -0700 |
commit | 70fdbc2a3da3c94a3d7b7ab36c40080bc54c3c06 (patch) | |
tree | b269e41b745f6101be8904be0120d48caba4c946 /extension/src/debugPanel.ts | |
parent | 82b03aeb0882cb884c398104b7934d63c6ceed00 (diff) | |
parent | fbb177427a3430fe93c84bc811f6c12b594f0d24 (diff) | |
download | sncontinue-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.ts | 13 |
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": { |