From 9168219b829aab55fefcb114937d3fc196548cde Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Wed, 18 Oct 2023 23:02:37 -0700 Subject: Cleanup --- extension/src/debugPanel.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extension/src/debugPanel.ts') diff --git a/extension/src/debugPanel.ts b/extension/src/debugPanel.ts index 961eb150..fe0e0637 100644 --- a/extension/src/debugPanel.ts +++ b/extension/src/debugPanel.ts @@ -192,7 +192,7 @@ export function setupDebugPanel( sessionId, vscMediaUrl, dataSwitchOn: vscode.workspace - .getConfiguration("continue") + .getConfiguration("sncontinue") .get("dataSwitch"), }); break; @@ -200,7 +200,7 @@ export function setupDebugPanel( case "toggleDataSwitch": { // Set the setting in vscode await vscode.workspace - .getConfiguration("continue") + .getConfiguration("sncontinue") .update("dataSwitch", data.on, vscode.ConfigurationTarget.Global); break; } @@ -248,7 +248,7 @@ export function setupDebugPanel( } case "toggleDevTools": { vscode.commands.executeCommand("workbench.action.toggleDevTools"); - vscode.commands.executeCommand("continue.viewLogs"); + vscode.commands.executeCommand("sncontinue.viewLogs"); break; } case "reloadWindow": { @@ -321,7 +321,7 @@ export function setupDebugPanel( export class ContinueGUIWebviewViewProvider implements vscode.WebviewViewProvider { - public static readonly viewType = "continue.continueGUIView"; + public static readonly viewType = "sncontinue.continueGUIView"; private readonly sessionIdPromise: Promise; constructor(sessionIdPromise: Promise) { -- cgit v1.2.3-70-g09d2