vscode-extension-for-zowe
vscode-extension-for-zowe copied to clipboard
Refresh v2 profile schema for extenders
Proposed changes
Release Notes
Milestone: v2.0 release
Changelog: Update schema upon registering a new plugin from an extender to a currently active v2 profile for users.
For testing this PR:
- package the branch for this PR running
yarn package
. - install the packaged
.vsix
file for Zowe Explorer. - create a v2 profile by clicking the
+
button. - reload vscode window after creation.
- install Zowe Explorer FTP extension
.vsix
file. - view your
zowe.schema.json
file and check if an FTP property was added to the schema.
Types of changes
What types of changes does your code introduce to Zowe Explorer?
Put an x
in the boxes that apply
- [x] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Updates to Documentation or Tests (if none of the other choices apply)
Checklist
Put an x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This checklist will be used as reference for both the contributor and the reviewer
- [x] I have read the CONTRIBUTOR GUIDANCE wiki
- [x] PR title follows Conventional Commits Guidelines
- [x] PR Description is included
- [ ] gif or screenshot is included if visual changes are made
- [x]
yarn workspace vscode-extension-for-zowe vscode:prepublish
has been executed - [x] All checks have passed (DCO, Jenkins and Code Coverage)
- [ ] I have added unit test and it is passing
- [ ] I have added integration test and it is passing
- [ ] There is coverage for the code that I have added
- [x] I have tested it manually and there are no regressions found
- [ ] I have added necessary documentation (if appropriate)
- [ ] Any PR dependencies have been merged and published (if appropriate)
Reminder
After a PR is merged into the master
branch, create a PR from master
to the next
branch resolving any conflicts.
Further comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
1 Code Smell
No Coverage information
0.0% Duplication
closing in favor of work for this issue https://github.com/zowe/vscode-extension-for-zowe/issues/2508