vscode-extension-for-zowe icon indicating copy to clipboard operation
vscode-extension-for-zowe copied to clipboard

Use allowlist instead of blocklist in vscodeignore

Open t1m0thyj opened this issue 1 year ago • 2 comments

Remove extra files from the VSIX for both ZE and the FTP extension. Using an allowlist instead of a blocklist should make the .vscodeignore files easier to maintain in the future, as long as we remember to update the ignore list in any future PRs where new files should be included in the VSIX.

Proposed changes

Release Notes

Milestone: 2.6.0

Changelog: Not sure if we need one for this change? The only change users may notice is a smaller download size.

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

  • [ ] I have read the CONTRIBUTOR GUIDANCE wiki
  • [ ] PR title follows Conventional Commits Guidelines
  • [ ] PR Description is included
  • [ ] gif or screenshot is included if visual changes are made
  • [ ] yarn workspace vscode-extension-for-zowe vscode:prepublish has been executed
  • [ ] 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
  • [ ] 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)

Further comments

t1m0thyj avatar Dec 13 '22 17:12 t1m0thyj