-
Notifications
You must be signed in to change notification settings - Fork 94
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
fix: formatting of 401 error message #3319
Conversation
Signed-off-by: Trae Yelovich <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3319 +/- ##
=======================================
Coverage 93.02% 93.02%
=======================================
Files 116 116
Lines 12047 12049 +2
Branches 2730 2759 +29
=======================================
+ Hits 11207 11209 +2
Misses 839 839
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
📅 Suggested merge-by date: 11/28/2024 |
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.
thanks for looking into this issue some more @traeok. I am not seeing the 401 pop up message with these changes. I am getting an action bar across the top of the text editor file that just continues to run like the request is hanging.
No problem @JillieBeanSim, thanks for testing. Do you happen to have the steps for reproducing this issue? I know that there are still some scenarios where the 401 pop up will not occur, but per our discussion about prompting in standup, that will need resolved separately as part of #3329. This PR only changes the error message and not the behavior of the prompt itself. |
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.
LGTM, thanks @traeok!
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.
Changes LGTM! 😋
I do agree that there may be some specific scenarios where "401 pop-up prompts" don't show (#3329) which we can address
Proposed changes
This won't need ported for 3.0.3 as this was a side effect of the error correlator
How to test
Same steps as in #3302:
pnpm install && pnpm build
Except this time, you'll see a nicer error message 😋
Release Notes
Milestone: 3.0.3
Changelog: No changelog since fix hasn't been published yet
Types of changes
Checklist
General
yarn workspace vscode-extension-for-zowe vscode:prepublish
pnpm --filter vscode-extension-for-zowe vscode:prepublish
Code coverage
Deployment
Further comments