microsoft/vscode-remote-release

Open workspace in container when workspace file is not at the root

Opened this issue · 0 comments

We have a repo where shared IDE files are stored in an "ide" folder, including the .code-workspace file. The folders section looks like this:

"folders": [ { "path": ".." } ],

When attempting to add remote development container support, we found that having the config file not at the root when trying to use the "Remote-Containers: Open Workspace in Container" method. Opening a workspace on a physical machine works fine with the file in this location. We would like to see this same feature supported for container development as well.