Обновить Python/settings.json
This commit is contained in:
@@ -38,6 +38,7 @@
|
|||||||
"files.watcherExclude": {
|
"files.watcherExclude": {
|
||||||
"**/node_modules/**": true,
|
"**/node_modules/**": true,
|
||||||
"**/.git/**": true,
|
"**/.git/**": true,
|
||||||
|
"**/.github/**": true,
|
||||||
"**/.gitlab/**": true,
|
"**/.gitlab/**": true,
|
||||||
"**/.ci/**": true,
|
"**/.ci/**": true,
|
||||||
"**/venv/**": true,
|
"**/venv/**": true,
|
||||||
@@ -46,14 +47,35 @@
|
|||||||
"**/reports/**": true,
|
"**/reports/**": true,
|
||||||
"**/.mypy_cache/**": true,
|
"**/.mypy_cache/**": true,
|
||||||
"**/.pytest_cache/**": true,
|
"**/.pytest_cache/**": true,
|
||||||
|
"**/.ruff_cache/**": true,
|
||||||
|
"**/.hypothesis/**": true,
|
||||||
"**/.coverage/**": true,
|
"**/.coverage/**": true,
|
||||||
"**/dist/**": true,
|
"**/dist/**": true,
|
||||||
"**/build/**": true,
|
"**/build/**": true,
|
||||||
"**/.ruff_cache/**": true,
|
|
||||||
"**/.hypothesis/**": true,
|
|
||||||
"**/docs/_build/**": true,
|
"**/docs/_build/**": true,
|
||||||
"**/target/**": true,
|
"**/target/**": true,
|
||||||
"**/.cargo/**": true,
|
"**/.cargo/**": true
|
||||||
|
},
|
||||||
|
"search.exclude": {
|
||||||
|
"**/node_modules/**": true,
|
||||||
|
"**/.git/**": true,
|
||||||
|
"**/.github/**": true,
|
||||||
|
"**/.gitlab/**": true,
|
||||||
|
"**/.ci/**": true,
|
||||||
|
"**/venv/**": true,
|
||||||
|
"**/.venv/**": true,
|
||||||
|
"**/__pycache__/**": true,
|
||||||
|
"**/reports/**": true,
|
||||||
|
"**/.mypy_cache/**": true,
|
||||||
|
"**/.pytest_cache/**": true,
|
||||||
|
"**/.ruff_cache/**": true,
|
||||||
|
"**/.hypothesis/**": true,
|
||||||
|
"**/.coverage/**": true,
|
||||||
|
"**/dist/**": true,
|
||||||
|
"**/build/**": true,
|
||||||
|
"**/docs/_build/**": true,
|
||||||
|
"**/target/**": true,
|
||||||
|
"**/.cargo/**": true
|
||||||
},
|
},
|
||||||
"editor.largeFileOptimizations": true,
|
"editor.largeFileOptimizations": true,
|
||||||
"git.autorefresh": false,
|
"git.autorefresh": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user