From 9b4a04541323ccff6a77231895d5bfd15e1f9785 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 2 Feb 2023 18:14:15 +0200 Subject: [PATCH] Restored project generator for NetBeans IDE --- HISTORY.rst | 1 + setup.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 5c47efcd..9d4b7277 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -19,6 +19,7 @@ PlatformIO Core 6 * Show detailed library dependency tree only in the `verbose mode `__ (`issue #4517 `_) * Prevented shell injection when converting INO file to CPP (`issue #4532 `_) +* Restored project generator for `NetBeans IDE `__ 6.1.6 (2023-01-23) ~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index 2e1fa86c..c04b7fdb 100644 --- a/setup.py +++ b/setup.py @@ -67,6 +67,8 @@ setup( "assets/templates/ide-projects/*/*.tpl", "assets/templates/ide-projects/*/.*.tpl", # include hidden files "assets/templates/ide-projects/*/.*/*.tpl", # include hidden folders + "assets/templates/ide-projects/*/*/*.tpl", # NetBeans + "assets/templates/ide-projects/*/*/*/*.tpl", # NetBeans ] }, entry_points={