🐛 fix(lsp_server): disable diagnostics publishing by default
This commit is contained in:
@@ -88,6 +88,8 @@ import lsp.provider.trace.set_trace;
|
||||
|
||||
export namespace lsp::provider
|
||||
{
|
||||
inline constexpr bool kEnableDiagnosticsPublisher = false;
|
||||
|
||||
using AllProviders = ProviderRegistry<
|
||||
completion_item::Resolve,
|
||||
Initialize,
|
||||
|
||||
Reference in New Issue
Block a user