summaryrefslogtreecommitdiff
path: root/extension/src/activation/environmentSetup.ts
diff options
context:
space:
mode:
Diffstat (limited to 'extension/src/activation/environmentSetup.ts')
-rw-r--r--extension/src/activation/environmentSetup.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/src/activation/environmentSetup.ts b/extension/src/activation/environmentSetup.ts
index 81d58afe..c2ac0b22 100644
--- a/extension/src/activation/environmentSetup.ts
+++ b/extension/src/activation/environmentSetup.ts
@@ -239,6 +239,7 @@ export async function startContinuePythonServer() {
const child = spawn(destination, {
detached: true,
stdio: "ignore",
+ windowsHide: true,
});
child.on("error", (err: any) => {
if (attempts < maxAttempts) {