From f54fcce90b9e00d5fcfc6481a71c61e4d82fdfd2 Mon Sep 17 00:00:00 2001 From: CREATIVE_tg1 Date: Tue, 28 Oct 2025 06:25:59 +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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Python/settings.json b/Python/settings.json index 33dac56..22ffe8d 100644 --- a/Python/settings.json +++ b/Python/settings.json @@ -31,6 +31,8 @@ "editor.formatOnSave": true, "git.autofetch": true, "workbench.startupEditor": "none", + "chat.commandCenter.enabled": false, + "explorer.confirmDelete": false, // ----------------------- Настройки VScode(Конец) //---------------------------------------------------------------------------------------------------------------------------------------------------------- // ----------------------- Оформление рабочего пространства (Начало) @@ -45,14 +47,14 @@ }, "workbench.colorTheme": "GitHub Dark Colorblind (Beta)", "editor.defaultFormatter": "charliermarsh.ruff", - "editor.fontSize": 15, + "editor.fontSize": 13, "window.commandCenter": false, "workbench.layoutControl.enabled": false, "editor.minimap.enabled": false, "workbench.reduceMotion": "on", - "terminal.integrated.fontSize": 15, + "terminal.integrated.fontSize": 13, "editor.smoothScrolling": true, - "window.zoomLevel": 0.5, + "window.zoomLevel": 0, // ----------------------- Оформление рабочего пространства (Конец) //---------------------------------------------------------------------------------------------------------------------------------------------------------- // ----------------------- Разные расширения (Начало) @@ -71,8 +73,6 @@ ], "sourcecraft-code-assist.deniedCommands": [], "mypy.dmypyExecutable": "../.venv/bin/dmypy", - "chat.commandCenter.enabled": false, - "explorer.confirmDelete": false, // ----------------------- Разные расширения (Конец) //---------------------------------------------------------------------------------------------------------------------------------------------------------- } \ No newline at end of file