Skip to content

Commit

Permalink
Fixing issue in 3.1.0 due to SSH2 external dep.
Browse files Browse the repository at this point in the history
Signed-off-by: EKhan <[email protected]>
  • Loading branch information
enamkhan committed Dec 17, 2024
1 parent 3d401f3 commit 08bf82a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/vsce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to the "cics-extension-for-zowe" extension will be documented in this file.


## Recent Changes

- BugFix: CICS extension 3.1.0 will not load correctly. [#174](https://github.com/zowe/cics-for-zowe-client/issues/174)

## `3.0.2`

- BugFix: Correcting condition to read team configuration file. [#160](https://github.com/zowe/cics-for-zowe-client/pull/160)
Expand Down
3 changes: 1 addition & 2 deletions packages/vsce/tsup.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"format": "cjs",
"dts": true,
"external": [
"vscode",
"ssh2"
"vscode"
],
"minify": "terser",
"noExternal": []
Expand Down

0 comments on commit 08bf82a

Please sign in to comment.