Skip to content

Commit

Permalink
Allow launch extension with f5
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewfraser committed Oct 25, 2018
1 parent 35f6d5a commit 1d0e713
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
{
"version": "0.2.0",
"configurations": [
{
"name": ".NET Core Attach",
"type": "coreclr",
"request": "attach",
"processId": "${command:pickProcess}"
},
// {
// "name": ".NET Core Attach",
// "type": "coreclr",
// "request": "attach",
// "processId": "${command:pickProcess}"
// },
{
"name": "Extension",
"type": "extensionHost",
Expand Down

0 comments on commit 1d0e713

Please sign in to comment.