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

Default fetchDeps to false #633

Merged
merged 1 commit into from
Dec 4, 2021

Conversation

axelson
Copy link
Member

@axelson axelson commented Dec 4, 2021

There were already race conditions (if the user runs mix deps.get at the same time) and Elixir 1.13 semantic recompilation makes it worse.

Note: The VSCode default was changed in elixir-lsp/vscode-elixir-ls#189

Fixes #626

There were already race conditions (if the user runs `mix deps.get` at
the same time) and Elixir 1.13 semantic recompilation makes it worse.

Fixes elixir-lsp#626
@axelson axelson merged commit 60ef904 into elixir-lsp:master Dec 4, 2021
@axelson axelson deleted the fetch-deps-default-false branch December 4, 2021 21:14
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.

Default for fetch dependencies should be "off"
1 participant