Replies: 1 comment
-
Hi 👋 Thanks for your kind words. Yes, I believe we currently support only the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, thanks to all developers and contributors of devcontainer!
Devcontainer open an easy way to manage multi-service development for me!
It's just happened to me when I follow a guide from Microsoft's YouTube channels on configuring multiple devcontainer in one project, especially when opening a container using command in the vscode
Dev Container: Reopen in Container
, I am configuring thedocker-compose
file wrong. Instead ofdocker-compose.yml
, I named itdocker-compose.yaml
and the the vscode command doesn't pick up the configuration like it should be. Is it that the yaml file of thedocker-compose
is not supported? Thanks!Beta Was this translation helpful? Give feedback.
All reactions