From 8b95ef7de258de8498b328d9e6107a95f57f8d2c Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Fri, 28 Jul 2023 12:13:07 -0700 Subject: fix: :ambulance: logging to file causing problems with starting server --- extension/src/activation/environmentSetup.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'extension/src/activation') diff --git a/extension/src/activation/environmentSetup.ts b/extension/src/activation/environmentSetup.ts index 146a6e37..04bcd0b6 100644 --- a/extension/src/activation/environmentSetup.ts +++ b/extension/src/activation/environmentSetup.ts @@ -463,9 +463,8 @@ export async function startContinuePythonServer() { const command = `cd "${serverPath()}" && ${activateCmd} && cd .. && ${pythonCmd} -m server.run_continue_server`; - console.log("Starting Continue python server..."); - return new Promise(async (resolve, reject) => { + console.log("Starting Continue python server..."); try { const child = spawn(command, { shell: true, -- cgit v1.2.3-70-g09d2