Skip to content

Commit

Permalink
Add todo about creating proper error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
hegyibalint committed Sep 18, 2024
1 parent 16e40c8 commit b3fc0ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b3fc0ab

Please sign in to comment.