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 c74b073 commit 6d7e9beCopy full SHA for 6d7e9be
1 file changed
.devcontainer/devcontainer.json
@@ -11,6 +11,7 @@
11
"vscode": {
12
"settings": {
13
"python.analysis.diagnosticMode": "workspace",
14
+ "python.languageServer": "None",
15
"python.analysis.typeCheckingMode": "standard",
16
"[python]": {
17
"editor.defaultFormatter": "charliermarsh.ruff",
@@ -40,7 +41,8 @@
40
41
"files.watcherExclude": {
42
"**/target/**": true,
43
"**/__pycache__": true
- }
44
+ },
45
+ "basedpyright.analysis.useTypingExtensions": true
46
},
47
"extensions": [
48
"ms-python.python",
0 commit comments