From 038ed3b5d2bb901f0e92b2cdef94c38a1ba1ada8 Mon Sep 17 00:00:00 2001 From: Richard Tweed Date: Sun, 30 Oct 2022 22:00:06 +0000 Subject: [PATCH] Document that Arduino IDE 2.X is not supported --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7270066b..d4855df6 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,10 @@ Either the Arduino IDE or Arduino CLI are required. ### Arduino IDE The Arduino IDE can be installed the Arduino [download page](https://www.arduino.cc/en/main/software#download). -- The supported Arduino IDE versions are `1.6.x` and later. +- The supported Arduino IDE versions are `1.6.x` and up to, but not including, 2.0.0. - 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. +- *Note:* Arduino IDE `2.X.Y` is not supported at this time [issue 1477](https://github.com/microsoft/vscode-arduino/issues/1477) ### Arduino CLI The Arduino CLI can be downloaded from the repository's [release page](https://github.com/arduino/arduino-cli/releases/tag/0.13.0)