Skip to content

Commit

Permalink
fix: hide "generate binder source" from command palette
Browse files Browse the repository at this point in the history
  • Loading branch information
janfh committed Jan 25, 2025
1 parent a246fdb commit ec48ab9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1704,7 +1704,7 @@
"command": "code-for-ibmi.generateBinderSource",
"title": "Generate binder source",
"category": "IBM i",
"icon": "$(debug)",
"icon": "$(plus)",
"enablement": "code-for-ibmi:connected"
}
],
Expand Down Expand Up @@ -2319,6 +2319,10 @@
{
"command": "code-for-ibmi.searchIFSBrowser",
"when": "never"
},
{
"command": "code-for-ibmi.generateBinderSource",
"when": "never"
}
],
"view/title": [
Expand Down

0 comments on commit ec48ab9

Please sign in to comment.