Skip to content

Commit ded48c7

Browse files
committed
fix: ensure python.analysis.diagnosticMode is set to 'openFilesOnly'
1 parent fe665d6 commit ded48c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"python.testing.unittestEnabled": false,
99
"python.testing.pytestEnabled": true,
1010
"python.languageServer": "Pylance",
11+
"python.analysis.diagnosticMode": "openFilesOnly",
1112
"ty.disableLanguageServices": true,
1213
"[python]": {
1314
"editor.rulers": [

0 commit comments

Comments
 (0)