Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] The Docker VS Extension conflicts with autoconfig of the ROS launch Debugger #340

Closed
ooeygui opened this issue Nov 19, 2020 · 3 comments
Assignees
Labels
bug Something isn't working ROS1 ROS2

Comments

@ooeygui
Copy link
Member

ooeygui commented Nov 19, 2020

general information
When you have the Docker Visual Studio Code extension installed, you cannot use the ROS autoconfig from this extension.

Workaround
Uninstall the Docker extension, then you can create a launch file using the ROS launch debugger

@ooeygui ooeygui added bug Something isn't working ROS1 ROS2 labels Nov 19, 2020
@ooeygui ooeygui self-assigned this Nov 19, 2020
@ooeygui
Copy link
Member Author

ooeygui commented Nov 19, 2020

I believe this is related:
microsoft/vscode#110889

@ooeygui ooeygui changed the title [bug] The Docker VS Extension conflicts with autoconfig of the launch Debugger [bug] The Docker VS Extension conflicts with autoconfig of the ROS launch Debugger Nov 19, 2020
@ooeygui
Copy link
Member Author

ooeygui commented Nov 19, 2020

As a workaround, you can add a launch configuration manually:

        {
            "name": "ROS: Launch",
            "request": "launch",
            "target": "<path to launc>.launch",
            "type": "ros"
        }

@ooeygui
Copy link
Member Author

ooeygui commented Dec 3, 2020

This has been resolved in vscode - microsoft/vscode#108835

@ooeygui ooeygui closed this as completed Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ROS1 ROS2
Projects
None yet
Development

No branches or pull requests

2 participants
@ooeygui and others