And the ros extention can only automatically start if a catkin_ws is used as root workspace folder. That doesn't work for our project structure though. What is needed is an option to set a subfolder as catkin_ws.
why is it needed
To work with docker containers in remote development this is needed, otherwise a needlessly complex multi-workspace setup has to be created and I don't know if that'd even work.
what is needed We develop ROS in Docker containers. So our project structure looks like this:
And the ros extention can only automatically start if a catkin_ws is used as root workspace folder. That doesn't work for our project structure though. What is needed is an option to set a subfolder as catkin_ws.
why is it needed To work with docker containers in remote development this is needed, otherwise a needlessly complex multi-workspace setup has to be created and I don't know if that'd even work.