- Introduced a
Kaoto
output channel. It is initially used to log message of exceptions. - Upgrade to Kaoto 2.3.0
- Start attempt to have VS Code Kaoto version number aligned with version of Kaoto that is embedded
- Enable
nodeLabel
setting to configure the node label used in the Kaoto editor - Upgrade Kaoto 2.2.0
- Provide command and quick action
Open Camel file with textual editor on the side
when Kaoto editor is active - Provide shortcut
Ctrl+k v
to open textual editor to the side when kaoto editor is active - Fix rendering in vscode.dev
- Fix commands in vscode.dev
- Update project homepage in the marketplace to kaoto.io
- Setting to provide custom set of Catalog used by the Kaoto editor
- Upgrade Kaoto 2.1.0
- Update Red Hat telemetry dependency to reduce number of event sent (startup information will be sent one time per day per user)
- Remove
preview
flag
- Update animated image in readme
- Upgrade from Kaoto 2 preview release 2.0.0-TP3 to 2.0.0
- Upgrade from Kaoto 2 preview release 2.0.0-TP2 to 2.0.0-TP3
- Open Kaoto editor by default for
*.pipe.(yaml|yml)
and*-pipe.(yaml|yml)
files
- Upgrade from Kaoto 2 preview release 2.0.0-TP1.2 to 2.0.0-TP2
- Fix Kaoto editor in vscode.dev web environment
- Upgrade from Kaoto 2 preview release 2.0.0-TP1 to 2.0.0-TP1.2
- Use Kaoto 2 preview release (technically kaoto-next 2.0.0-TP1) instead of Kaoto UI + Kaoto backend
- Remove kaoto backend v1: reduced size of bundle and no more requirements on architecture
- Open Kaoto editor by default for
*.kamelet.(yaml|yml)
files
- Change default port of embedded Kaoto backend from
8081
to8097
- Keep
Kaoto backend
output log available when Kaoto backend native executable cannot be launched. It allows to have more information what can be the issue. - Upgrade embedded Kaoto UI to 0.7.6 and backend to 0.7.6
- Open Kaoto editor by default for
*.camel.(yaml|yml)
files - Provide entry in contextual menu to open
*.(yaml|yml)
files with Kaoto editor - Avoid wipeout of content on restart with opened editors #144
- Technical version to be able to push on Marketplace
- Initial version: Open a Kaoto file, edit it and save it inside VS Code.