Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for SQL syntax checker crash due to invalid statement #339

Merged
merged 2 commits into from
Feb 27, 2025

Conversation

worksofliam
Copy link
Contributor

It is possible for the component library to be blank due to the nature of how components are cached.

If a component is being checked (first time connection, connect and reload), then the library was being fetched correctly. But, if reconnecting, VS Code assumes the state of the last time it connected (so likely installed) and wasn't getting the install library.

This now gets fetches the library when validating a statement if the library is not set, therefore fixing the broken statement.

Copy link

github-actions bot commented Feb 27, 2025

👋 A new build is available for this PR based on bd22cb7.

Signed-off-by: worksofliam <[email protected]>
@worksofliam worksofliam merged commit f3ad5e7 into main Feb 27, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant