From 69d14bc5125cd05512d2c44796d345dd2137b277 Mon Sep 17 00:00:00 2001 From: CREATIVE_tg1 Date: Tue, 28 Oct 2025 12:22:15 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Python/settings.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Python/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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