关于vscode 开发 arduino 程序有错误问题但 问题无输出

我在vscode配置arduino中其他遇到一个问题,就是 arduino 程序有错误问题。但 编辑器问题无输出 如图所示

img

在忽略错误进行编译后,程序输出只能提示一个大概范围,不能做到像原生IDE中那样,直接定位到发生错误的程序,如图所示

img

我在json中的配置如图所示

img


程序如下

    "arduino.path": "C:\\Program Files (x86)\\Arduino",    
    "editor.insertSpaces": true,
    "files.autoGuessEncoding": true,
    "arduino.logLevel": "info",
    "explorer.confirmDelete": false,
    "editor.detectIndentation": false,    
    "arduino.additionalUrls": "",
    "workbench.colorTheme": "Default Dark+",
    "editor.accessibilitySupport": "on",
    "C_Cpp.updateChannel": "Insiders",
    "C_Cpp.intelliSenseEngineFallback":"Disabled",
    "C_Cpp.intelliSenseEngine": "Tag Parser",
    "editor.fontSize": 25,
    "output": "./build",
    "C_Cpp.errorSquiggles": "Enabled",
    "arduino.disableIntelliSenseAutoGen": true,
 "editor.tabSize": 2,

以上,就是我的问题所在,我需要在删除还是增加或修改哪里请指点。

你好,我是有问必答小助手,非常抱歉,本次您提出的有问必答问题,技术专家团超时未为您做出解答


本次提问扣除的有问必答次数,将会以问答VIP体验卡(1次有问必答机会、商城购买实体图书享受95折优惠)的形式为您补发到账户。


因为有问必答VIP体验卡有效期仅有1天,您在需要使用的时候【私信】联系我,我会为您补发。

问题已解决,将下面注释即可

//"C_Cpp.intelliSenseEngine": "Tag Parser",