Обновить Python/settings.json

This commit is contained in:
2025-10-28 06:49:39 +00:00
parent 021426e428
commit b60efe3971

View File

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