From 38ab96d7d0e66fe8a2ad3823a41730440734c9a6 Mon Sep 17 00:00:00 2001 From: shatakshiiii Date: Thu, 19 Dec 2024 21:03:39 +0530 Subject: [PATCH] try setting NODE_OPTIONS in taskfile --- Taskfile.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Taskfile.yml b/Taskfile.yml index 7eda1ab80..0ca6e6601 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -186,6 +186,8 @@ tasks: generates: - "*.vsix" cmds: + - echo $NODE_OPTIONS + - export NODE_OPTIONS="--max-old-space-size=8192" - task: build # while not a real dependency, we want to build both all the time: - task: als:package