We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e7cb8 commit c4926e3Copy full SHA for c4926e3
apps/language_server/lib/language_server/dialyzer.ex
@@ -319,7 +319,7 @@ defmodule ElixirLS.LanguageServer.Dialyzer do
319
end
320
321
defp temp_file_path(root_path, file) do
322
- Path.join([root_path, ".elixir_ls/dialyzer_tmp", file])
+ Path.join([root_path, ".elixir_ls/dialyzer_#{System.otp_release()}_#{System.version()}_tmp", file])
323
324
325
defp write_temp_file(root_path, file_path, content) do
0 commit comments