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 7cf9aa5 commit 247f562Copy full SHA for 247f562
src/debugAdapter.ts
@@ -266,7 +266,7 @@ export function configureDebugger(context: vscode.ExtensionContext) {
266
vscode.debug.registerDebugAdapterDescriptorFactory("mix_task", factory),
267
);
268
269
- trackerFactory = new DebugAdapterTrackerFactory(context);
+ trackerFactory = new DebugAdapterTrackerFactory();
270
271
context.subscriptions.push(
272
vscode.debug.registerDebugAdapterTrackerFactory("mix_task", trackerFactory),
0 commit comments