summaryrefslogtreecommitdiff
path: root/extension/src/activation/activate.ts
diff options
context:
space:
mode:
Diffstat (limited to 'extension/src/activation/activate.ts')
-rw-r--r--extension/src/activation/activate.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/extension/src/activation/activate.ts b/extension/src/activation/activate.ts
index 560b970c..831d1160 100644
--- a/extension/src/activation/activate.ts
+++ b/extension/src/activation/activate.ts
@@ -54,9 +54,8 @@ export async function activateExtension(context: vscode.ExtensionContext) {
registerAllCommands(context);
registerQuickFixProvider();
- // Start the server and display loader if taking > 2 seconds
+ // Start the server
const sessionIdPromise = (async () => {
- // Start the server and set serverStarted to true when done
await startContinuePythonServer();
console.log("Continue server started");