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 e1947c7 commit ae44a04Copy full SHA for ae44a04
apps/language_server/test/providers/formatting_test.exs
@@ -530,6 +530,7 @@ defmodule ElixirLS.LanguageServer.Providers.FormattingTest do
530
531
defp format(path, project_dir) do
532
project_dir = maybe_convert_path_separators(project_dir)
533
+ |> Path.absname()
534
path = maybe_convert_path_separators("#{project_dir}/#{path}")
535
536
source_file = %SourceFile{
0 commit comments