Billy
Billy
Hi there @robots4life, I suppose you have a `docker-compose.override.yml` in your Devilbox root folder? If so, try adding the following under `services:` (if you already have a `php` directive just...
Finally made some time to investigate this. Sorry for my earlier response. I got things up and running locally using `ws` just like you. When switching to `wss` I get...
Hi @robots4life, I am using the new VS Code Remote Development to accomplish this. Make sure you have one of the following extensions installed `ms-vscode-remote.vscode-remote-extensionpack` (package containing remote development for...
_No problem. Glad I can contribute in some way, truly a great project. Glad to see you active again._ You're totally right. It's better to keep these permissions synchronized. However,...
Normally, yes. But in my case Devilbox is running 24/7 in the background. The `// "postCreateCommand": "apt-get update && apt-get install -y git",` will only be executed when creating a...
Great, looking forward to your response!
Hi, Sorry for not responding to your previous message. I'll get back to you this weekend!
Hi, I can reproduce this exact same error message by not having devilbox up and running on reopening in container. Could you verify that you have devilbox up and running...
Great to see you got it working! 😄 I do recommend to make a `.devcontainer` folder with `devcontainer.json` inside each of your projects instead of inside `/media/user/d/WWW/` sometimes you may...
_First of all, great questions!_ **_When I am in the Dev Container and install the extensions into the container the next time I start up Devilbox the extensions are gone....