Parcourir la source

Memory FTW, give me more...

sebavan il y a 6 ans
Parent
commit
0da1da72e1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"