diff --git a/bundled/tool/lsp_server.py b/bundled/tool/lsp_server.py index dd6e9f6..5c1dc27 100644 --- a/bundled/tool/lsp_server.py +++ b/bundled/tool/lsp_server.py @@ -495,7 +495,7 @@ def _get_global_defaults(): "note": "Information", }, ), - "ignorePatterns": [], + "ignorePatterns": GLOBAL_SETTINGS.get("ignorePatterns", []), "importStrategy": GLOBAL_SETTINGS.get("importStrategy", "useBundled"), "showNotifications": GLOBAL_SETTINGS.get("showNotifications", "off"), "extraPaths": GLOBAL_SETTINGS.get("extraPaths", []),