Passing data between a command a debugger #2522
Unanswered
Yazwh0
asked this question in
Extension Development QnA
Replies: 1 comment
-
in the end there were other issues, so I had to start the debugging session using
so a global variable is the only way I could think of achieving what I was after. Unless there are any better ways? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a command which starts a debugging session as below, but I need to get options that are not in any of the objects passed to the debugger factory's
createDebugAdapterDescriptor
.I could do this with with a global object, but it feels a bit messy. Is there a better way?
Beta Was this translation helpful? Give feedback.
All reactions