Ignore .venv directory in the VSCode workspace
This commit is contained in:
parent
292fa852f9
commit
8fc5206e95
1 changed files with 4 additions and 1 deletions
|
@ -6,6 +6,9 @@
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"python.analysis.typeCheckingMode": "basic"
|
"python.analysis.typeCheckingMode": "basic",
|
||||||
|
"files.exclude": {
|
||||||
|
".venv/": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue