music-kraken-core/.vscode/settings.json

22 lines
464 B
JSON
Raw Normal View History

{
"python.analysis.extraPaths": [
"./src"
2023-03-12 17:07:22 +00:00
],
"python.testing.unittestArgs": [
"-v",
"-s",
"./src",
"-p",
"test*.py"
],
"python.testing.pytestEnabled": false,
2023-08-10 21:01:16 +00:00
"python.testing.unittestEnabled": true,
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8"
},
"python.formatting.provider": "none",
"cSpell.words": [
2024-04-09 12:00:51 +00:00
"Bandcamp",
"levenshtein"
]
}