-
Notifications
You must be signed in to change notification settings - Fork 99
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 ZE activation and commands failing when team config contains JSON error #3075
Conversation
Signed-off-by: Timothy Johnson <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3075 +/- ##
==========================================
- Coverage 93.36% 93.32% -0.04%
==========================================
Files 105 105
Lines 11050 11076 +26
Branches 2422 2404 -18
==========================================
+ Hits 10317 10337 +20
- Misses 732 738 +6
Partials 1 1 ☔ View full report in Codecov by Sentry. |
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 jumping on this so quickly @t1m0thyj
I do still experience issue 1, I do get the popup after saving a config with invalid JSON but if I close that pop up and close the file then try to do filter search I only get the parsing error without option to open config.
Signed-off-by: Timothy Johnson <[email protected]>
Good catch @JillieBeanSim - should be fixed in 03c1774 😁 |
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 @t1m0thyj
Signed-off-by: Timothy Johnson <[email protected]>
|
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 for the fix and for updating the "Show Config" logic to point out the error in the editor, I'm sure users will appreciate that 😋
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 @t1m0thyj
Proposed changes
Fixes #3074
Release Notes
Milestone: 2.18.0
Changelog: Fixed JSON errors being ignored when
zowe.config.json
files change on disk and are reloadedTypes 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