Skip to content

Commit

Permalink
hide add and remove icon on apiTitle node
Browse files Browse the repository at this point in the history
  • Loading branch information
ElinorW committed May 16, 2024
1 parent dbb8e27 commit 2e7d4df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vscode/microsoft-kiota/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
},
{
"command": "kiota.openApiExplorer.addToSelectedEndpoints",
"when": "view == kiota.openApiExplorer",
"when": "view == kiota.openApiExplorer && viewItem != apiTitle",
"group": "inline@2"
},
{
Expand All @@ -281,7 +281,7 @@
},
{
"command": "kiota.openApiExplorer.removeFromSelectedEndpoints",
"when": "view == kiota.openApiExplorer",
"when": "view == kiota.openApiExplorer && viewItem != apiTitle",
"group": "inline@3"
},
{
Expand Down

0 comments on commit 2e7d4df

Please sign in to comment.