first save
This commit is contained in:
13
.vscode/settings.json
vendored
Normal file
13
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"python-envs.pythonProjects": [],
|
||||
"python.languageServer": "Pylance",
|
||||
"python.analysis.extraPaths": ["./stubs", "./lib"],
|
||||
"python.analysis.typeCheckingMode": "off",
|
||||
"python.analysis.diagnosticMode": "workspace",
|
||||
"python.analysis.autoImportCompletions": true,
|
||||
"python.analysis.autoSearchPaths": true,
|
||||
"python.analysis.useLibraryCodeForTypes": true,
|
||||
"files.associations": {
|
||||
"*.py": "python"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user