Better LSP error handling

This commit is contained in:
Martino Ferrari
2026-01-27 08:58:38 +01:00
parent aedc715ef3
commit 71a3c40108
5 changed files with 94 additions and 17 deletions

View File

@@ -61,7 +61,7 @@ package schema
found := false
if listIn != nil {
for _, item := range listIn.Items {
if item.Label == "Sig:DS" {
if item.Label == "DS:Sig" {
found = true
}
}
@@ -79,7 +79,7 @@ package schema
found = false
if listOut != nil {
for _, item := range listOut.Items {
if item.Label == "Sig:DS" {
if item.Label == "DS:Sig" {
found = true
}
}