Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Jul 7, 2023
1 parent baba89c commit 47ea86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/plugins/editor/widgets/codeeditor/lsp_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def sync_symbols_and_folding(self):
def process_code_analysis(self, diagnostics):
"""Process code analysis results in a thread."""
self.cleanup_code_analysis()
self.sig_diagnostics_update.emit(self.filename, diagnostics)
# self.sig_diagnostics_update.emit(self.filename, diagnostics)
self._diagnostics = diagnostics

# Process diagnostics in a thread to improve performance.
Expand Down

0 comments on commit 47ea86c

Please sign in to comment.