microsoft / vscode-debugadapter-node

Debug adapter protocol and implementation for VS Code.
Other
271 stars 77 forks source link

Possibility to query VSCode UI State #302

Open theIDinside opened 10 months ago

theIDinside commented 10 months ago

Not sure if this is the correct place to ask this question - but is it possible for the inline debug adapter to query VSCode for state? For instance, can vscode be queried for information on what stack frame is currently selected from the call stack window, or is this something that is out of this package's control?

For instance, implementing custom requests - a DA might want to know what specific frame is selected to perform some operation on.