Обновить Python/settings.json

This commit is contained in:
2025-10-28 13:57:35 +00:00
parent 80ff61b8c3
commit 0e0f09126d

View File

@@ -87,6 +87,7 @@
"explorer.confirmDelete": false, "explorer.confirmDelete": false,
"git.enableSmartCommit": true, "git.enableSmartCommit": true,
"git.confirmSync": false, "git.confirmSync": false,
"explorer.confirmDragAndDrop": false,
// ----------------------- Настройки VScode(Конец) // ----------------------- Настройки VScode(Конец)
//---------------------------------------------------------------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------------------------------------------------------------
// ----------------------- Оформление рабочего пространства (Начало) // ----------------------- Оформление рабочего пространства (Начало)
@@ -109,7 +110,7 @@
"git diff", "git diff",
"git show", "git show",
"poetry", "poetry",
"ls", "ls"
], ],
"sourcecraft-code-assist.deniedCommands": [], "sourcecraft-code-assist.deniedCommands": [],
"mypy.dmypyExecutable": "../.venv/bin/dmypy", "mypy.dmypyExecutable": "../.venv/bin/dmypy",