Skip to content
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

Fixing issue in 3.1.0 due to SSH2 external dep. #175

Merged
merged 1 commit into from
Dec 17, 2024
Merged

Conversation

enamkhan
Copy link
Contributor

@enamkhan enamkhan commented Dec 17, 2024

What It Does
The PR #165 marks SSH2 as an external dependency for tsup. This breaks the CICS extension - reverting for now.

How to Test
Created the vsix package, which I then installed and tested manually.

Review Checklist
I certify that I have:

Additional Comments
Resolves #174

Copy link

@davenice davenice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've seen this tested over Enam's shoulder! 👍

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.49%. Comparing base (9af61f8) to head (08bf82a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #175   +/-   ##
=======================================
  Coverage   93.49%   93.49%           
=======================================
  Files          74       74           
  Lines         738      738           
  Branches       37       38    +1     
=======================================
  Hits          690      690           
  Misses         48       48           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@AndrewTwydell AndrewTwydell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! @zFernand0 it's over here rather than an existing PR

Copy link
Member

@zFernand0 zFernand0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 😋

@zFernand0 zFernand0 merged commit 087757b into main Dec 17, 2024
17 checks passed
@zFernand0 zFernand0 deleted the fixSshIssue branch December 17, 2024 18:57
@zFernand0 zFernand0 added the release-patch Indicates a patch to existing code has been applied label Dec 17, 2024
Copy link

Release succeeded for the main branch. 🎉

The following packages have been published:

Powered by Octorelease 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-patch Indicates a patch to existing code has been applied released
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

CICS extension will not load correctly
5 participants