Fix: trace_lsp_communication in yaml was ignored

This commit is contained in:
Michael Panchenko
2025-06-14 00:01:10 +02:00
parent cd10d2f056
commit f3901dfec2
+1
View File
@@ -377,6 +377,7 @@ class SerenaConfig(SerenaConfigBase):
instance.log_level = loaded_commented_yaml.get("log_level", loaded_commented_yaml.get("gui_log_level", logging.INFO))
instance.web_dashboard = loaded_commented_yaml.get("web_dashboard", True)
instance.tool_timeout = loaded_commented_yaml.get("tool_timeout", DEFAULT_TOOL_TIMEOUT)
instance.trace_lsp_communication = loaded_commented_yaml.get("trace_lsp_communication", False)
# re-save the configuration file if any migrations were performed
if num_project_migrations > 0: