fix formatter

This commit is contained in:
Christoph Brandau
2025-07-21 09:12:36 +02:00
parent ee5240c861
commit 52a2b2f774
2 changed files with 14 additions and 11 deletions
+1 -3
View File
@@ -54,9 +54,6 @@ LSP_SERVER = server.LanguageServer(
name="NX Postprocessor Support", version="0.0.1", max_workers=MAX_WORKERS
)
NX_PROC_LIST = []
# **********************************************************
# Tool specific code goes below this.
# **********************************************************
@@ -185,6 +182,7 @@ def _get_global_defaults():
"args": GLOBAL_SETTINGS.get("args", []),
"importStrategy": GLOBAL_SETTINGS.get("importStrategy", "useBundled"),
"showNotifications": GLOBAL_SETTINGS.get("showNotifications", "off"),
"formatter": GLOBAL_SETTINGS.get("formatter", False),
}