Skip to content

Commit

Permalink
fixup! feat(completions): imports, aliases, module attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Apr 11, 2024
1 parent a71248f commit 5221e21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .dialyzer_ignore.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[
{"lib/next_ls/lsp_supervisor.ex", :exact_eq},
{"lib/next_ls/runtime.ex", :exact_eq},
{"lib/next_ls/runtime/bonus.ex", :exact_eq},
{"lib/next_ls/progress.ex", :pattern_match}
]
3 changes: 1 addition & 2 deletions lib/next_ls/runtime/bonus.ex
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,8 @@ defmodule NextLS.Runtime.Bonus do
File.mkdir_p!(Path.expand("~/.cache/elixir-tools/nextls/elixir/1.17"))
base = Path.expand("~/.cache/elixir-tools/nextls/elixir/1.17")

# ret =
:zip.unzip(~c"#{Path.join(:code.priv_dir(:next_ls), "precompiled-1-17.zip")}",
cwd: base
cwd: ~c"#{base}"
)

for bin <- Path.wildcard(Path.join(base, "bin/*")) do
Expand Down

0 comments on commit 5221e21

Please sign in to comment.