elixir-ls
elixir-ls copied to clipboard
Fix deprecated Macro.to_string/2 usage
As of Elixir 1.13 Macro.to_string/2 and should be replaced. However Macro.to_string/1 is not a suitable replacement for our usage.
See this comment for context https://github.com/elixir-lang/elixir/issues/11373#issuecomment-962591617