Skip to content

Commit

Permalink
Log root path when initializing (#1479)
Browse files Browse the repository at this point in the history
  • Loading branch information
plux committed Jan 9, 2024
1 parent 9696858 commit f0eba6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/els_core/src/els_config.erl
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ initialize(RootUri, Capabilities, InitOptions) ->
-spec initialize(uri(), map(), map(), error_reporting()) -> ok.
initialize(RootUri, Capabilities, InitOptions, ErrorReporting) ->
RootPath = els_utils:to_list(els_uri:path(RootUri)),
?LOG_INFO("Root path: ~s", [RootPath]),
ConfigPaths = config_paths(RootPath, InitOptions),
{GlobalConfigPath, MaybeGlobalConfig} = find_config(global_config_paths()),
{LocalConfigPath, MaybeLocalConfig} = find_config(ConfigPaths),
Expand Down

0 comments on commit f0eba6c

Please sign in to comment.