-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Remove extRefresh cmd & FTP registration popup #3140
Conversation
Signed-off-by: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.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 @@
## main #3140 +/- ##
==========================================
- Coverage 92.77% 92.76% -0.01%
==========================================
Files 113 113
Lines 11662 11650 -12
Branches 2491 2593 +102
==========================================
- Hits 10819 10807 -12
Misses 841 841
Partials 2 2 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com>
📅 Suggested merge-by date: 10/7/2024 |
Signed-off-by: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com>
not sure if this is considered a breaking change and if we are ok with it 😋
@zFernand0 I presented the proposal with the v2 fix and it was discussed in scrum to remove the command in favor of the VSC command. |
Signed-off-by: Billie Simmons <BillieJean.Simmons@ibm.com>
@@ -14,7 +14,7 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen | |||
- Fix issue with extender profiles not being included in fresh team configuration file. [#3122](https://github.com/zowe/zowe-explorer-vscode/issues/3122) | |||
- Fixed issue where file extensions were removed from data sets, causing language detection to sometimes fail for Zowe Explorer extenders. [#3121](https://github.com/zowe/zowe-explorer-vscode/issues/3121) | |||
- Fixed an issue where copying and pasting a file/folder in the USS tree would fail abruptly, displaying an error. [#3128](https://github.com/zowe/zowe-explorer-vscode/issues/3128) | |||
- To fix Strange behaviour of Job label under Job Favorites. [#2632](https://github.com/zowe/zowe-explorer-vscode/issues/2632) |
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.
removed, v2 port changelog
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 resolving these clean-up items!
await Gui.showMessage("Zowe Explorer was modified for FTP support.", { logger: globals.LOGGER }); | ||
globals.LOGGER.logImperativeMessage("Zowe Explorer was modified for FTP support.", MessageSeverity.INFO); |
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 removing this! 😋
|
Proposed changes
fix for #2862 & #3100
log writing can be found at
~/.vscode/extension/zowe.zowe-explorer-ftp-extension-3.0.0-next-SNAPSHOT/logs
Release Notes
Milestone: 3.0 GA
Changelog:
ZE - Removal of broken VSC command
Zowe Explorer: Refresh Zowe Explorer
, use VS Code'sExtensions: Refresh
command instead. #3100zFTP - Removed popup notification of successful registration with Zowe Explorer and log the success instead. #2862
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