Build LSP projects with verbose tracing level

Without that, the language server might trigger awkward warnings about
  unused imports due to trace stripping. So it's better to compile/check
  projects in the language server in the most expanded form.
This commit is contained in:
KtorZ
2024-10-01 16:12:41 +02:00
parent 0060804d1a
commit 51b6b77db8
2 changed files with 2 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ impl LspProject {
false,
u32::default(),
PropertyTest::DEFAULT_MAX_SUCCESS,
Tracing::silent(),
Tracing::verbose(),
None,
);