redhat-developer / vscode-extension-tester

ExTester: Your Essential UI Testing Companion for Visual Studio Code Extensions! Seamlessly execute UI tests with Selenium WebDriver, ensuring robustness and reliability in your extension development journey. Simplify UI testing for your VS Code extensions and elevate the quality of your user interface effortlessly.
Apache License 2.0
258 stars 70 forks source link

[🚀 Request] DebugView should be able to handle Call Stack #1398

Closed pospisilf closed 2 months ago

pospisilf commented 3 months ago

Describe the request

I am missing functions to handle Call Stack inside DebugView.

Usage

It would be nice to be able control individual items inside Call Stack. Extensions based on Debug Adapter Protocol might use it quite often.