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", }, // ----------------------- Разные расширения (Конец) //----------------------------------------------------------------------------------------------------------------------------------------------------------