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 e375b85 commit 5c26bbcCopy full SHA for 5c26bbc
src/requests/textdocument.jl
@@ -72,7 +72,7 @@ function textDocument_didClose_notification(params::DidCloseTextDocumentParams,
72
JuliaWorkspaces.remove_file!(server.workspace, uri)
73
end
74
75
- publish_diagnostics_testitems(server, marked_versions, [])
+ publish_diagnostics_testitems(server, marked_versions, JuliaWorkspaces.URIs2.URI[])
76
77
78
function textDocument_didSave_notification(params::DidSaveTextDocumentParams, server::LanguageServerInstance, conn)
0 commit comments