Skip to content

Commit d486707

Browse files
committed
fix: CI error
1 parent 48ce1a8 commit d486707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function initializeExtension(_operationId: string, context: vscode.ExtensionCont
5454
registerBreakpointCommands(context);
5555
registerVariableMenuCommands(context);
5656
context.subscriptions.push(vscode.debug.registerDebugAdapterTrackerFactory("java", {
57-
createDebugAdapterTracker(session: vscode.DebugSession): vscode.ProviderResult<vscode.DebugAdapterTracker> {
57+
createDebugAdapterTracker(_session: vscode.DebugSession): vscode.ProviderResult<vscode.DebugAdapterTracker> {
5858
return new SuspendAllThreadsTracker();
5959
}
6060
}));

0 commit comments

Comments
 (0)