mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-12-03 23:03:57 +08:00
Update launch.json Attach config to use process picker. (#3928)
This commit is contained in:
parent
a543161d42
commit
ef33c30219
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -17,7 +17,7 @@
|
||||
"type": "coreclr",
|
||||
"request": "attach",
|
||||
"justMyCode": false,
|
||||
"processName": "powershell"
|
||||
"processId": "${command:pickProcess}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user