Add node memory to allow commit (#23954)
parent
ea57846465
commit
e274c5b23f
|
@ -11,6 +11,9 @@
|
|||
"DEV_CONTAINER": "1",
|
||||
"WORKSPACE_DIRECTORY": "${containerWorkspaceFolder}"
|
||||
},
|
||||
"remoteEnv": {
|
||||
"NODE_OPTIONS": "--max_old_space_size=8192"
|
||||
},
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
|
|
Loading…
Reference in New Issue