@vscode/vscode-settings-history 0.0.2-36 → 0.0.2-38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12115,6 +12115,30 @@ export type VscodeSettings_1_128_0_insider_2026070217 = Patch<VscodeSettings_1_1
12115
12115
  readonly 'workbench.browser.searchEngine'?: 'none' | 'bing' | 'google' | 'yahoo' | 'duckduckgo';
12116
12116
  }, 'chat.cacheBreakHint.enabled' | 'workbench.browser.agentHostChatToolsEnabled'>;
12117
12117
 
12118
+ // ── 1.128.0-insider+2026070317: +2, ~6 ──
12119
+ export type VscodeSettings_1_128_0_insider_2026070317 = Patch<VscodeSettings_1_128_0_insider_2026070217, {
12120
+ readonly 'accessibility.verbosity.automations'?: boolean;
12121
+ readonly 'chat.tools.eligibleForAutoApproval'?: Record<string, unknown>;
12122
+ readonly 'editor.defaultFoldingRangeProvider'?: null | 'GitHub.copilot-chat' | 'vscode.css-language-features' | 'vscode.html-language-features' | 'vscode.json-language-features' | 'vscode.markdown-language-features' | 'vscode.markdown-math' | 'vscode.php-language-features' | 'vscode.typescript-language-features' | 'vscode.configuration-editing' | 'vscode.debug-auto-launch' | 'vscode.debug-server-ready' | 'vscode.emmet' | 'vscode.extension-editing' | 'vscode.git' | 'vscode.git-base' | 'vscode.github' | 'vscode.github-authentication' | 'vscode.grunt' | 'vscode.gulp' | 'vscode.ipynb' | 'vscode.jake' | 'ms-vscode.js-debug' | 'ms-vscode.js-debug-companion' | 'vscode.media-preview' | 'vscode.merge-conflict' | 'vscode.mermaid-markdown-features' | 'vscode.microsoft-authentication' | 'vscode.npm' | 'vscode.references-view' | 'vscode.search-result' | 'vscode.simple-browser' | 'vscode.terminal-suggest' | 'vscode.tunnel-forwarding' | 'ms-vscode.vscode-js-profile-table';
12123
+ readonly 'github.copilot.chat.responsesApi.promptCacheBreakpoint.enabled'?: boolean;
12124
+ readonly 'github.copilot.chat.tools.grepSearch.outputFormat'?: 'grep' | 'tag';
12125
+ readonly 'update.channel'?: string;
12126
+ readonly 'update.mode'?: 'none' | 'manual' | 'start' | 'default';
12127
+ readonly 'workbench.browser.enableRemoteProxy'?: boolean;
12128
+ }, never>;
12129
+
12130
+ // ── 1.128.0-insider+2026070704: +2, ~6, -2 ──
12131
+ export type VscodeSettings_1_128_0_insider_2026070704 = Patch<VscodeSettings_1_128_0_insider_2026070317, {
12132
+ readonly 'chat.byokUtilityModelDefault'?: 'none' | 'mainAgent' | 'copilot';
12133
+ readonly 'chat.tools.eligibleForAutoApproval'?: Record<string, unknown>;
12134
+ readonly 'chat.turnStatusPills'?: Record<string, unknown>;
12135
+ readonly 'chat.utilityModel'?: '';
12136
+ readonly 'chat.utilitySmallModel'?: '';
12137
+ readonly 'editor.defaultFoldingRangeProvider'?: string | null;
12138
+ readonly 'editor.defaultFormatter'?: string | null;
12139
+ readonly 'notebook.defaultFormatter'?: string | null;
12140
+ }, 'chat.agent.maxRequests' | 'chat.useCopilotModelsForUtilityModels'>;
12141
+
12118
12142
  // ── Version map ──
12119
12143
  // Stable entries map directly to their settings type.
12120
12144
  // Insider entries map to a nested record keyed by 10-digit build release date
@@ -12211,12 +12235,14 @@ interface VscodeVersionMap {
12211
12235
  '2026063019': VscodeSettings_1_128_0_insider_2026063019;
12212
12236
  '2026070121': VscodeSettings_1_128_0_insider_2026070121;
12213
12237
  '2026070217': VscodeSettings_1_128_0_insider_2026070217;
12238
+ '2026070317': VscodeSettings_1_128_0_insider_2026070317;
12239
+ '2026070704': VscodeSettings_1_128_0_insider_2026070704;
12214
12240
  }>;
12215
12241
  }
12216
12242
 
12217
12243
  export type LatestVscodeSettings = VscodeSettings_1_127_0;
12218
12244
 
12219
- export type LatestInsiderVscodeSettings = VscodeSettings_1_128_0_insider_2026070217;
12245
+ export type LatestInsiderVscodeSettings = VscodeSettings_1_128_0_insider_2026070704;
12220
12246
 
12221
12247
  export type VscodeVersion = keyof VscodeVersionMap;
12222
12248
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/vscode-settings-history",
3
- "version": "0.0.2-36",
3
+ "version": "0.0.2-38",
4
4
  "type": "module",
5
5
  "packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa",
6
6
  "description": "Tracks VS Code settings schema changes across versions",