Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
{
"name": "ROS2 Humble Dev",
"build": { "dockerfile": "Dockerfile" },
"workspaceFolder": "/home/vscode/workspace",
"mounts": [
"source=${localWorkspaceFolder},target=/home/vscode/workspace,type=bind"
],
"runArgs": [
"--gpus=all",
"-v", "${env:SSH_AUTH_SOCK}:/ssh-agent",
"-e", "SSH_AUTH_SOCK=/ssh-agent",
"-e", "DISPLAY=${localEnv:DISPLAY}",
"-e", "LIBGL_ALWAYS_SOFTWARE=1",
"-e", "QT_XCB_GL_INTEGRATION=none",
"-v", "/tmp/.X11-unix:/tmp/.X11-unix:rw"
],
"containerEnv": {
"QT_X11_NO_MITSHM": "1",
"QT_QPA_PLATFORM": "xcb",
"DISPLAY": "${localEnv:DISPLAY}",
"SSH_AUTH_SOCK": "/ssh-agent",
"LIBGL_ALWAYS_SOFTWARE": "1",
"QT_XCB_GL_INTEGRATION": "none",
"TERM": "xterm-256color"
},
"remoteUser": "vscode",
"postStartCommand": "xhost +local:vscode || true",
"forwardPorts": [5000, 9000, 9090],
"portsAttributes": {
"9000": { "label": "MCP Server", "onAutoForward": "ignore" },
"9090": { "label": "ROSBridge", "onAutoForward": "ignore" }
},
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-azuretools.vscode-docker",
"twxs.cmake",
"ms-vscode.cpptools",
"ms-python.vscode-pylance",
"astral-sh.ruff"
],
"settings": {
"terminal.integrated.defaultProfile.linux": "bash"
}
}
}
}
Summary
Type of Change
Changes Made
Related Issues
Testing
Test Results and/or Instructions
Screenshots are encouraged to share your testing results for this change.
Checklist
npm run prettier-fix)Breaking Changes
Additional Context