Skip to content

Commit 47ea86c

Browse files
committed
Testing
1 parent baba89c commit 47ea86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spyder/plugins/editor/widgets/codeeditor/lsp_mixin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ def sync_symbols_and_folding(self):
515515
def process_code_analysis(self, diagnostics):
516516
"""Process code analysis results in a thread."""
517517
self.cleanup_code_analysis()
518-
self.sig_diagnostics_update.emit(self.filename, diagnostics)
518+
# self.sig_diagnostics_update.emit(self.filename, diagnostics)
519519
self._diagnostics = diagnostics
520520

521521
# Process diagnostics in a thread to improve performance.

0 commit comments

Comments
 (0)