Skip to content

Commit 39e2bfe

Browse files
committed
fix the missing constructor bug
1 parent 748fd1c commit 39e2bfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lsp-julia.el

+1
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ body."
279279
,(concat "-e"
280280
"import Pkg; Pkg.instantiate(); "
281281
"using InteractiveUtils, Sockets, SymbolServer, LanguageServer;"
282+
" Union{Int64, String}(x::String) = x; "
282283
" server = LanguageServer.LanguageServerInstance("
283284
" stdin, stdout,"
284285
(lsp-julia--get-root) ","

0 commit comments

Comments
 (0)