Create Devcontainer config#4793
Conversation
|
@TimWolla it's all ready for you now |
|
I don't know anything about containerization and don't have any strong opinions about this. |
|
Thank you. I've tried spawning a codespace from your repository, connected to it via VS Code and ran It appears the Also, I think it would be nice to avoid the additional layer of Docker within a Codespace / dev container. Would it perhaps work to directly install Java + PHP in the Codespace at creation time? |
|
I'm sure I can find a way to avoid the extra Docker layer. No idea on the other problem though - it's not happening on my end with a fresh Codespace. |
|
Do I see correctly that Why is a devcontainer with a web server needed at all, when the |
|
@cweiske The Devcontainer spec is not specific to VS Code, though it was probably implemented there first as it's a Microsoft invention. PhpStorm supports it as well, but more importantly, GitHub Codespaces can use it to spawn a pre-customized browser-based dev environment based on VS Code. Sorry I've let this languish; life priorities got in the way and it slipped my mind. |
As requested by @TimWolla.