Opening example sketch does not check the .development file flag #936
Labels
topic: CLI
Related to Arduino CLI
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Describe the problem
If you open an example sketch and you have marked the library as being in development.
As described in: https://arduino.github.io/arduino-cli/0.21/library-specification/#development-flag-file
The file is still opened up in the temporary directory not shown as within the library.
On IDE1, the example is opened, I can edit it and then do a save and the example is updated in place.
To reproduce
mark a library as in development, by creating the .development file,
And open an example sketch within that folder.
Expected behavior
Same as IDE1
Arduino IDE version
running 0401 nightly
Operating system
Windows
Operating system version
10
Additional context
I mentioned this in comment to #925
@per1234 mentioned that the CLI does not even pickup the presences of this file:
https://arduino.github.io/arduino-cli/0.21/rpc/commands/#library
Additional reports
Issue checklist
The text was updated successfully, but these errors were encountered: