From 2e45392c247443e493f291caf86db70ce97c2603 Mon Sep 17 00:00:00 2001 From: CREATIVE_tg1 Date: Tue, 28 Oct 2025 06:40:48 +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 | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/Python/settings.json b/Python/settings.json index 22ffe8d..f898b05 100644 --- a/Python/settings.json +++ b/Python/settings.json @@ -1,4 +1,4 @@ -{ //---------------------------------------------------------------------------------------------------------------------------------------------------------- +{ //---------------------------------------------------------------------------------------------------------------------------------------------------------- // ----------------------- Настройки VScode(Начало) "files.exclude": { ".ci": true, @@ -18,12 +18,12 @@ "extensions.ignoreRecommendations": true, "chat.disableAIFeatures": true, "files.watcherExclude": { - "**/node_modules/**": true, - "**/.git/**": true, - "**/.gitlab/**": true, - "**/.ci/**": true, - "**/venv/**": true, - "**/__pycache__/**": true, + "**/node_modules/**": true, + "**/.git/**": true, + "**/.gitlab/**": true, + "**/.ci/**": true, + "**/venv/**": true, + "**/__pycache__/**": true, }, "editor.largeFileOptimizations": true, "git.autorefresh": false, @@ -38,7 +38,9 @@ // ----------------------- Оформление рабочего пространства (Начало) "workbench.iconTheme": "vscode-icons", "background.fullscreen": { - "images": ["https://trafaret-decor.art/sites/default/files/2022-12/Фон%20горы%20%2874%29.jpg"], + "images": [ + "https://trafaret-decor.art/sites/default/files/2022-12/Фон%20горы%20%2874%29.jpg" + ], "opacity": 0.13, "size": "cover", "position": "center", @@ -46,7 +48,6 @@ "random": false }, "workbench.colorTheme": "GitHub Dark Colorblind (Beta)", - "editor.defaultFormatter": "charliermarsh.ruff", "editor.fontSize": 13, "window.commandCenter": false, "workbench.layoutControl.enabled": false, @@ -69,10 +70,19 @@ "git diff", "git show", "poetry", - "ls" + "ls", ], "sourcecraft-code-assist.deniedCommands": [], "mypy.dmypyExecutable": "../.venv/bin/dmypy", + "[json]": { + "editor.defaultFormatter": "vscode.json-language-features" + }, + "[rust]": { + "editor.defaultFormatter": "rust-lang.rust-analyzer" + }, + "[python]": { + "editor.defaultFormatter": "charliermarsh.ruff" + }, // ----------------------- Разные расширения (Конец) //---------------------------------------------------------------------------------------------------------------------------------------------------------- } \ No newline at end of file