-
Notifications
You must be signed in to change notification settings - Fork 36.5k
Support pwsh preview error feedback providers #170887
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
Conversation
|
@daxian-dbw a quick review of how this is being matched would be appreciated 🙂 |
src/vs/workbench/contrib/terminal/test/browser/quickFixAddon.test.ts
Outdated
Show resolved
Hide resolved
|
The matching looks good to me. I just realize that you can receive the standard output from an EXE without redirecting the stdout of the EXE, which is very handy 😄 |
|
@daxian-dbw I noticed some not so great results like |
meganrogge
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just remove the .only and LGTM
Yeah, that's why it's remains an experimental feature (PSCommandNotFoundSuggestion). |
Fixes #170484
I ended up adding both always, it can result in a lot of suggestions but it felt bad not suggesting some of them. We've talked about allow filtering that list before which would be cool here.