Skip to content

fix / avoid throwing out hidden and filtered diagnostics - #106

Open
davidramnero wants to merge 4 commits into
mainfrom
fix-/-avoid-throwing-out-hidden-and-filtered-diagnostics
Open

fix / avoid throwing out hidden and filtered diagnostics#106
davidramnero wants to merge 4 commits into
mainfrom
fix-/-avoid-throwing-out-hidden-and-filtered-diagnostics

Conversation

@davidramnero

Copy link
Copy Markdown
Collaborator

Before, when e.g. switching severity level filtering like info -> warning -> info the diagnostics filtered out when switching to warning would not re-appear when switching back to info due to being thrown out. This is now fixed.

Comment thread src/extension.ts
cwd,
});

// if spawn fails (e.g. ENOENT or permission denied)

@davidramnero davidramnero Aug 27, 2026

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

The diff for everything below has really weird formatting, what really happened is that all of the below is just indented with +1 tab due to promisifying the whole block, see new line of code at 571: await new Promise<void>((resolve, reject) => {

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