microsoft / microsoft/vscode-js-debug
Allow multiple paths in pathMapping
Open
@connor4312 is already working on this.
Since Nov 30, 2020.
feature-request
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 373
- Avg merge
- 1d 9m
- Merged PRs (30d)
- 6
Description
Is your feature request related to a problem? Please describe.
Right now in pathMapping one con provide only one path.
In our case sometimes one path serves files from multiple locations (we're doing a piece by piece transition from old code to new)
and there is no way to link both directories to the debugger
Describe the feature you'd like
Ideally pathMapping (and webRoot) should allow either a string or string array
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.