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 b6dbcfe commit 1f54ac3Copy full SHA for 1f54ac3
apps/language_server/lib/language_server/source_file.ex
@@ -2,7 +2,7 @@ defmodule ElixirLS.LanguageServer.SourceFile do
2
alias ElixirLS.LanguageServer.Protocol.TextEdit
3
4
import ElixirLS.LanguageServer.Protocol
5
- import ElixirLS.LanguageServer.JsonRpc
+ alias ElixirLS.LanguageServer.JsonRpc
6
require ElixirSense.Core.Introspection, as: Introspection
7
require Logger
8
0 commit comments