We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2269a79 commit bdd8843Copy full SHA for bdd8843
src/extension/extension.ts
@@ -11,7 +11,6 @@ import { IExtensionApi } from './apiTypes';
11
import { commands } from 'vscode';
12
import { getDebugpyPackagePath } from './debugger/adapter/remoteLaunchers';
13
14
-
15
export async function activate(context: IExtensionContext): Promise<IExtensionApi | undefined> {
16
const outputChannel = createOutputChannel('Python Debugger');
17
context.subscriptions.push(outputChannel, registerLogger(outputChannel));
0 commit comments