-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open Workspace in Container... improve support for multi root workspaces #387
Comments
One more assumption we make for the Docker Compose case is that the workspace file is inside the |
This issue doesn't allow us to open multiple containers in a single vscode window, correct? |
@mtsmfm That's correct. |
@chrmarti Can I open an issue for this feature request? |
@mtsmfm Yes, thanks. |
Opend |
Currently opening a
.codeworkspace
in a container is a two step process. First you "Open Folder in Container", then File > Open Workspace (or by clicking the button in the toast that appears.)This is partly because we do not currently support opening folders without a common root in a container or opening multiple containers at once. A workspace file could include multiple folders in entirely different parts of the local filesystem and each of these folders could have their own devcontainer.json files.
To start, we could support an open workspace command that is the equivalent of doing "Open Folder in Container" followed by "Open Workspace" but does not resolve these two limitations. Specifically it would:
.devcontainer/devcontainer.json
or.devcontainer.json
file in the same folder as the.codeworkspace
file..codeworkspace
file would only be able to reference sub-folders.The text was updated successfully, but these errors were encountered: