Joshua Sedler

Results 20 comments of Joshua Sedler

Hey @rfay, me and @JPustkuchen, tried to attach VS-Code to our Lando-Project, with preexisting PHP and Drupal Settings/Extensions for VS-Code. The main goal is, having a Lando-Debug-Environment with integrated VS-Code...

For further explanation, since this is a ddev issue post and not a lando issue post. The main problem regarding ddev and lando is, that there is currently no way,...

@rfay and all the others interested here: Did someone manage to attach to a running ddev container from console? I just can't find the start parameter or something similar for...

Thank you everyone for your fast replies! I just tried @Morgy93 answer but couldn't get it to work right away. Maybe a typo, maybe something else. It basically just started...

Ok I'm stupid, didn't know the + is an ascii path to my hexadecimal encoded devcontainer Folder. Cheers everyone!

So basically this is my solution, it's not perfect, but it works just fine: ~~~ code --folder-uri="vscode-remote://attached-container+{container-name-in-hex}%{path-in-container}" ~~~ I created a ddev environment with an appropriate devcontainer.json, see: https://code.visualstudio.com/docs/remote/attach-container https://code.visualstudio.com/docs/remote/devcontainerjson-reference...

I agree with @Unifex this seems to be a false positive. We get the same error in the Fences Module: https://git.drupalcode.org/project/fences/-/blob/3.x/src/TagManager.php?ref_type=heads#L18 ~~~ 1/1 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100% ------ --------------------------------------- Line TagManager.php ------...

Hey @chrmarti, can't wait for this feature to be implemented! It would really help automatically setting up our programming environment using ddev with VSCode. 👍 Just wanted to sneak in...

Since we are tracking this issue here now, I just wanted to quote my proposal from https://github.com/microsoft/vscode-remote-release/issues/5944, to attach VSCode to a container with additional setting and extension flags! >If...