fix: don't falsely claim to support LSP pull diagnostics

closes #285
This commit is contained in:
CJ van den Berg 2025-08-22 22:24:32 +02:00
parent 5286975257
commit dad954da1a
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -1872,10 +1872,6 @@ fn send_lsp_init_request(self: *Self, lsp: *const LSP, project_path: []const u8,
},
},
},
.diagnostic = .{
.dynamicRegistration = true,
.relatedDocumentSupport = false,
},
},
.window = .{
.showMessage = .{