Update vscode settings
This commit is contained in:
parent
8c299f0041
commit
53216269cb
3 changed files with 14 additions and 5 deletions
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
|
@ -5,5 +5,10 @@
|
|||
"python.autoComplete.extraPaths": [
|
||||
"${workspaceFolder}/__pypackages__/3.11/lib"
|
||||
],
|
||||
"editor.defaultFormatter": "charliermarsh.ruff"
|
||||
"editor.defaultFormatter": "charliermarsh.ruff",
|
||||
"[jsonc]": {
|
||||
"editor.defaultFormatter": "vscode.json-language-features"
|
||||
},
|
||||
"python.analysis.autoImportCompletions": true,
|
||||
"python.analysis.typeCheckingMode": "basic"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue