Add mix.exs and mix.lock as Elixir root markers (#3917)

change-detection
Riccardo Binetti 2 years ago committed by GitHub
parent 888f4fef6f
commit 3a245fe792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -99,7 +99,7 @@ scope = "source.elixir"
injection-regex = "(elixir|ex)"
file-types = ["ex", "exs", "mix.lock"]
shebangs = ["elixir"]
roots = []
roots = ["mix.exs", "mix.lock"]
comment-token = "#"
language-server = { command = "elixir-ls" }
config = { elixirLS.dialyzerEnabled = false }

Loading…
Cancel
Save