Skip to content

Commit

Permalink
Remove diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jul 20, 2024
1 parent 92f9d4e commit 044c645
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/requests/textdocument.jl
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@ const our_count = Ref{Int}(0)
function publish_diagnostics(uris::Vector{URI}, server, conn, source)
our_count[] = our_count[] + 1
jw_diagnostics_updated, jw_diagnostics_deleted = JuliaWorkspaces.get_files_with_updated_diagnostics(server.workspace)
@info "From JW DAIG we have" jw_diagnostics_deleted jw_diagnostics_updated source our_count[]

diagnostics = Dict{URI,Vector{Diagnostic}}()

Expand Down Expand Up @@ -434,8 +433,6 @@ function publish_tests(server::LanguageServerInstance)
if !ismissing(server.initialization_options) && get(server.initialization_options, "julialangTestItemIdentification", false)
updated_files, deleted_files = JuliaWorkspaces.get_files_with_updated_testitems(server.workspace)

@info "From JW TEST we have" deleted_files updated_files our_count[]

for uri in updated_files
testitems_results = JuliaWorkspaces.get_test_items(server.workspace, uri)
st = JuliaWorkspaces.get_text_file(server.workspace, uri).content
Expand Down

0 comments on commit 044c645

Please sign in to comment.