Преглед изворни кода

Memory FTW, give me more...

sebavan пре 6 година
родитељ
комит
0da1da72e1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .vscode/tasks.json

+ 1 - 1
.vscode/tasks.json

@@ -3,7 +3,7 @@
     // for the documentation about the tasks.json format
     "version": "2.0.0",
     "command": "gulp",
-    "args": [],
+    "args": ["--max-old-space-size=8192"],
     "type": "shell",
     "options": {
         "cwd": "${workspaceRoot}/Tools/Gulp"