We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently we have a Config to control app-wide configurations, which itself uses settings.json as source. We should use one of the names for both.
Config
settings.json
@maliyildiz1 @turndownfawad what do you think we should use as name, settings or config?
settings
config
The text was updated successfully, but these errors were encountered:
There are settings, options, preferences and then there is a configuration.
If it's not something users can decide to change within the app for themselves, i.e. it's meant for devs only anyway, I advise using configuration.
Sorry, something went wrong.
No branches or pull requests
Currently we have a
Config
to control app-wide configurations, which itself usessettings.json
as source. We should use one of the names for both.@maliyildiz1 @turndownfawad what do you think we should use as name,
settings
orconfig
?The text was updated successfully, but these errors were encountered: