Skip to content

Commit

Permalink
updated command names
Browse files Browse the repository at this point in the history
  • Loading branch information
ibishal committed Oct 22, 2024
1 parent 522d42f commit a32e7d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"commands": [
{
"command": "asyncapi.preview",
"title": "Preview AsyncAPI",
"title": "AsyncAPI: Preview",
"icon": {
"light": "resources/icons/open-preview_black.svg",
"dark": "resources/icons/open-preview_white.svg"
Expand All @@ -53,7 +53,7 @@
},
{
"command": "asyncapi.visualize",
"title": "visualize AsyncAPI document",
"title": "AsyncAPI: Visualize document",
"icon": {
"light": "resources/icons/open-preview_black.svg",
"dark": "resources/icons/open-preview_white.svg"
Expand Down

0 comments on commit a32e7d6

Please sign in to comment.