Skip to content

Commit bdd8843

Browse files
committed
linting
1 parent 2269a79 commit bdd8843

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/extension/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { IExtensionApi } from './apiTypes';
1111
import { commands } from 'vscode';
1212
import { getDebugpyPackagePath } from './debugger/adapter/remoteLaunchers';
1313

14-
1514
export async function activate(context: IExtensionContext): Promise<IExtensionApi | undefined> {
1615
const outputChannel = createOutputChannel('Python Debugger');
1716
context.subscriptions.push(outputChannel, registerLogger(outputChannel));

0 commit comments

Comments
 (0)