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.
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.