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,
}
相关推荐
猿小猴子11 小时前
主流 Agent 之 「Zed」和 「ZCode」 介绍
ide·ai·agent·zed·zhipu·ade·zcode
汤姆yu14 小时前
基于ESP32的玫瑰大棚智能系统
物联网·esp32·arduino·大棚温湿度
ue星空14 小时前
【Godot】更换编辑器外观主题
编辑器·游戏引擎·godot
没事学点编程小知识15 小时前
免费的在线EPUB编辑器:E-Ink
编辑器
浪客川16 小时前
使用 IDEA 生成API文档
java·ide·intellij-idea
SMF191918 小时前
【PyCharm】让 PyCharm 使用 .venv 虚拟环境
ide·python·pycharm
User_芊芊君子19 小时前
STT + LLM + TTS:用一条流水线搓了个中英双向翻译助手
ide·macos·xcode
菜哥万岁万岁万万岁2 天前
Visual Studio 2022 社区版下载
ide·visual studio
iCxhust2 天前
8088单板机VScode集成开发环境使用方法
ide·笔记·vscode·编辑器·微机原理·8088单板机
如何原谅奋力过但无声2 天前
现代化Python工具:uv、Ruff、Pyright、Rich(只讲重点版)
vscode·python·uv