From a32e7d6cbe78a877f219a6181d9656428716575d Mon Sep 17 00:00:00 2001 From: Bishal Date: Tue, 22 Oct 2024 07:28:35 +0000 Subject: [PATCH] updated command names --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0c02e2d..0d7685c 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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"