Обновить Python/settings.json
This commit is contained in:
@@ -74,6 +74,8 @@
|
|||||||
],
|
],
|
||||||
"sourcecraft-code-assist.deniedCommands": [],
|
"sourcecraft-code-assist.deniedCommands": [],
|
||||||
"mypy.dmypyExecutable": "../.venv/bin/dmypy",
|
"mypy.dmypyExecutable": "../.venv/bin/dmypy",
|
||||||
|
"python.analysis.autoImportCompletions": true,
|
||||||
|
"python.analysis.typeCheckingMode": "off",
|
||||||
"[json]": {
|
"[json]": {
|
||||||
"editor.defaultFormatter": "vscode.json-language-features"
|
"editor.defaultFormatter": "vscode.json-language-features"
|
||||||
},
|
},
|
||||||
@@ -81,7 +83,7 @@
|
|||||||
"editor.defaultFormatter": "rust-lang.rust-analyzer"
|
"editor.defaultFormatter": "rust-lang.rust-analyzer"
|
||||||
},
|
},
|
||||||
"[python]": {
|
"[python]": {
|
||||||
"editor.defaultFormatter": "charliermarsh.ruff"
|
"editor.defaultFormatter": "charliermarsh.ruff",
|
||||||
},
|
},
|
||||||
// ----------------------- Разные расширения (Конец)
|
// ----------------------- Разные расширения (Конец)
|
||||||
//----------------------------------------------------------------------------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user