-
-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Hello Neurodesktopers! Thanks for the nice suite :-)
I am running neurodesktop in a docker container as in https://www.neurodesk.org/docs/getting-started/neurodesktop/linux/, Option 2. Point 1.
It works fine through browser interaction. But I'd like to interact with it through VScode, where VScode attaches to the container.
Attaching the container to VScode works easy with the Dev Container extension, but it makes neurodeskapps unusable:
Following neurodesk's instructions (https://www.neurodesk.org/docs/getting-started/neurocommand/visual-studio-code/), now something goes wrong as I attach the container:
See also full terminalOutput.txt.
Any suggestions?
Thanks a lot for your help :-)
Sebastien
Note: My ultimate goal is to interact with this neurodesktop container remotely using VScode, by first SSHing to my server with VScode extension Remote-SSH, then attaching the server-run container using VScode extension Dev-Containers. This is working but I'm getting the same issue described above for the simpler test case of using VScode directly on the server's desktop environment.