-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
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
[Feature] .gcmon Config File #35
Comments
@workgroupengineering, could you please clarify what you mean by "recursively crawling configuration"? |
dotnet-gcmon first checks the current directory if .gcmon exists, if not found it recursively searches the parent folder until it is found or arrived to the root of the volume. If no .gcmon was found, default configuration is used. |
can you please explain what would be the value of providing this? we already have the option to allow the user to specify a config of their choice. |
|
we already have a default config file so you don't need to specify a config on the commandline unless you want to change it. most users would use that config file. the scenario you illustrated is only for folks who actually do development on the tool which is a very small percentage. so introducing yet another config doesn't seem warranted. it's another config for the tool to maintain/care about. |
Allow dotnet-gcmon to recursively crawling the configuration file like .editorconfig
The text was updated successfully, but these errors were encountered: