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 baba89c commit 47ea86cCopy full SHA for 47ea86c
spyder/plugins/editor/widgets/codeeditor/lsp_mixin.py
@@ -515,7 +515,7 @@ def sync_symbols_and_folding(self):
515
def process_code_analysis(self, diagnostics):
516
"""Process code analysis results in a thread."""
517
self.cleanup_code_analysis()
518
- self.sig_diagnostics_update.emit(self.filename, diagnostics)
+ # self.sig_diagnostics_update.emit(self.filename, diagnostics)
519
self._diagnostics = diagnostics
520
521
# Process diagnostics in a thread to improve performance.
0 commit comments