14 lines
344 B
JSON
14 lines
344 B
JSON
{
|
|
"files.associations": {
|
|
"**/templates/*.html": "django-html"
|
|
},
|
|
"saveAndRun": {
|
|
"commands": [
|
|
{
|
|
"match": "website/.*",
|
|
"cmd": "time mark2web -in ${workspaceRoot}/website -out ${workspaceRoot}/html -create",
|
|
"silent": false
|
|
}
|
|
]
|
|
}
|
|
} |