microsoft / microsoft/vscode-wasm
Do not support multiple Workspace Folders
Open
Nobody has claimed this yet.
feature-request
- Dominant language
- TypeScript
- Stars
- 456
- Forks
- 40
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 4
Description
When there are multiple working spaces, by obtaining the real files through std::fs::read_to_string, it is prompted that the file does not exist.
Contributor guide
No contributing guide indexed for this repository
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
Start by reproducing the failure with multiple workspace folders and trace the path used by std::fs::read_to_string to obtain real files. Identify how workspace paths are resolved and confirm that reads work for each workspace folder; the issue is done when the missing-file prompt no longer occurs in that setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, typescript
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100