From 7bf8e5b56a518979bc1d2602b8eb4a2caf2b5fdb Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Fri, 4 Aug 2023 14:27:29 -0700 Subject: feat: :lipstick: improvements to keyboard shortcuts --- extension/src/activation/activate.ts | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'extension/src/activation/activate.ts') 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"); -- cgit v1.2.3-70-g09d2