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 5470d24 commit e398488Copy full SHA for e398488
apps/language_server/lib/language_server/experimental/provider/handlers/goto_definition.ex
@@ -45,7 +45,6 @@ defmodule ElixirLS.LanguageServer.Experimental.Provider.Handlers.GotoDefinition
45
end
46
47
defp get_source_file(%{file: path}, _) do
48
- uri = Conversions.ensure_uri(path)
49
- SourceFile.Store.open_temporary(uri)
+ SourceFile.Store.open_temporary(path)
50
51
0 commit comments