From 52f4273be3d20c983cd0d62bc4d4f4d945b72b00 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Mon, 14 Aug 2023 13:04:18 -0700 Subject: editing test again --- extension/src/activation/environmentSetup.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extension/src/activation') diff --git a/extension/src/activation/environmentSetup.ts b/extension/src/activation/environmentSetup.ts index e45df05e..f64f13bf 100644 --- a/extension/src/activation/environmentSetup.ts +++ b/extension/src/activation/environmentSetup.ts @@ -146,7 +146,7 @@ export async function downloadFromS3( } } -export async function startContinuePythonServer() { +export async function startContinuePythonServer(redownload: boolean = true) { // Check vscode settings const serverUrl = getContinueServerUrl(); if (serverUrl !== "http://localhost:65432") { @@ -191,7 +191,7 @@ export async function startContinuePythonServer() { } } - if (shouldDownload) { + if (shouldDownload && redownload) { await vscode.window.withProgress( { location: vscode.ProgressLocation.Notification, -- cgit v1.2.3-70-g09d2