mirror of
https://github.com/MadcowD/ell.git
synced 2024-09-22 16:14:36 +03:00
add vscode test settings
This commit is contained in:
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@@ -18,5 +18,10 @@
|
||||
"**/build": true
|
||||
},
|
||||
"typescript.validate.enable": true,
|
||||
"javascript.validate.enable": true
|
||||
"javascript.validate.enable": true,
|
||||
"python.testing.pytestArgs": [
|
||||
"tests"
|
||||
],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true
|
||||
}
|
||||
Reference in New Issue
Block a user