Обновить Python/settings.json
This commit is contained in:
@@ -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",
|
||||
},
|
||||
// ----------------------- Разные расширения (Конец)
|
||||
//----------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user