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,
}
相关推荐
HarrySunCn19 分钟前
如何使用VSCode开发Arduino项目
ide·vscode·单片机·编辑器
知青先生3 小时前
E9项目调试方式
java·ide
面壁的熊猫5 小时前
cursor+cline+MCP(论文agent)
vscode·agent·cursor·mcp
bulucc6 小时前
vim 快捷操作
linux·编辑器·vim
Aspect of twilight8 小时前
vscode python debug方式
ide·vscode·python·debug
Aevget8 小时前
.NET跨平台开发工具Rider v2025.3发布——支持.NET 10
ide·.net·开发工具·rider·rider v2025.3
啃火龙果的兔子9 小时前
vscode中可以使用的免费的AI编程工具有哪些
ide·vscode·ai编程
littlezls10 小时前
在VSCode中运行Python脚本文件时如何传参
vscode·python
宋明炜11 小时前
VSCode + MSYS2 配置 C 语言开发环境(详细步骤)
c语言·ide·vscode
yscript11 小时前
GPU分配BUG: Duplicate GPU detected : rank 1 and rank 0 both on CUDA device d5000
linux·运维·服务器·vscode·bug