Skip to content

fix problem tab accidentally being cleared #484

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

Merged
merged 4 commits into from
Jul 8, 2022

Conversation

zth
Copy link
Collaborator

@zth zth commented Jul 8, 2022

Fixes #477

Problems tab was accidentally being cleared because the logic handling syntax error diagnostics did not account for pre-existing compiler errors.

…stics publishing not accounting for existing compiler errors for current file
@zth zth requested a review from cristianoc July 8, 2022 07:52
Comment on lines 44 to +45
filesWithDiagnostics: Set<string>;
filesDiagnostics: filesDiagnostics;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

These might be possible to unify at some point, but I want to make minimal changes in this PR.

@zth zth merged commit 37e7b71 into master Jul 8, 2022
@zth zth deleted the fix-problems-tab-cleared-accidentally branch July 8, 2022 12:11
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.

Errors get cleaned from problems tab without being resolved
1 participant