Skip to content

Commit

Permalink
Update launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyvct committed Nov 8, 2022
1 parent c35d4c9 commit 27d8dfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"type": "PowerShell",
"request": "launch",
"script": "${workspaceFolder}/Build-Dependencies.ps1",
"args": ["-Configuration Release -Target ARM64 -Shared false -Debug"],
"args": ["-Configuration Release -Target ARM64 -Debug"],
"cwd": "${cwd}"
},
{
"name": "x64",
"type": "PowerShell",
"request": "launch",
"script": "${workspaceFolder}/Build-Dependencies.ps1",
"args": ["-Configuration Release -Target x64 -Shared false -Debug"],
"args": ["-Configuration Release -Target x64 -Debug"],
"cwd": "${cwd}"
},
]
Expand Down

0 comments on commit 27d8dfc

Please sign in to comment.