Skip to content

Commit 6d7e9be

Browse files
committed
🧑‍💻 optimize settings for basedpyright
1 parent c74b073 commit 6d7e9be

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"vscode": {
1212
"settings": {
1313
"python.analysis.diagnosticMode": "workspace",
14+
"python.languageServer": "None",
1415
"python.analysis.typeCheckingMode": "standard",
1516
"[python]": {
1617
"editor.defaultFormatter": "charliermarsh.ruff",
@@ -40,7 +41,8 @@
4041
"files.watcherExclude": {
4142
"**/target/**": true,
4243
"**/__pycache__": true
43-
}
44+
},
45+
"basedpyright.analysis.useTypingExtensions": true
4446
},
4547
"extensions": [
4648
"ms-python.python",

0 commit comments

Comments
 (0)