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 2dd418e commit 0610f69Copy full SHA for 0610f69
src/LanguageServer.jl
@@ -15,7 +15,7 @@ import Dates
15
16
export LanguageServerInstance, runserver
17
18
-const g_operationId = Ref{String}()
+const g_operationId = Ref{String}("")
19
20
JSON.lower(uri::URI) = string(uri)
21
0 commit comments