&quot“ vscode arduino Extension”:无法选择板类型

发布于 2025-01-22 01:20:24 字数 444 浏览 4 评论 0原文

没有我可以选择的董事会。 我试图将arduino扩展降低到v0.4.5 但是它不起作用,我还尝试用.vscode/arduino.json手动指定板,但也没有起作用。

我还能检查什么或哪些设置可能导致空板选择器?

There is no board that I can select. I tried to downgrade the arduino extension to v0.4.5 but it didn't work, i also tried to specified manually the board in .vscode/arduino.json but it didn't work either.
Arduino Board Configuration Panel

What else can I check or what settings might lead to an empty board selector?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

时光礼记 2025-01-29 01:20:24

尝试下载董事会包:
打开命令调色板(ctrl+shift+p)。
输入arduino:董事会经理并点击输入。
查找适合您板的软件包,然后单击“安装”。等待它完成。
现在,您可以回到“选择板”菜单并选择板。

Try to download the boards package:
Open the command palette (ctrl+shift+p).
Enter arduino: board manager and hit enter.
Find the package that suits your board, and click install. Wait for it to finish.
Now you can come back to the "Select Board" menu and select your board.

娇女薄笑 2025-01-29 01:20:24

公认的答案对我不起作用。如果其他人有类似的问题,则可以尝试以下解决方案。为我工作。

首先使用killall杀死所有VSCODE服务,

sudo killall code

然后在此之后重新启动VSCODE

,您应该能够选择板类型。

Accepted answer did not work for me. If someone else has similar problem, you can try the following solution. Worked for me.

First kill all the vscode services using killall

sudo killall code

Then restart the vscode

After this, you should be able to select the board type.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文