From ec4fb4d9235151901c1f7367932ecc17ab55d8e4 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Thu, 3 Aug 2023 16:36:38 -0700 Subject: fix: :lipstick: small UI improvements --- extension/src/activation/environmentSetup.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extension/src/activation/environmentSetup.ts') diff --git a/extension/src/activation/environmentSetup.ts b/extension/src/activation/environmentSetup.ts index b4ce9bff..10a9f75f 100644 --- a/extension/src/activation/environmentSetup.ts +++ b/extension/src/activation/environmentSetup.ts @@ -174,6 +174,8 @@ export async function startContinuePythonServer() { // The current version is already up and running, no need to continue console.log("Continue server already downloaded"); shouldDownload = false; + } else { + fs.unlinkSync(destination); } } -- cgit v1.2.3-70-g09d2