From 508a09377fb93d938361538d8e4b6c13f9651573 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matheus=20C=2E=20Fran=C3=A7a?= Date: Wed, 18 Oct 2023 20:53:28 -0300 Subject: [PATCH] rename prelaunchTask --- zigConsole/.vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zigConsole/.vscode/launch.json b/zigConsole/.vscode/launch.json index 6a6c6e6a6..451ba5cb3 100644 --- a/zigConsole/.vscode/launch.json +++ b/zigConsole/.vscode/launch.json @@ -25,7 +25,7 @@ "ignoreFailures": true } ], - "preLaunchTask": "build-debug-amd64-local" + "preLaunchTask": "build-debug-amd64" }, { "name": "Torizon riscv64",