microsoft / vscode-debugadapter-node

Debug adapter protocol and implementation for VS Code.
Other
273 stars 79 forks source link

Possibility to query VSCode UI State #302

Open theIDinside opened 1 year ago

theIDinside commented 1 year 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.