microsoft / microsoft/vscode-wasm

Do not support multiple Workspace Folders

Open
#211 2 comments 0 reactions 0 assignees View on GitHub

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

  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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.