Skip to content

Commit

Permalink
changed the name and add the commands in menu and in the dropdown bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ibishal committed Nov 30, 2024
1 parent a32e7d6 commit f23f862
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@
},
{
"command": "asyncapi.visualize",
"title": "AsyncAPI: Visualize document",
"icon": {
"light": "resources/icons/open-preview_black.svg",
"dark": "resources/icons/open-preview_white.svg"
}
"title": "AsyncAPI: Visualize document"
}
],
"snippets": [
Expand All @@ -79,8 +75,7 @@
},
{
"when": "(resourceLangId == json || resourceLangId == yaml) && asyncapi.isAsyncAPI",
"command": "asyncapi.visualize",
"group": "navigation"
"command": "asyncapi.visualize"
}
],
"commandPalette": [
Expand Down

0 comments on commit f23f862

Please sign in to comment.