feat: add ignoreLocalEnv setting and --ignore-env flag (#2493) (#26445)

This commit is contained in:
Coco Sheng
2026-05-04 15:14:33 -04:00
committed by GitHub
parent 75a8de83fc
commit 493b555646
6 changed files with 276 additions and 3 deletions
+1
View File
@@ -158,6 +158,7 @@ they appear in the UI.
| UI Label | Setting | Description | Default |
| --------------------------------- | ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| Auto Configure Max Old Space Size | `advanced.autoConfigureMemory` | 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. | `true` |
| Ignore Local .env | `advanced.ignoreLocalEnv` | Whether to ignore generic .env files in the project directory. | `false` |
### Experimental