mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-11-20 08:09:18 +01:00
15 lines
305 B
JSON
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": [
|
||
|
// "*"
|
||
|
// ],
|
||
|
}
|