Open
Description
Describe the request
The CLI can programmatically indicate when the InitRequest
has failed: arduino/arduino-cli#2076
IDE2 should eliminate the error-prone message parsing and use error codes to be more robust.
Describe the current behavior
IDE2 parsers the English error message and try to detect the error. This can be problematic when the user's default CLI language is other than English.
Arduino IDE version
2.0.4
Operating system
macOS
Operating system version
12.6.3
Additional context
No response
Issue checklist
- I searched for previous requests in the issue tracker
- I verified the feature was still missing when using the latest nightly build
- My request contains all necessary details