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

release: 1.1.2 #186

Merged
merged 1 commit into from
Sep 7, 2023
Merged

release: 1.1.2 #186

merged 1 commit into from
Sep 7, 2023

Conversation

ematipico
Copy link
Member

Summary

Fixes an urgent bug, where the extension would crash when opening an empty JSON file.

Test Plan

Tested manually https://discord.com/channels/1132231889290285117/1149398718345396276/1149404400746512517

@ematipico ematipico temporarily deployed to Website deployment September 7, 2023 18:12 — with GitHub Actions Inactive
@github-actions github-actions bot added A-Project Area: project A-Website Area: website A-Changelog Area: changelog labels Sep 7, 2023
@ematipico ematipico temporarily deployed to Website deployment September 7, 2023 18:13 — with GitHub Actions Inactive
Comment on lines +250 to +256
let Ok(value) = &root.value() else {
return LintResults {
diagnostics,
errors,
skipped_diagnostics,
};
};
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are the only lines added

@ematipico ematipico merged commit cde6581 into main Sep 7, 2023
17 checks passed
@ematipico ematipico deleted the fix/crash-lsp-server branch September 7, 2023 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Changelog Area: changelog A-Project Area: project A-Website Area: website
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant