Feature request: Disable/customize automatic builds (from orig. old-repo issue "Don't compile automatically", included) #341
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Refiled from an old issue at JakeBecker/elixir-ls#120 (by @crbelaus)
The simplest suggestion I saw was simply adding a config option to disable automatic builds. See comment from @toranb for a potential spot to put the config check.
Related ideas for helping similar issues:
mix compile
(assuming that's the command ElixirLS uses to build). Even something as simple as a string option whose contents are just appended to themix compile
command. Especially the:build_embedded
option, though I wouldn't be surprised if that flag would impact performance significantly.--no-compile
option for dialyzer, like provided by dialyxer.Original post
with choice comment(s) to help anyone trying to write a PR.
NOTE: original post discussion might be dated, taking place from 2018 to early 2019.
crbelaus commented on Sep 11, 2018
...
OvermindDL1 commented on Sep 11, 2018
...
crbelaus commented on Sep 12, 2018
...
toranb commented on Apr 11, 2019
If relevant, here's my env info
Environment
The text was updated successfully, but these errors were encountered: