We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda2cb1 commit a435452Copy full SHA for a435452
1 file changed
.vscode/settings.json
@@ -3,5 +3,11 @@
3
"tests"
4
],
5
"python.testing.unittestEnabled": false,
6
- "python.testing.pytestEnabled": true
+ "python.testing.pytestEnabled": true,
7
+ "python.analysis.typeCheckingMode": "basic",
8
+ "python.analysis.autoImportCompletions": true,
9
+ "python.analysis.inlayHints.callArgumentNames": "partial",
10
+ "python.analysis.inlayHints.functionReturnTypes": true,
11
+ "python.analysis.inlayHints.pytestParameters": true,
12
+ "python.analysis.inlayHints.variableTypes": true
13
}
0 commit comments