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,
}
相关推荐
山峰哥4 小时前
数据库调优实战:索引策略与查询优化案例解析
服务器·数据库·sql·性能优化·编辑器
小付同学呀9 小时前
Visual Studio 2026 正式版下载与安装详细教程!
ide·visual studio
念越11 小时前
VS2022安装与第一个C程序编写教程
c++·vscode
文艺倾年13 小时前
【源码精讲+简历包装】LeetcodeRunner—手搓调试器轮子(20W字-上)
java·jvm·人工智能·tomcat·编辑器·guava
加成BUFF14 小时前
基于DeepSeek+Python开发软件并打包为exe(VSCode+Anaconda Prompt实操)
vscode·python·prompt·conda·anaconda
SiYuanFeng16 小时前
vscode中markdown使用单个$显示公式($...$),preview页面里公式显示失败
ide·vscode·编辑器
御坂10101号16 小时前
Total Recall:让 Claude 学会忘记,优化记忆管理
经验分享·vscode·开源·软件工程·ai编程
Rsingstarzengjx16 小时前
LaTeX公式编辑语法
编辑器·latex语法
火焰中舞蹈的小孩18 小时前
Unity和Android Studio相互调用 CH340在unity中调用
android·ide·android studio
嵌入小生00718 小时前
线程 --- 嵌入式(Linux)
linux·vscode·vim·嵌入式·线程·进程