Hi,
I'm on a Mac running OS X 11.4 (Big Sur)
If I right click a .ino file in Finder and select 'Open with...' IDE Version: 2.0.0-beta.7, the wrong file is opened. What is actually opened is the previous .ino file I was working on in the beta IDE.
Of course, it works correctly in IDE 1.8.15
There isn't currently any support for this usage in Arduino IDE 2.x. So when you do this you are just starting the IDE normally and it's disregarding the sketch path argument.
This is a known deficiency tracked here:
and I believe there is work in progress to fix it here:
Hi, I am on PC W10 with IDE 2.0.0-beta.7
I have some troubles loading sketches.
I was testing a board working with my own sketch, but decided to upload the sketch from Blink to test the board.
Then when I load my own sketch again, IDE still call Blink to my sketch.
Although if I paste my code and save as my own sketch name, IDE still calling Blink to the sketch. Can't delete the Blink and IDE always open with Blink sketch.
I 'll reinstall IDE.