Skip to content

Commit 4e9948a

Browse files
committed
Update default Camel JBang version to 4.14
Signed-off-by: Aurélien Pupier <[email protected]>
1 parent 37c49cb commit 4e9948a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to the "vscode-debug-adapter-apache-camel" extension will be
44

55
## 1.10.0
66

7+
- Update default Camel version used for Camel JBang from 4.13.0 to 4.14.0
8+
79
## 1.9.0
810

911
- Update default Camel version used for Camel JBang from 4.12.0 to 4.13.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"camel.debugAdapter.JBangVersion": {
8585
"type": "string",
8686
"markdownDescription": "Apache Camel JBang CLI version used for internal VS Code JBang commands execution. Camel JBang CLI requirements can differ between versions, it is recommended to use `default` version to ensure all extension features work properly.\n\n**Note**: This change will affect only commands provided by Debug Adapter for Apache Camel extension.",
87-
"default": "4.13.0"
87+
"default": "4.14.0"
8888
},
8989
"camel.debugAdapter.CamelVersion": {
9090
"type": "string",

0 commit comments

Comments
 (0)