We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586e682 commit 06ce0a2Copy full SHA for 06ce0a2
server/src/test/kotlin/org/javacs/kt/DiagnosticTest.kt
@@ -23,8 +23,6 @@ class DiagnosticTest : SingleFileTestFixture("diagnostic", "Diagnostics.kt") {
23
languageServer.config.diagnostics.level = DiagnosticSeverity.Error
24
25
// Trigger a diagnostics update via a dummy change.
26
- // TODO: Use the LSP configuration change notification mechanism instead
27
- // and automatically update diagnostics.
28
replace(file, 6, 1, "", " ")
29
languageServer.textDocumentService.debounceLint.waitForPendingTask()
30
0 commit comments