Skip to content

Commit

Permalink
after investigation on #287, re-revert #288
Browse files Browse the repository at this point in the history
  • Loading branch information
pgourlain committed Jun 16, 2024
1 parent 23ca59e commit 16fc585
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/erlangbridge/src/gen_lsp_doc_server.erl
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,7 @@ get_scan_project_files_exclude_conf() ->
-spec scan_project_files(#state{}) -> #state{}.
scan_project_files(State = #state{project_modules = OldProjectModules}) ->
BuildDir = get_build_dir(), % relative to workspace root or 'undefined'
SearchExcludeConf = gen_lsp_config_server:search_files_exclude(),
%SearchExcludeConf = get_scan_project_files_exclude_conf(),
SearchExcludeConf = get_scan_project_files_exclude_conf(),
SearchExclude = lsp_utils:search_exclude_globs_to_regexps(SearchExcludeConf),
%% Find all source (*.erl) files not excluded by any filter
CollectProjSrcFilesFun =
Expand Down

0 comments on commit 16fc585

Please sign in to comment.