vscode run on save setting
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
50c2e87482
commit
e79a527ac6
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user