Skip to content

Commit

Permalink
Remove context for settings views
Browse files Browse the repository at this point in the history
Signed-off-by: worksofliam <[email protected]>
  • Loading branch information
worksofliam committed May 14, 2024
1 parent 7cb240f commit e1974fd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1004,14 +1004,12 @@
{
"command": "code-for-ibmi.showAdditionalSettings",
"title": "Connection Settings",
"category": "IBM i",
"enablement": "code-for-ibmi:editingConnection !== true"
"category": "IBM i"
},
{
"command": "code-for-ibmi.showLoginSettings",
"title": "Login Settings",
"category": "IBM i",
"enablement": "code-for-ibmi:editingConnection !== true"
"category": "IBM i"
},
{
"command": "code-for-ibmi.renameConnection",
Expand Down

0 comments on commit e1974fd

Please sign in to comment.