Proper extension settings support #4296
MatthewScholefield
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed lots of extensions either avoid having any settings at all and just hardcode things or roll their own manual settings systems with weird conventions. Has there been any thought of making a standardized settings system for extensions?
I'm thinking something like vscode where there's a standard format in the
settings.jsonbut also can have a standard/extension-settingsterminal UI or something. I've seen pi-extension-settings but:Extension "command:extension-settings" error: Theme not initialized. Call initTheme() first.)I think pi dev's extension system is a core component to its success. But IMO a key component of a healthy extension system is having these extensions be portable enough to be shared and easy enough to configure.
Anyways, just an idea.
Cheers.
Beta Was this translation helpful? Give feedback.
All reactions