We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0c830 commit 8268d7cCopy full SHA for 8268d7c
.devcontainer.json
@@ -26,14 +26,17 @@
26
"editor.tabSize": 4,
27
"python.pythonPath": "/usr/bin/python3",
28
"python.analysis.autoSearchPaths": false,
29
- "python.testing.pytestArgs": ["tests"],
+ "python.testing.pytestArgs": [
30
+ "tests"
31
+ ],
32
"python.testing.unittestEnabled": false,
33
"python.testing.pytestEnabled": true,
34
"editor.formatOnPaste": false,
35
"editor.formatOnSave": true,
36
"editor.formatOnType": true,
37
"files.trimTrailingWhitespace": true,
38
"python.analysis.typeCheckingMode": "basic",
39
+ "python.analysis.diagnosticMode": "workspace",
40
"python.analysis.autoImportCompletions": true,
41
"python.defaultInterpreterPath": "/usr/local/bin/python",
42
"[python]": {
0 commit comments