-
-
Notifications
You must be signed in to change notification settings - Fork 193
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/config file #606
Feature/config file #606
Conversation
Yeah, I think single function for reading config is all we need in FSAC, looks good to me |
Great work! |
Please update documentation for this configuration, so probably Ionide, etc can implement their IDE settings. thanks. |
This configuration was deprecated in v4 in favour of |
@nojaf Thanks for your response. Wow, this is really great. |
Initial attempt to resolve #354.
The configuration file is a JSON file according to the schema.
I've extended the public API with
GetVersion()
ReadConfiguration()
so tooling could benefit from this as well.
Any feedback on the public API is welcome. @Krzysztof-Cieslak I think this is sufficient for FSAutocomplete, let me know what you think.
TODO:
Once merged: