From 1d2f076f572df0028240f8bbe22d18aea8602606 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 26 Jun 2026 13:39:05 +0000 Subject: [PATCH] Add python.analysis.indexing and userFileIndexingLimit to VSCode settings --- .vscode/settings.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index ffa2a0d..dfe33fe 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -19,6 +19,8 @@ "files.autoSave": "onFocusChange", "git.followTagsWhenSync": true, "python.analysis.autoFormatStrings": true, + "python.analysis.indexing": true, + "python.analysis.userFileIndexingLimit": -1, "python.analysis.autoImportCompletions": true, "python.analysis.completeFunctionParens": true, "python.analysis.diagnosticMode": "workspace",