You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[breaking] Remove auto detection of Arduino IDE built-in libraries and tools / Allow gRPC install of built-in libraries (#1817)
* Removed IDE-bundle autodetection
* Do not return bundled tools folder with HardwarePaths
* Created configuration functions to obtain data dir and downloads dir
* Bundled libraries configuration is now considere a single directory
* Allow library installation on bundled libs dir via gRPC
* Added integration test for library install in bundled directory
* Fixed nil pointer exception in build options extraction
* Updated docs
* Removed useless custom env bindings
* Applied code review changes
Co-authored-by: per1234 <[email protected]>
* Set builtin libraries dir by default when running as a daemon
* Added test for regression
See #1817 (review)
* Fixed regression: 'lib uninstall' must operate only on user dir
Co-authored-by: per1234 <[email protected]>
0 commit comments