microsoft / microsoft/vscode-remote-release

Does not respect workspaceMount, workspaceFolder when using "Open repository in container"

Open
#3,034 12 comments 22 reactions 1 assignee View on GitHub

@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:

  1. Specify a custom mount point in devcontainer.json
  2. Open repository in container...
  3. pwd && ls
  4. 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.