microsoft / microsoft/vscode-js-debug
"Debug npm script" command does not distinguish scripts between projects
Open
@connor4312 is already working on this.
Since Mar 14, 2023.
feature-request
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 373
- Avg merge
- 1d 9m
- Merged PRs (30d)
- 6
Description

It's not possible for now to understand which script you want to execute when you use auto-complition to find what you need. Don't know about the others, but I often use this feature when i want to debug something instead of going to particular package.json, especially when you have 30 of them on the project.
There is some similar example in vscode itself, when you running something through tasks:

It's also usefull to have auto-completion with project names:

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.