diff options
Diffstat (limited to 'extension/src/activation/environmentSetup.ts')
-rw-r--r-- | extension/src/activation/environmentSetup.ts | 2 |
1 files changed, 2 insertions, 0 deletions
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); } } |