NonSteamLaunchers-On-Steam-.../.vscode/settings.json
pythoninthegrass a786689fcd Add tooling
2023-08-11 15:14:23 -05:00

15 lines
305 B
JSON

{
"[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": [
// "*"
// ],
}