diff --git a/.vscode/settings.json b/.vscode/settings.json index 90409c5..733ea1a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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 + } + ] } } \ No newline at end of file