#1157 update lsp diagnostics when the tree state is changed (#1174)

This commit is contained in:
Alexander Courtis
2022-04-18 23:46:42 +10:00
committed by GitHub
parent cdbc210d92
commit 0f0f858348
3 changed files with 5 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ function M.open(cwd)
else
open_view_and_draw()
end
diagnostics.update()
view.restore_tab_state()
end