Skip to content

Commit 247f562

Browse files
committed
fix build
1 parent 7cf9aa5 commit 247f562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debugAdapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export function configureDebugger(context: vscode.ExtensionContext) {
266266
vscode.debug.registerDebugAdapterDescriptorFactory("mix_task", factory),
267267
);
268268

269-
trackerFactory = new DebugAdapterTrackerFactory(context);
269+
trackerFactory = new DebugAdapterTrackerFactory();
270270

271271
context.subscriptions.push(
272272
vscode.debug.registerDebugAdapterTrackerFactory("mix_task", trackerFactory),

0 commit comments

Comments
 (0)