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 | f090dce8cc10ba08356f54158ed33a28f1a505b9 (patch) | |
tree | 098fbe5657149c7ca6eba3d812b8c19c33250529 /extension/src/debugPanel.ts | |
parent | 885f88af1d7b35e03b1de4df3e74a60da1a777ed (diff) | |
parent | f3805d769c5c14bb8fbe2e33c7cdfe2a918cbd4a (diff) | |
download | sncontinue-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.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": { |