diff --git a/Python/settings.json b/Python/settings.json index deb0b6c..be30a24 100644 --- a/Python/settings.json +++ b/Python/settings.json @@ -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, // ----------------------- Настройки языков (Конец) //---------------------------------------------------------------------------------------------------------------------------------------------------------- } \ No newline at end of file