Skip to content

Commit

Permalink
Removed enablement
Browse files Browse the repository at this point in the history
Signed-off-by: EKhan <[email protected]>
  • Loading branch information
enamkhan authored and AndrewTwydell committed Jan 6, 2025
1 parent 58024eb commit 5e5fcc2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/vsce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,7 @@
{
"command": "cics-extension-for-zowe.showRegionParameters",
"title": "Show SIT Parameters",
"category": "IBM CICS for Zowe Explorer",
"enablement": "(viewItem =~ /\\.active/)"
"category": "IBM CICS for Zowe Explorer"
},
{
"command": "cics-extension-for-zowe.enableProgram",
Expand Down Expand Up @@ -465,7 +464,7 @@
"group": ""
},
{
"when": "view == cics-view && viewItem =~ /cicsregion\\..*/",
"when": "view == cics-view && viewItem =~ /cicsregion.*\\.active/",
"command": "cics-extension-for-zowe.showRegionParameters",
"group": ""
},
Expand Down

0 comments on commit 5e5fcc2

Please sign in to comment.