Folder names that end in .ino are recognized as a sketch by the Arduino IDE
- Dominant language
- Java
- Stars
- 14.6k
- Forks
- 7k
- PR merge metrics
- No merged PRs in 30d
Description
Don't as why, but I found a folder structure like this in my sketchbook:
`folder/folder.ino/folder.ino`. Where the first "folder.ino" is obviously a folder and not a file. However it is recognized as file and via `file->sketchbook` you can try to open it, but it will fail of course.
I think the question why i have this structure will be unanswered. I don't know what I did there.
Contributor guide
Research direction
Reproduce the reported sketchbook structure `folder/folder.ino/folder.ino` and open it through `File → Sketchbook`. Trace the sketchbook entry handling that treats the `.ino`-named folder as a file; done means the folder is not presented as an openable sketch and valid sketches still appear normally.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- desktop, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100