We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a757f2 commit b46f3ceCopy full SHA for b46f3ce
.vscode/settings.json
@@ -4,5 +4,6 @@
4
],
5
"python.testing.unittestEnabled": false,
6
"python.testing.pytestEnabled": true,
7
- "editor.inlineSuggest.enabled":true
+ "editor.inlineSuggest.enabled": true,
8
+ "python.analysis.typeCheckingMode": "off"
9
}
0 commit comments