From 1ebb84f40afab2df26abfc10200c35d25697684b Mon Sep 17 00:00:00 2001 From: Joe Guo Date: Tue, 26 Aug 2025 09:02:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3VSCode=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E4=B8=AD=E7=9A=84=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E7=AC=A6=E5=8F=B7=E7=94=A8=E6=B3=95=E9=94=99=E8=AF=AF?= =?UTF-8?q?=EF=BC=88=E4=BB=85=E5=85=BC=E5=AE=B9Windows=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修正前的错误输出如下: * 正在执行任务: .vscode/winmk.bat ac792n_wifi_soundbox '.vscode' 不是内部或外部命令,也不是可运行的程序 或批处理文件。 * 终端进程“C:\WINDOWS\System32\cmd.exe /d /c .vscode/winmk.bat ac792n_wifi_soundbox”已终止,退出代码: 1。 * 终端将被任务重用,按任意键关闭。 --- sdk/.vscode/tasks.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/sdk/.vscode/tasks.json b/sdk/.vscode/tasks.json index e8406637..acfa199a 100644 --- a/sdk/.vscode/tasks.json +++ b/sdk/.vscode/tasks.json @@ -5,7 +5,7 @@ "label": "all", "type": "shell", "windows": { - "command": ".vscode/winmk.bat all" + "command": ".vscode\\winmk.bat all" }, "command": "make all -j`nproc`", "problemMatcher": [], @@ -18,7 +18,7 @@ "label": "clean", "type": "shell", "windows": { - "command": ".vscode/winmk.bat clean" + "command": ".vscode\\winmk.bat clean" }, "command": "make clean -j`nproc`", "problemMatcher": [], @@ -28,7 +28,7 @@ "label": "ac792n_wifi_soundbox", "type": "shell", "windows": { - "command": ".vscode/winmk.bat ac792n_wifi_soundbox" + "command": ".vscode\\winmk.bat ac792n_wifi_soundbox" }, "command": "make ac792n_wifi_soundbox -j`nproc`", "problemMatcher": [], @@ -38,7 +38,7 @@ "label": "ac792n_demo_demo_ui", "type": "shell", "windows": { - "command": ".vscode/winmk.bat ac792n_demo_demo_ui" + "command": ".vscode\\winmk.bat ac792n_demo_demo_ui" }, "command": "make ac792n_demo_demo_ui -j`nproc`", "problemMatcher": [], @@ -48,7 +48,7 @@ "label": "ac792n_demo_demo_hello", "type": "shell", "windows": { - "command": ".vscode/winmk.bat ac792n_demo_demo_hello" + "command": ".vscode\\winmk.bat ac792n_demo_demo_hello" }, "command": "make ac792n_demo_demo_hello -j`nproc`", "problemMatcher": [], @@ -58,7 +58,7 @@ "label": "ac792n_demo_demo_wifi", "type": "shell", "windows": { - "command": ".vscode/winmk.bat ac792n_demo_demo_wifi" + "command": ".vscode\\winmk.bat ac792n_demo_demo_wifi" }, "command": "make ac792n_demo_demo_wifi -j`nproc`", "problemMatcher": [], @@ -68,7 +68,7 @@ "label": "ac792n_demo_demo_wifi_ext", "type": "shell", "windows": { - "command": ".vscode/winmk.bat ac792n_demo_demo_wifi_ext" + "command": ".vscode\\winmk.bat ac792n_demo_demo_wifi_ext" }, "command": "make ac792n_demo_demo_wifi_ext -j`nproc`", "problemMatcher": [], @@ -78,7 +78,7 @@ "label": "ac792n_demo_demo_ble", "type": "shell", "windows": { - "command": ".vscode/winmk.bat ac792n_demo_demo_ble" + "command": ".vscode\\winmk.bat ac792n_demo_demo_ble" }, "command": "make ac792n_demo_demo_ble -j`nproc`", "problemMatcher": [], @@ -88,7 +88,7 @@ "label": "ac792n_wifi_camera", "type": "shell", "windows": { - "command": ".vscode/winmk.bat ac792n_wifi_camera" + "command": ".vscode\\winmk.bat ac792n_wifi_camera" }, "command": "make ac792n_wifi_camera -j`nproc`", "problemMatcher": [], @@ -98,7 +98,7 @@ "label": "clean_ac792n_wifi_soundbox", "type": "shell", "windows": { - "command": ".vscode/winmk.bat clean_ac792n_wifi_soundbox" + "command": ".vscode\\winmk.bat clean_ac792n_wifi_soundbox" }, "command": "make clean_ac792n_wifi_soundbox -j`nproc`", "problemMatcher": [], @@ -108,7 +108,7 @@ "label": "clean_ac792n_demo_demo_ui", "type": "shell", "windows": { - "command": ".vscode/winmk.bat clean_ac792n_demo_demo_ui" + "command": ".vscode\\winmk.bat clean_ac792n_demo_demo_ui" }, "command": "make clean_ac792n_demo_demo_ui -j`nproc`", "problemMatcher": [], @@ -118,7 +118,7 @@ "label": "clean_ac792n_demo_demo_hello", "type": "shell", "windows": { - "command": ".vscode/winmk.bat clean_ac792n_demo_demo_hello" + "command": ".vscode\\winmk.bat clean_ac792n_demo_demo_hello" }, "command": "make clean_ac792n_demo_demo_hello -j`nproc`", "problemMatcher": [], @@ -128,7 +128,7 @@ "label": "clean_ac792n_demo_demo_wifi", "type": "shell", "windows": { - "command": ".vscode/winmk.bat clean_ac792n_demo_demo_wifi" + "command": ".vscode\\winmk.bat clean_ac792n_demo_demo_wifi" }, "command": "make clean_ac792n_demo_demo_wifi -j`nproc`", "problemMatcher": [], @@ -138,7 +138,7 @@ "label": "clean_ac792n_demo_demo_wifi_ext", "type": "shell", "windows": { - "command": ".vscode/winmk.bat clean_ac792n_demo_demo_wifi_ext" + "command": ".vscode\\winmk.bat clean_ac792n_demo_demo_wifi_ext" }, "command": "make clean_ac792n_demo_demo_wifi_ext -j`nproc`", "problemMatcher": [], @@ -148,7 +148,7 @@ "label": "clean_ac792n_demo_demo_ble", "type": "shell", "windows": { - "command": ".vscode/winmk.bat clean_ac792n_demo_demo_ble" + "command": ".vscode\\winmk.bat clean_ac792n_demo_demo_ble" }, "command": "make clean_ac792n_demo_demo_ble -j`nproc`", "problemMatcher": [], @@ -158,7 +158,7 @@ "label": "clean_ac792n_wifi_camera", "type": "shell", "windows": { - "command": ".vscode/winmk.bat clean_ac792n_wifi_camera" + "command": ".vscode\\winmk.bat clean_ac792n_wifi_camera" }, "command": "make clean_ac792n_wifi_camera -j`nproc`", "problemMatcher": [], -- Gitee