dearjohn 更正一下,编译与烧写都能正常使用了,但是vscode底部栏的“输出”那些不太正常的信息还是存在,长这样:
错误: 任务“eide: build:UsbTest”既不指定命令,也不指定 dependsOn 属性。将忽略该任务。其定义是:
{
"type": "shell",
"id": "shell,\"unify_builder -p d:\Stm32Project\UsbTest\MDK-ARM\build\UsbTest\builder.params\",",
"group": "build",
"problemMatcher": [],
"label": "eide: build:UsbTest"
}
错误: 任务“shell: STLink”既不指定命令,也不指定 dependsOn 属性。将忽略该任务。其定义是:
{
"type": "shell",
"id": "shell,\"C:\Users\HongMoying\.eide\tools\st_cube_programer\bin\STM32_Programmer_CLI.exe -c port=SWD freq=4000 --download d:\Stm32Project\UsbTest\MDK-ARM\build\UsbTest\UsbTest.hex -v --go\",",
"problemMatcher": [],
"label": "shell: STLink"
}