From c3d31f00bb589df1c83308b7d9d69ed51c31341a Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Wed, 9 Aug 2023 15:22:41 -0700 Subject: fix: :bug: windowsHide on process spawn --- extension/src/activation/environmentSetup.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'extension/src/activation/environmentSetup.ts') 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) { -- cgit v1.2.3-70-g09d2