You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As designed VSCode launches a project containing a .devcontainer it starts in local mode promoting to reopen in a container.
"Folder contains a dev container configuration file. Reopen folder to develop in a container (learn more)."
I would like to have an option added to the command line to allow the dev container to be opened by default for example:
code-insider . --dev-container or
code-insider . --mode=dev-container
when this extension is enabled.
The text was updated successfully, but these errors were encountered:
bmweller
changed the title
Ability to launch devcontainer folder from command line
Ability to launch .devcontainer project from command line
Jul 31, 2019
As designed VSCode launches a project containing a .devcontainer it starts in local mode promoting to reopen in a container.
"Folder contains a dev container configuration file. Reopen folder to develop in a container (learn more)."
I would like to have an option added to the command line to allow the dev container to be opened by default for example:
code-insider . --dev-container or
code-insider . --mode=dev-container
when this extension is enabled.
The text was updated successfully, but these errors were encountered: