This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Automatic .pde support opt-out #838
Closed
Description
#793 added generic .pde support. Now the extension is replacing .pde with .ino file extensions. However, it is changing genuine Processing files as well, making working with Processing hard when still using the arduino extension.
A quick fix is the removal of the code added with commit 71d6980, only removing ".pde"
from package.json
(line 509) is insufficient.
It would be nice to have an option in the extension settings for deactivating this feature if necessary.