searxng/.vscode/settings.json
2023-10-31 15:53:22 +00:00

18 lines
No EOL
274 B
JSON

{
"python.testing.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"test_*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true,
"[less]": {
"editor.tabSize": 2,
"editor.insertSpaces": true
},
"cSpell.words": [
"kvan"
]
}