Skip to content

Support preferences scoping #4

Description

@tiholic

Currently preferences are directly written to pref's file with no scoping.
This causes issues while debugging between different environments (viz., production, staging , and development). Preferences must be instantiable with scope (String, optional), and all operations inside a scoped preferences will be on a prefixed string as key, ex: "$prefix:$key"

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions