summaryrefslogtreecommitdiff
path: root/extension/src
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-06-22 17:02:50 -0700
committerNate Sesti <sestinj@gmail.com>2023-06-22 17:02:50 -0700
commitcfee19c8faad0eb5216e49f174e27aeb388e7830 (patch)
tree48b64b0fd00caafdfa02e1e4f8b45aa8a28025f2 /extension/src
parent589fd45fb13c17a1bd13d758806946b55d157a22 (diff)
downloadsncontinue-cfee19c8faad0eb5216e49f174e27aeb388e7830.tar.gz
sncontinue-cfee19c8faad0eb5216e49f174e27aeb388e7830.tar.bz2
sncontinue-cfee19c8faad0eb5216e49f174e27aeb388e7830.zip
added continue retro button icon
Diffstat (limited to 'extension/src')
-rw-r--r--extension/src/debugPanel.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/extension/src/debugPanel.ts b/extension/src/debugPanel.ts
index 232203b9..b0db590a 100644
--- a/extension/src/debugPanel.ts
+++ b/extension/src/debugPanel.ts
@@ -136,6 +136,9 @@ export function setupDebugPanel(
let extensionUri = getExtensionUri();
let scriptUri: string;
let styleMainUri: string;
+ let vscMediaUrl: string = debugPanelWebview
+ .asWebviewUri(vscode.Uri.joinPath(extensionUri, "react-app/dist"))
+ .toString();
const isProduction = true; // context?.extensionMode === vscode.ExtensionMode.Development;
if (!isProduction) {
@@ -226,6 +229,7 @@ export function setupDebugPanel(
vscMachineId: vscode.env.machineId,
apiUrl: getContinueServerUrl(),
sessionId,
+ vscMediaUrl,
});
// // Listen for changes to server URL in settings