From 08bf82a1c82679c45b9b6ded54505e7e7bf2930f Mon Sep 17 00:00:00 2001 From: EKhan Date: Tue, 17 Dec 2024 17:11:31 +0000 Subject: [PATCH] Fixing issue in 3.1.0 due to SSH2 external dep. Signed-off-by: EKhan --- packages/vsce/CHANGELOG.md | 5 +++++ packages/vsce/tsup.config.json | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/vsce/CHANGELOG.md b/packages/vsce/CHANGELOG.md index 08256ff5..4a08d797 100644 --- a/packages/vsce/CHANGELOG.md +++ b/packages/vsce/CHANGELOG.md @@ -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) diff --git a/packages/vsce/tsup.config.json b/packages/vsce/tsup.config.json index 520313d5..01265113 100644 --- a/packages/vsce/tsup.config.json +++ b/packages/vsce/tsup.config.json @@ -8,8 +8,7 @@ "format": "cjs", "dts": true, "external": [ - "vscode", - "ssh2" + "vscode" ], "minify": "terser", "noExternal": []