jjazzboss commented on PR #8908:
URL: https://github.com/apache/netbeans/pull/8908#issuecomment-3693454591
I had trouble disabling this feature, as it's irrelevant in my Netbeans app.
I share my solution here, it might help others.
In my layer.xml:
```
<folder name="Preferences">
<folder name="org">
<folder name="netbeans">
<folder name="modules">
<file name="favorites.properties"
url="favorites.properties"/>
</folder>
</folder>
</folder>
</folder>
```
And I added a `favorites.properties` file in the same directory than xml
with `initial-open-done=true`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists