From b60efe3971767b2b343fdbbed9f54b67c47eed0e Mon Sep 17 00:00:00 2001 From: CREATIVE_tg1 Date: Tue, 28 Oct 2025 06:49:39 +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 f898b05..d60e0da 100644 --- a/Python/settings.json +++ b/Python/settings.json @@ -74,6 +74,8 @@ ], "sourcecraft-code-assist.deniedCommands": [], "mypy.dmypyExecutable": "../.venv/bin/dmypy", + "python.analysis.autoImportCompletions": true, + "python.analysis.typeCheckingMode": "off", "[json]": { "editor.defaultFormatter": "vscode.json-language-features" }, @@ -81,7 +83,7 @@ "editor.defaultFormatter": "rust-lang.rust-analyzer" }, "[python]": { - "editor.defaultFormatter": "charliermarsh.ruff" + "editor.defaultFormatter": "charliermarsh.ruff", }, // ----------------------- Разные расширения (Конец) //----------------------------------------------------------------------------------------------------------------------------------------------------------