From fd74847864d4d4bf48a56cb444e6f134867e5b29 Mon Sep 17 00:00:00 2001 From: Sebastien Pouliot Date: Mon, 1 May 2023 11:18:03 -0400 Subject: [PATCH] docs: typo in preLaunchTask --- doc/articles/features/vscode-advanced-mobile-debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/features/vscode-advanced-mobile-debugging.md b/doc/articles/features/vscode-advanced-mobile-debugging.md index eb3743bcde..31efde5245 100644 --- a/doc/articles/features/vscode-advanced-mobile-debugging.md +++ b/doc/articles/features/vscode-advanced-mobile-debugging.md @@ -38,7 +38,7 @@ You can add a default entry for all mobile targets by adding the following JSON "type": "Uno", "request": "launch", // any Uno* task will do, this is simply to satisfy vscode requirement when a launch.json is present - "preLaunchTask": "Uno: android.0-ios | Debug | android-x64" + "preLaunchTask": "Uno: net7.0-android | Debug | android-x64" }, ``` -- GitLab