Configure modules for vscode
This commit is contained in:
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"python.analysis.autoImportCompletions": true,
|
||||
"python.analysis.extraPaths": [".venv/lib/python3.11/site-packages"],
|
||||
"python.analysis.fixAll": ["source.unusedImports"],
|
||||
"python.languageServer": "Pylance"
|
||||
}
|
||||
Reference in New Issue
Block a user