Skip to content
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

[#440] global config #445

Merged
merged 1 commit into from
Feb 21, 2020
Merged

[#440] global config #445

merged 1 commit into from
Feb 21, 2020

Conversation

alanz
Copy link
Contributor

@alanz alanz commented Feb 19, 2020

Provide the ability to set config file location via the Initialize request.

In javascript terms, this is expected to be

erlang.config_path

The value can be absolute or relative, and can include the name of the file to
be loaded as well, otherwise is treated as a path.

Fixes #440 .

src/els_config.erl Outdated Show resolved Hide resolved
Provide the ability to set config file location via the Initialize
request.

In javascript terms, this is expected to be

   erlang.config_path

The value can be absolute or relative, and can include the name of the file to
be loaded as well, otherwise is treated as a path.
@alanz alanz force-pushed the 440-global-config branch from 78d8f05 to 472e53c Compare February 21, 2020 11:25
@alanz alanz merged commit e10c894 into erlang-ls:master Feb 21, 2020
@alanz alanz deleted the 440-global-config branch February 21, 2020 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow specifying alternative global config file path
3 participants