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.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/extension/src/activation/activate.ts b/extension/src/activation/activate.ts
index 7a2fdfc3..d07719a8 100644
--- a/extension/src/activation/activate.ts
+++ b/extension/src/activation/activate.ts
@@ -61,17 +61,6 @@ export async function activateExtension(context: vscode.ExtensionContext) {
startContinuePythonServer().then(() => {
resolve(null);
});
-
- vscode.window
- .showInformationMessage(
- "Click here to view the server logs, or use the 'continue.viewLogs' VS Code command.",
- "View Logs"
- )
- .then((selection) => {
- if (selection === "View Logs") {
- vscode.commands.executeCommand("continue.viewLogs");
- }
- });
});
console.log("Continue server started");