We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb34695 commit 27ce0fcCopy full SHA for 27ce0fc
plugin/documents.py
@@ -404,7 +404,7 @@ def on_activated_async(self) -> None:
404
sb.do_code_lenses_async(self.view)
405
if sb.document_diagnostic_needs_refresh:
406
sb.set_document_diagnostic_pending_refresh(needs_refresh=False)
407
- sb.do_document_diagnostic_async(self.view, self.view.change_count())
+ sb.do_document_diagnostic_async(self.view, self.view.change_count(), forced_update=True)
408
if sb.semantic_tokens.needs_refresh \
409
and (session_view := sb.session.session_view_for_view_async(self.view)) \
410
and session_view.get_request_flags() & RequestFlags.SEMANTIC_TOKENS:
0 commit comments