remove stupid shit

This commit is contained in:
2025-09-05 16:27:38 +02:00
parent cfb7bc0ad4
commit c18047a23b

View File

@@ -16,9 +16,7 @@
"workspaceFolder": "/${localWorkspaceFolderBasename}", "workspaceFolder": "/${localWorkspaceFolderBasename}",
"remoteEnv": { "remoteEnv": {
"DISPLAY": "${localEnv:DISPLAY}", "DISPLAY": "${localEnv:DISPLAY}",
"TZ": "Europe/Amsterdam", "TZ": "Europe/Amsterdam"
"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/1000/bus",
"XDG_RUNTIME_DIR": "/run/user/1000"
}, },
"mounts": [ "mounts": [
// Uncomment to allow the container to access the X server on the host e.g. to run Rviz and other GUI tools // Uncomment to allow the container to access the X server on the host e.g. to run Rviz and other GUI tools
@@ -38,11 +36,6 @@
"source": "/dev/dri", "source": "/dev/dri",
"target": "/dev/dri", "target": "/dev/dri",
"type": "bind" "type": "bind"
},
{
"source": "/run/user/1000/bus",
"target": "/run/user/1000/bus",
"type": "bind"
} }
], ],
"customizations": { "customizations": {