Access command:pickProcess from my extension #10677
|
Hello all, I am implementing a custom extension for a personal use case, and I need a way of accessing the debugger pickProcess feature from my extension.ts. Is there an API for this? |
Answered by
adriancostin6
Mar 14, 2023
Replies: 1 comment
|
Found the answer myself, just use:
|
0 replies
Answer selected by
adriancostin6
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found the answer myself, just use:
commands.executeCommand('extension.pickNativeProcess');