Closed
Description
VS Code is adding a new feature which allows you to invoke an extension command which can return a value to be used in a launch config variable. This is currently being advertised as a way to show a quick pick dialog from your extension code to allow the user to choose a process to which the debug adapter will be attached. PoshTools currently provides "attach to PowerShell process" functionality so we could probably learn some things from that implementation.
More info here: microsoft/vscode#6569
Might be interesting to think about what else this could be used for, especially since it's supposed to work for tasks.json as well...