Results 8 comments of Roland Sarrazin

For your reference: I'm using additionally to this extension the [ROS extension](https://marketplace.visualstudio.com/items?itemName=ms-iot.vscode-ros) that can start single nodes but also launch files (and debug all of the started nodes).

> It seems you [don't need to specify](https://github.com/microsoft/vscode-remote-release/issues/550#issuecomment-1404695068) `DISPLAY` or `WAYLAND_DISPLAY` or `XDG_RUNTIME_DIR` in the `containerEnv` section of the `devcontainer.json` any more. They are set automatically. This is correct in...

> There is a fix in Dev Containers 0.366.0-pre-release. Could everyone seeing this issue give that a try and let me know if there are any remaining issues? Thanks! I...

> @rsarrazin2 The reason the Dev Containers extension sets `DISPLAY` inside the container to something else is that it listens on that display's socket path inside the container and forwards...

@chrmarti I created an MVP at https://github.com/rsarrazin2/devcontainer_for_vscode_remote_extension. Here is what I get inside the container: ``` $ ls -l /tmp/.X11-unix/ total 0 srwxrwxrwx 1 rolands rolands 0 May 22 09:39...

@chrmarti here you are: [container.log](https://github.com/microsoft/vscode-remote-release/files/15414173/container.log). I just want to clarify in case there's a misunderstanding on my side: The reports I provide are from the WSL setup where the `"DISPLAY":...

> @rsarrazin2 The setup where the statement is required would be the most interesting. Could you send the information from that too? Thanks. @chrmarti The native-Linux-setup colleagues are currently on...

@chrmarti I got the feedback from the native Linux colleagues who gave the MVP a try with the pre-release version. * Without the statement, `/tmp/.X11-unix/` lists `X0`. * With the...