Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Arduino IDE 2.0 #1477

Closed
letmaik opened this issue Mar 23, 2022 · 16 comments
Closed

Support Arduino IDE 2.0 #1477

letmaik opened this issue Mar 23, 2022 · 16 comments
Labels
feature-request intellisense needs-more-info More details about this issue are needed for it to be actionable. stale

Comments

@letmaik
Copy link
Member

letmaik commented Mar 23, 2022

https://www.arduino.cc/en/software#experimental-software

@github-actions github-actions bot added the triage New issues that have not been reviewed. label Mar 23, 2022
@benmcmorran benmcmorran added intellisense feature-request and removed triage New issues that have not been reviewed. labels Mar 24, 2022
@benmcmorran
Copy link
Member

Thanks for the suggestion. We don't have capacity to immediately add this support, but I'm marking this issue as feature request for tracking and so that others can vote on it.

@azinman
Copy link

azinman commented Jul 12, 2022

My experience is that the Arduino ESP32 integration on M1 Macs doesn't work well on 1.8, but it does on 2.0. Please consider adding sooner, or at least support with the cli tool. Switching between vscode & Arduino is a bit painful, and Arduino's text editor is elementary.

@ghost
Copy link

ghost commented Sep 9, 2022

Agreed @azinman, it's better than the 1.X version

@fra87
Copy link

fra87 commented Oct 1, 2022

Arduino 2.0 came out of beta and is going to spread more and more; I think it is becoming more and more important to support it, since a lot of people will start using it

This was referenced Oct 13, 2022
@arminrosu
Copy link

arminrosu commented Oct 14, 2022

Please consider adding sooner, or at least support with the cli tool.

The extension works fine with Arduino IDE 2.0 installed, but using arduino-cli. That's how I got it working.

Just brew install arduino-cli then follow this guide to setup the extension on Mac.

I think it is becoming more and more important to support it, since a lot of people will start using it

Agreed. But, it looks like v2.0 of the IDE does not contain any header files to reference (on Mac). v1 did. arduino-cli might be the only way to use v2.0 with the extension.

@ChrisKader
Copy link

Would be good to update the README to indicate that v2.0 of the IDE is not supported.

Arduino IDE

The Arduino IDE can be installed the Arduino download page.

  • The supported Arduino IDE versions are 1.6.x and later.
  • The Windows Store's version of the Arduino IDE is not supported because of the sandbox environment that the application runs in.
  • Note: Arduino IDE 1.8.7 had some breaking changes, causing board package and library installation failures. These failures were corrected in 1.8.8 and later.

@LazaroFilm
Copy link

LazaroFilm commented Jan 4, 2023

Aruino IDE 2.0 not being supported is a real annoyance. It's now out of beta (currently 2.0.3) and still not supported...
Additionally, the download link in the readme now points to the 2.0.3 version only since it's the current stable version.

@laurensV
Copy link

Agreed, would be great if this would also work with Arduino IDE 2.X

@atypic
Copy link

atypic commented Jan 13, 2023

The instructions are now broken.

@manolisss
Copy link

Hello, any timeline on the integration of Arduino IDE 2.x in VS Code? Thanks

@arminrosu
Copy link

@benmcmorran as far as I can tell, Arduino IDE 2 cannot be supported by the extension, due to lack of the command line tools. Would it make sense to drop IDE support alltogether, to avoid confusion?

@LazaroFilm
Copy link

I see in that case promoting the ClI option as the primary install method may be the best route.

@benmcmorran
Copy link
Member

Thanks for the feedback. Only the legacy IDE and Arduino CLI are currently officially supported. Additionally, we plan to drop support for the legacy IDE entirely in the next release of this extension and recommend that all users move to Arduino CLI as soon as possible. The recent v0.5.0 release of the extension includes a bundled copy of Arduino CLI that should ease this migration.

@benmcmorran benmcmorran added the needs-more-info More details about this issue are needed for it to be actionable. label Feb 16, 2023
@gzwz
Copy link

gzwz commented Mar 2, 2023

Please consider adding sooner

@github-actions
Copy link

github-actions bot commented Apr 1, 2023

This issue has been automatically marked as stale because it has been inactive for 30 days. To reactivate the issue, simply post a comment with the requested information to help us diagnose this issue. If this issue remains inactive for another 7 days, it will be automatically closed.

@github-actions github-actions bot added the stale label Apr 1, 2023
@github-actions
Copy link

github-actions bot commented Apr 8, 2023

This issue has been automatically closed due to inactivity. If you are still experiencing problems, please open a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request intellisense needs-more-info More details about this issue are needed for it to be actionable. stale
Projects
None yet
Development

No branches or pull requests