Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[LSP] Remove superfluous debugger statement
Fixes #5225
  • Loading branch information
martin-fleck-at committed Feb 25, 2026
commit 6fd9ca25adabfd202c8dc86a706704847ff52d0b
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export class LspDiagnosticsFeature extends Disposable {
}
}));

debugger;
this._register(this._connection.connection.registerNotificationHandler(
api.client.textDocumentPublishDiagnostics,
(params) => this._handlePublishDiagnostics(params)
Expand Down