Skip to content

Commit

Permalink
Merge branch 'main' into getResourceFix
Browse files Browse the repository at this point in the history
  • Loading branch information
enamkhan authored Dec 13, 2024
2 parents 6cf722c + 38ed66a commit c769b7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vsce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"onView:cics-view"
],
"extensionDependencies": [
"zowe.vscode-extension-for-zowe"
"Zowe.vscode-extension-for-zowe"
],
"main": "./dist/extension.js",
"icon": "resources/zowe-cics-color.png",
Expand Down
3 changes: 2 additions & 1 deletion packages/vsce/tsup.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"format": "cjs",
"dts": true,
"external": [
"vscode"
"vscode",
"ssh2"
],
"minify": "terser",
"noExternal": []
Expand Down

0 comments on commit c769b7d

Please sign in to comment.