summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-09-17 13:30:52 +0300
committerAndrew Dolgov <[email protected]>2020-09-17 13:30:52 +0300
commitf41fdef38982f0acc895f312f58d14704a8a9f0f (patch)
treedc7f0a7d02f2a89375d4b1cadfd023d3d631a1c2 /.vscode
parent5415a0e033bb2c6ad2530d4e52ac602eecbbd5ae (diff)
add gulp task for less compilation
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/tasks.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
new file mode 100644
index 000000000..006e87850
--- /dev/null
+++ b/.vscode/tasks.json
@@ -0,0 +1,11 @@
+{
+ "version": "2.0.0",
+ "tasks": [
+ {
+ "type": "gulp",
+ "task": "default",
+ "problemMatcher": [],
+ "label": "gulp: default"
+ }
+ ]
+} \ No newline at end of file