From 27d8dfcdb960de93658849ab8a39774ce259fb37 Mon Sep 17 00:00:00 2001 From: Tommy Vercetti <7903172+tommyvct@users.noreply.github.com> Date: Mon, 7 Nov 2022 18:33:37 -0600 Subject: [PATCH] Update launch.json --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 5297c8fd4..adaf24f5c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -16,7 +16,7 @@ "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}" }, { @@ -24,7 +24,7 @@ "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}" }, ]