microsoft / microsoft/vscode-containers
[GitHub Codespaces] An error occurs when opening multiple container files at the same time
Open
Nobody has claimed this yet.
AT-CTI
codespaces
- Dominant language
- TypeScript
- Stars
- 139
- Forks
- 87
- Avg merge
- 9h 15m
- Merged PRs (30d)
- 9
Description
OS: GitHub Codespaces (Local/Remote)
Build Version: 20250404.1
Repro Steps:
- Run a Redis container using
docker run -dt redis:latestcommand. - Navigate to "Containers" view -> Expand the "redis:latest" container node -> Expand the "Files" node -> Expand the "etc" folder node.
- Select multiple container files and click one of the open buttons.
- Check whether no error occurs when opening multiple container files at the same time.
Expect:
No error occurs when opening multiple container files at the same time.
Actual:
An error occurs when opening multiple container files at the same time.
More Info:
- This issue does not reproduce in non-codespaces environment.
- This issue does not reproduce if opening a single container file.
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.
Research direction
Reproduce the issue in GitHub Codespaces with a Redis container, expanding its Files and selecting multiple files to open. Trace the container-file opening path used for multi-selection; done means multiple container files open without an error while single-file and non-Codespaces behavior remain intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, typescript, vscode
- Domain
- cloud, devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100