Skip to content

Add "attach to process" support for PowerShell debugging #206

Closed
@daviwil

Description

@daviwil

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions