remove stupid shit
This commit is contained in:
@@ -16,9 +16,7 @@
|
||||
"workspaceFolder": "/${localWorkspaceFolderBasename}",
|
||||
"remoteEnv": {
|
||||
"DISPLAY": "${localEnv:DISPLAY}",
|
||||
"TZ": "Europe/Amsterdam",
|
||||
"DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/1000/bus",
|
||||
"XDG_RUNTIME_DIR": "/run/user/1000"
|
||||
"TZ": "Europe/Amsterdam"
|
||||
},
|
||||
"mounts": [
|
||||
// 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",
|
||||
"target": "/dev/dri",
|
||||
"type": "bind"
|
||||
},
|
||||
{
|
||||
"source": "/run/user/1000/bus",
|
||||
"target": "/run/user/1000/bus",
|
||||
"type": "bind"
|
||||
}
|
||||
],
|
||||
"customizations": {
|
||||
|
||||
Reference in New Issue
Block a user