This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new 77cee068 Implement #650
77cee068 is described below

commit 77cee068ef571245fce4eff75c51f9e38e4bf5bb
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Thu Feb 9 10:06:56 2023 -0500

    Implement #650
---
 karavan-vscode/package.json | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/karavan-vscode/package.json b/karavan-vscode/package.json
index fe2a85d9..75e768fd 100644
--- a/karavan-vscode/package.json
+++ b/karavan-vscode/package.json
@@ -346,7 +346,8 @@
     "commands": [
       {
         "command": "karavan.create-yaml",
-        "title": "Karavan: Create Integration"
+        "title": "Karavan: Create Integration",
+        "icon": "$(add)"
       },
       {
         "command": "karavan.create-application",
@@ -490,6 +491,11 @@
         }
       ],
       "view/title": [
+        {
+          "command": "karavan.create-yaml",
+          "when": "view == integrations",
+          "group": "navigation@0"
+        },
         {
           "command": "karavan.run-project-jbang",
           "when": "view == integrations",

Reply via email to