cdia8890 opened a new issue, #1439: URL: https://github.com/apache/camel-karavan/issues/1439
### Describe the solution you'd like We would like to check the possibility of enabling navigation from one route to another (using the `Direct` component) when the called route is in another folder in the same root-level directory. Currently, the UI navigation only works for routes in the same folder. Expected: ``` /root-folder ├── /folder1 │ ├── main_route.camel.yaml (has a Direct component which calls sub_route.camel.yaml) ├── /folder2 │ ├── sub_route.camel.yaml ``` We're using this folder structure to improve the readability of our code base. Highly appreciate it if you could check on the possibility of this. Thanks! ### Variant VS Code Extension ### Container Management (if applicable) None ### Operating System (for VS Code Extension) Windows -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
