microsoft / microsoft/vscode-js-debug
Hide "immediate" from stack frame list between two skipped frames
Open
@connor4312 is already working on this.
Since Jun 25, 2022.
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.
When I have all of node_modules in skipFiles, my stack frame is still full of "immediate" frames, so I can't scroll to see what called the library code.

Note how small the scroll cursor is; this list is huge.
Describe the feature you'd like
Truthfully, I have no idea what these "immediate" frames are (a term I have not heard), but I'd like to work such that if there's an immediate frame that is between two skipped frames, the immediate frame is hidden too.
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.