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

This commit is contained in:
2025-10-28 12:22:15 +00:00
parent 19948c33ec
commit 69d14bc512

View File

@@ -63,6 +63,8 @@
"workbench.startupEditor": "none",
"chat.commandCenter.enabled": false,
"explorer.confirmDelete": false,
"git.enableSmartCommit": true,
"git.confirmSync": false,
// ----------------------- Настройки VScode(Конец)
//----------------------------------------------------------------------------------------------------------------------------------------------------------
// ----------------------- Оформление рабочего пространства (Начало)
@@ -122,7 +124,7 @@
},
"python.analysis.autoImportCompletions": true,
"python.analysis.typeCheckingMode": "off",
"python.terminal.activateEnvironment": true
"python.terminal.activateEnvironment": true,
// ----------------------- Настройки языков (Конец)
//----------------------------------------------------------------------------------------------------------------------------------------------------------
}