VsCode对Arduino的开发配置

ps:我的情况是在对esp32进行编译、烧录时,找不到按钮,无法识别Arduino文件,适合已经有ini文件的情况。

1.在vscode中安装拓展

2.打开设置,点击右上角,转到settings.json文件

3.复制以下代码并保存

javascript 复制代码
{
	"arduino.path": "C:\\Program Files (x86)\\Arduino",	//注意,这里填入你自己Arduino安装路径,也就是前面配置的Path路径
    "C_Cpp.intelliSenseEngine": "Tag Parser",
    "editor.insertSpaces": true,
    "files.autoGuessEncoding": true,
    "arduino.logLevel": "info",
    "explorer.confirmDelete": false,
    "editor.detectIndentation": false,
}
相关推荐
TT哇1 小时前
IDEA压缩空的软件包
java·ide·intellij-idea
取个鸣字真的难1 小时前
Cline for VSCode 保姆级配置教程
ide·vscode·编辑器·ai编程
claider2 小时前
Vim User Manual 阅读笔记 usr_10.txt Making big changes 作较大改动
笔记·编辑器·vim
热爱生活的五柒2 小时前
vscode:终端运行正常,但是用debug模式运行python项目就报错
ide·vscode·python
代衡_Monster2 小时前
IDEA的Model打出来的JAR没有版本号
java·ide·intellij-idea
椰汁菠萝3 小时前
VSCode中设置git提交按钮为“提交和推送”
git·vscode·自动推送
迪普阳光开朗很健康3 小时前
Unity+Vscode+EmmyLua+XLua 调试实战
vscode·unity·游戏引擎
Var_al3 小时前
Unity编辑器扩展:标准化UI组件快速创建工具开发指南
ui·unity·c#·编辑器
恃宠而骄的佩奇3 小时前
Typora 免费版本(markdown 编辑器) 无需激活,开箱即用!
编辑器·typora·markdown
Kisorge3 小时前
【PPT】使用VSCODE+MARP输出PPT
ide·vscode·powerpoint