diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 000000000..4f2d4abab --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,17 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": ".NET Full: Attach to Process", + "type": "clr", + "request": "attach", + "processId": "${command:pickProcess}" + }, + { + "name": ".NET Core: Attach to Process", + "type": "coreclr", + "request": "attach", + "processId": "${command:pickProcess}" + } + ] +} \ No newline at end of file diff --git a/PowerShellEditorServices.Common.props b/PowerShellEditorServices.Common.props index 0e61a556a..72dd44fbd 100644 --- a/PowerShellEditorServices.Common.props +++ b/PowerShellEditorServices.Common.props @@ -9,5 +9,6 @@ true git https://github.com/PowerShell/PowerShellEditorServices + portable \ No newline at end of file