Closed as not planned
Description
Describe the problem
The Arduino language features are not available after startup.
To reproduce
- Have no attached boards,
- Start IDE2,
- Select
Arduino Uno
board (can be any), verify language features work (makevoid loop
tovoidx loop
), ✅ - Stop IDE2,
- Start IDE2,
- The
Arduino Nano Every
board is restored as the selected one, - Make any compiler errors in the sketch, no error diagnostics 🐛,
- Select any other board from the Boards Select dialog,
- See that the Arduino features work again
LS_does_not_work_after_startup.mp4
Expected behavior
The LS correctly starts, and the Arduino language features are available after the IDE2 start and the selected board restoration.
Arduino IDE version
Version: 2.0.0-rc9 Date: 2022-07-20T13:46:43.411Z CLI Version: 0.25.0 [4fd95834] Copyright © 2022 Arduino SA
Operating system
macOS
Operating system version
12.3.1
Additional context
No response
Issue checklist
- I searched for previous reports in the issue tracker
- I verified the problem still occurs when using the latest nightly build
- My report contains all necessary details