diff --git a/lsp/src/main/kotlin/org/gradle/declarative/lsp/visitor/SyntaxErrorToDiagnosticVisitor.kt b/lsp/src/main/kotlin/org/gradle/declarative/lsp/visitor/SyntaxErrorToDiagnosticVisitor.kt index b8763e7..4bd4bd4 100644 --- a/lsp/src/main/kotlin/org/gradle/declarative/lsp/visitor/SyntaxErrorToDiagnosticVisitor.kt +++ b/lsp/src/main/kotlin/org/gradle/declarative/lsp/visitor/SyntaxErrorToDiagnosticVisitor.kt @@ -59,6 +59,7 @@ class SyntaxErrorToDiagnosticVisitor : DocumentVisitor() { Position(0, 0) ) }, + // TODO: Make a proper error message error.unsupportedConstruct.languageFeature.toString(), DiagnosticSeverity.Error, "Gradle Declarative DSL"