fix(cli): optimize startup with lightweight parent process (#24667)

This commit is contained in:
Sehoon Shon
2026-04-08 20:17:32 -04:00
committed by GitHub
parent d7f6d21c10
commit bf0da6f065
6 changed files with 170 additions and 49 deletions
+2 -2
View File
@@ -2725,8 +2725,8 @@
"properties": {
"autoConfigureMemory": {
"title": "Auto Configure Max Old Space Size",
"description": "Automatically configure Node.js memory limits",
"markdownDescription": "Automatically configure Node.js memory limits\n\n- Category: `Advanced`\n- Requires restart: `yes`\n- Default: `true`",
"description": "Automatically configure Node.js memory limits. Note: Because memory is allocated during the initial process boot, this setting is only read from the global user settings file and ignores workspace-level overrides.",
"markdownDescription": "Automatically configure Node.js memory limits. Note: Because memory is allocated during the initial process boot, this setting is only read from the global user settings file and ignores workspace-level overrides.\n\n- Category: `Advanced`\n- Requires restart: `yes`\n- Default: `true`",
"default": true,
"type": "boolean"
},