vscode run on save setting
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sebastian Frank 2019-02-20 12:57:40 +01:00
parent 50c2e87482
commit e79a527ac6
Signed by: apairon
GPG Key ID: 7270D06DDA7FE8C3

View File

@ -1,5 +1,14 @@
{
"files.associations": {
"**/templates/*.html": "django-html"
},
"saveAndRun": {
"commands": [
{
"match": "website/.*",
"cmd": "mark2web -in ${workspaceRoot}/website -out ${workspaceRoot}/html -create",
"silent": false
}
]
}
}