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
+6
View File
@@ -1752,6 +1752,12 @@ their corresponding top-level category object in your `settings.json` file.
["DEBUG", "DEBUG_MODE"]
```
- **`advanced.ignoreLocalEnv`** (boolean):
- **Description:** Whether to ignore generic .env files in the project
directory.
- **Default:** `false`
- **Requires restart:** Yes
- **`advanced.bugCommand`** (object):
- **Description:** Configuration for the bug report command.
- **Default:** `undefined`