Skip to content

Commit

Permalink
chore: Support opening *.camel-k.yaml and *.pipe.yaml
Browse files Browse the repository at this point in the history
Fixes: #455
  • Loading branch information
igarashitm committed Jan 23, 2024
1 parent 4a98a9e commit 151c3c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
"workspaceContains:**/*.camel.yml",
"workspaceContains:**/*.kamelet.yaml",
"workspaceContains:**/*.kamelet.yml",
"workspaceContains:**/*.camel-k.yaml",
"workspaceContains:**/*.camel-k.yml",
"workspaceContains:**/*.pipe.yaml",
"workspaceContains:**/*.pipe.yml",
"onStartupFinished"
],
"capabilities": {
Expand Down

0 comments on commit 151c3c8

Please sign in to comment.