JacquesLucke / blender_vscode

Visual Studio Code extension for Blender development.
MIT License
557 stars 76 forks source link

Wiping addon preferences on reload #59

Closed stolliemods closed 3 weeks ago

stolliemods commented 4 years ago

When using the "Blender: Reload Addons" command from within VS code it keeps wiping the user preferences for the addon I'm working on. Confirmed this on two different addons.

Workaround: Close blender entirely and use Blender: Start. Preferences remain intact.

Mateusz-Grzelinski commented 3 weeks ago

Do you realize that you need to actually save the preferences? Yes, when you close Blender and have auto-save preferences checked, the preferences will be automatically saved...