Skip to content

Commit 5c26bbc

Browse files
committed
Fix a bug
1 parent e375b85 commit 5c26bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/requests/textdocument.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function textDocument_didClose_notification(params::DidCloseTextDocumentParams,
7272
JuliaWorkspaces.remove_file!(server.workspace, uri)
7373
end
7474

75-
publish_diagnostics_testitems(server, marked_versions, [])
75+
publish_diagnostics_testitems(server, marked_versions, JuliaWorkspaces.URIs2.URI[])
7676
end
7777

7878
function textDocument_didSave_notification(params::DidSaveTextDocumentParams, server::LanguageServerInstance, conn)

0 commit comments

Comments
 (0)