NonSteamLaunchers-On-Steam-.../.vscode/settings.json

15 lines
305 B
JSON
Raw Permalink Normal View History

2023-08-11 09:08:12 +02:00
{
"[python]": {
"editor.insertSpaces": true,
"editor.tabSize": 4,
},
"python.testing.pytestArgs": [
"."
],
// ! only disable analysis (pylance) if ruff is installed
// https://github.com/astral-sh/ruff-vscode
// "python.analysis.ignore": [
// "*"
// ],
}