fix formatter
This commit is contained in:
@@ -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),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user