diff --git a/doc/articles/features/vscode-advanced-mobile-debugging.md b/doc/articles/features/vscode-advanced-mobile-debugging.md index eb3743bcdefec8c2dca424a36a2ddee78082f772..31efde524597be032ac52f0a7d219fa7260eaf7c 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" }, ```