[provide a description of the issue]
[attach a sample project reproducing the error]
[attach logs](https://github.com/redhat-developer/vscode-java/wiki/Troubleshooting#enable-logging)
Call Stack view has no filtering option.
Call Stack view to have a filtering option.
Would be nice to have a filtering option so one can filter either by thread name or by status of threads, like RUNNING, SUSPENDED, or whatever status there is. It can help a lot in situations where there are many threads running and the breakpoints stop on multiple parallel threads, so switching from one to the other would be much quicker.
vscode already supports this. You can click on call stack view and start typing.

I want to filter by file (so that I only see my files in the stack), but that's not possible
Most helpful comment
vscode already supports this. You can click on call stack view and start typing.
