buzz/.vscode/settings.json
2022-12-04 18:30:24 +00:00

22 lines
522 B
JSON

{
"files.associations": {
".coveragerc": "ini",
"Buzz.spec": "python",
"iosfwd": "cpp"
},
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true
},
"python.testing.pytestArgs": ["."],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"cmake.sourceDirectory": "${workspaceFolder}/whisper.cpp"
}