diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000000..0e075b6109 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,10 @@ +{ + "filewatcher.commands": [ + { + "match": "app-(ios|material)\\.less", + "isAsync": true, + "cmd": "lessc --js --no-color '${file}' '${fileDirname}/../css/${fileBasenameNoExt}.css'", + "event": "onFileChange" + } + ] +} \ No newline at end of file