We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ce1a8 commit d486707Copy full SHA for d486707
src/extension.ts
@@ -54,7 +54,7 @@ function initializeExtension(_operationId: string, context: vscode.ExtensionCont
54
registerBreakpointCommands(context);
55
registerVariableMenuCommands(context);
56
context.subscriptions.push(vscode.debug.registerDebugAdapterTrackerFactory("java", {
57
- createDebugAdapterTracker(session: vscode.DebugSession): vscode.ProviderResult<vscode.DebugAdapterTracker> {
+ createDebugAdapterTracker(_session: vscode.DebugSession): vscode.ProviderResult<vscode.DebugAdapterTracker> {
58
return new SuspendAllThreadsTracker();
59
}
60
}));
0 commit comments