Skip to content

Commit 06ce0a2

Browse files
committed
Remove todo comment
1 parent 586e682 commit 06ce0a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/src/test/kotlin/org/javacs/kt/DiagnosticTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ class DiagnosticTest : SingleFileTestFixture("diagnostic", "Diagnostics.kt") {
2323
languageServer.config.diagnostics.level = DiagnosticSeverity.Error
2424

2525
// Trigger a diagnostics update via a dummy change.
26-
// TODO: Use the LSP configuration change notification mechanism instead
27-
// and automatically update diagnostics.
2826
replace(file, 6, 1, "", " ")
2927
languageServer.textDocumentService.debounceLint.waitForPendingTask()
3028

0 commit comments

Comments
 (0)