Update language server to support apps

This commit is contained in:
Ayaz Hafiz 2022-11-20 12:18:40 -06:00
parent b706a57e16
commit 6e89821233
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
7 changed files with 92 additions and 16 deletions

View file

@ -667,7 +667,7 @@ fn solve(
}
}
None => {
problems.push(TypeError::UnexposedLookup(*symbol));
problems.push(TypeError::UnexposedLookup(*region, *symbol));
state
}