-
Notifications
You must be signed in to change notification settings - Fork 92
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
[v2] Fix for extension failure with refresh Zowe Explorer command #3107
Conversation
Signed-off-by: Andrew W. Harn <andrew.harn@broadcom.com>
Signed-off-by: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/2.18.1 #3107 +/- ##
=================================================
Coverage ? 93.32%
=================================================
Files ? 105
Lines ? 11077
Branches ? 2421
=================================================
Hits ? 10338
Misses ? 738
Partials ? 1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com>
📅 Suggested merge-by date: 9/24/2024 |
Fix: Add missing workflow permissions (main)
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Update function-bind dep for technical currency
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](pillarjs/path-to-regexp@v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…gexp-1.9.0 chore(deps): Bump path-to-regexp from 1.8.0 to 1.9.0
Quality Gate passedIssues Measures |
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 @JillieBeanSim!
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 Billie for the fix!
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! 😋
Curious if we should add this to the list of items to port to next
Proposed changes
Fixing command for v2 as to not break ZE when used.
Also ports #3102 to v2.18.1 release branch
Proposal for v3:
With the introduction of the Event management and removal of all instance of Zowe Explorer using the zowe.extRefresh command I propose possible removal of command from command palette and suggest users use the new command from VS Code
Extensions: Refresh
in v3.Release Notes
Milestone: 2.18.1
Changelog: Fix issue where the Zowe Explorer VS Code command
Refresh Zowe Explorer
failed catastrophically. #3100Types of changes
Checklist
General
yarn workspace vscode-extension-for-zowe vscode:prepublish
pnpm --filter vscode-extension-for-zowe vscode:prepublish
Code coverage
Deployment
next
Further comments