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

Add -hidden flag #1430

Merged
merged 1 commit into from
Dec 21, 2023
Merged

Add -hidden flag #1430

merged 1 commit into from
Dec 21, 2023

Conversation

mkuratczyk
Copy link
Contributor

We saw situations where erlang_ls interfered with the application being developed through global. We had a locking issue that only occurred when the editor with erlang_ls was running. Adding -hidden resolves the problem for us.

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`.
@plux plux merged commit 4322eb1 into erlang-ls:main Dec 21, 2023
@plux
Copy link
Contributor

plux commented Dec 21, 2023

Thanks for your contribution @mkuratczyk !

shuying2244 pushed a commit to shuying2244/erlang_ls that referenced this pull request Dec 30, 2023
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`.
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.

2 participants