microsoft / microsoft/vscode-remote-release
Does not respect workspaceMount, workspaceFolder when using "Open repository in container"
Open
@chrmarti is already working on this.
Since Dec 12, 2022.
containers
feature-request
plan-review
volume
- Dominant language
- Dockerfile
- Stars
- 4.2k
- Forks
- 470
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
- VSCode Version: 1.45.1
- Local OS Version: Windows_NT x64 10.0.18362
- Remote OS Version: Alpine 3.11
- Remote Extension/Connection Type: Docker
Steps to Reproduce:
- Specify a custom mount point in devcontainer.json
- Open repository in container...
- pwd && ls
- Observe how the code is in /workspaces/(projectname)
Expected behavior is that the mount point is respected. This is important for my use case since the build system expects the source code to be placed under /src (repurposing an existing Docker-based build system as the dev container).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.