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

Don't break when generating rules produces an error #954

Merged
merged 2 commits into from
Apr 15, 2024

Conversation

thecrypticace
Copy link
Contributor

Fixes #953

If matchUtilities generates an error we were completely failing during the initialization process and intellisense was basically doing nothing. This is not good. We can at least try to recover here and keep providing suggestions — even if some of them are missing due to the errors.

We'll log the errors if this happens.

@thecrypticace thecrypticace merged commit 7f503d5 into master Apr 15, 2024
@thecrypticace thecrypticace deleted the fix/intellisense-resillience branch April 15, 2024 20:18
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.

matchUtilities breaks intellisense
1 participant