Skip to content

Commit

Permalink
Add -hidden flag (erlang-ls#1430)
Browse files Browse the repository at this point in the history
Hidden nodes are not added to the set of nodes that `global` is keeping track of.
We saw situations where erlang_ls interfered with the application being
developed through `global`.
  • Loading branch information
mkuratczyk authored and shuying2244 committed Dec 30, 2023
1 parent e04d582 commit 4641346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

{minimum_otp_vsn, "22.0"}.

{escript_emu_args, "%%! -connect_all false\n"}.
{escript_emu_args, "%%! -connect_all false -hidden\n"}.
{escript_incl_extra, [{"els_lsp/priv/snippets/*", "_build/default/lib/"}]}.
{escript_main_app, els_lsp}.
{escript_name, erlang_ls}.
Expand Down

0 comments on commit 4641346

Please sign in to comment.