fix: regenerate settings docs and schema for retryFetchErrors default change

This commit is contained in:
Bryan Morgan
2026-02-22 16:16:35 -05:00
parent 78114e904c
commit e234c95b8a
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ their corresponding top-level category object in your `settings.json` file.
- **`general.retryFetchErrors`** (boolean): - **`general.retryFetchErrors`** (boolean):
- **Description:** Retry on "exception TypeError: fetch failed sending - **Description:** Retry on "exception TypeError: fetch failed sending
request" errors. request" errors.
- **Default:** `false` - **Default:** `true`
- **`general.debugKeystrokeLogging`** (boolean): - **`general.debugKeystrokeLogging`** (boolean):
- **Description:** Enable debug logging of keystrokes to the console. - **Description:** Enable debug logging of keystrokes to the console.
+1
View File
@@ -17419,6 +17419,7 @@
"shell-quote": "^1.8.3", "shell-quote": "^1.8.3",
"simple-git": "^3.28.0", "simple-git": "^3.28.0",
"strip-ansi": "^7.1.0", "strip-ansi": "^7.1.0",
"strip-json-comments": "^3.1.1",
"systeminformation": "^5.25.11", "systeminformation": "^5.25.11",
"tree-sitter-bash": "^0.25.0", "tree-sitter-bash": "^0.25.0",
"undici": "^7.10.0", "undici": "^7.10.0",
+2 -2
View File
@@ -131,8 +131,8 @@
"retryFetchErrors": { "retryFetchErrors": {
"title": "Retry Fetch Errors", "title": "Retry Fetch Errors",
"description": "Retry on \"exception TypeError: fetch failed sending request\" errors.", "description": "Retry on \"exception TypeError: fetch failed sending request\" errors.",
"markdownDescription": "Retry on \"exception TypeError: fetch failed sending request\" errors.\n\n- Category: `General`\n- Requires restart: `no`\n- Default: `false`", "markdownDescription": "Retry on \"exception TypeError: fetch failed sending request\" errors.\n\n- Category: `General`\n- Requires restart: `no`\n- Default: `true`",
"default": false, "default": true,
"type": "boolean" "type": "boolean"
}, },
"debugKeystrokeLogging": { "debugKeystrokeLogging": {