@vscode/vscode-settings-history 0.0.2-43 → 0.0.2-44

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.
@@ -12305,6 +12305,30 @@ export type VscodeSettings_1_130_0_insider_2026071611 = Patch<VscodeSettings_1_1
12305
12305
  readonly 'typescript.tsserver.pluginPaths'?: (string)[];
12306
12306
  }, 'terminal.integrated.initialHintCopilotCli'>;
12307
12307
 
12308
+ // ── 1.129.1: +1, ~3 ──
12309
+ export type VscodeSettings_1_129_1 = Patch<VscodeSettings_1_129_0, {
12310
+ readonly 'chat.agent.maxRequests'?: number;
12311
+ readonly 'chat.tools.eligibleForAutoApproval'?: Record<string, unknown>;
12312
+ readonly 'editor.defaultFormatter'?: 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';
12313
+ readonly 'notebook.defaultFormatter'?: 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';
12314
+ }, never>;
12315
+
12316
+ // ── 1.130.0-insider+2026071716: +9, ~3, -2 ──
12317
+ export type VscodeSettings_1_130_0_insider_2026071716 = Patch<VscodeSettings_1_130_0_insider_2026071611, {
12318
+ readonly 'accessibility.signals.voiceRecordingStopped'?: Record<string, unknown>;
12319
+ readonly 'agents.voice.language'?: 'auto' | 'en' | 'de' | 'es' | 'fr' | 'it' | 'pt' | 'ja' | 'ko' | 'zh';
12320
+ readonly 'chat.agentHost.systemProxy.enabled'?: boolean;
12321
+ readonly 'chat.assistedPermissions.enabled'?: boolean;
12322
+ readonly 'chat.defaultConfiguration'?: Record<string, unknown>;
12323
+ readonly 'chat.defaultToCopilotHarness'?: boolean;
12324
+ readonly 'chat.editor.preferCopilotHarness'?: boolean;
12325
+ readonly 'chat.speechToText.enabled'?: boolean;
12326
+ readonly 'chat.speechToText.mode'?: 'auto' | 'toggle' | 'pushToTalk';
12327
+ readonly 'chat.speechToText.model'?: 'onnx-community/whisper-tiny' | 'onnx-community/whisper-base' | 'onnx-community/whisper-small';
12328
+ readonly 'chat.tools.eligibleForAutoApproval'?: Record<string, unknown>;
12329
+ readonly 'chat.verbose'?: boolean;
12330
+ }, 'chat.editor.defaultProvider' | 'chat.experimental.autoApprovals.enabled'>;
12331
+
12308
12332
  // ── Version map ──
12309
12333
  // Stable entries map directly to their settings type.
12310
12334
  // Insider entries map to a nested record keyed by 10-digit build release date
@@ -12357,6 +12381,7 @@ interface VscodeVersionMap {
12357
12381
  '1.128.0': VscodeSettings_1_128_0;
12358
12382
  '1.128.1': VscodeSettings_1_128_1;
12359
12383
  '1.129.0': VscodeSettings_1_129_0;
12384
+ '1.129.1': VscodeSettings_1_129_1;
12360
12385
  '1.121.0-insider': InsiderBuilds<{
12361
12386
  '2026051305': VscodeSettings_1_121_0_insider_2026051305;
12362
12387
  '2026051505': VscodeSettings_1_121_0_insider_2026051505;
@@ -12415,12 +12440,13 @@ interface VscodeVersionMap {
12415
12440
  }>;
12416
12441
  '1.130.0-insider': InsiderBuilds<{
12417
12442
  '2026071611': VscodeSettings_1_130_0_insider_2026071611;
12443
+ '2026071716': VscodeSettings_1_130_0_insider_2026071716;
12418
12444
  }>;
12419
12445
  }
12420
12446
 
12421
- export type LatestVscodeSettings = VscodeSettings_1_129_0;
12447
+ export type LatestVscodeSettings = VscodeSettings_1_129_1;
12422
12448
 
12423
- export type LatestInsiderVscodeSettings = VscodeSettings_1_130_0_insider_2026071611;
12449
+ export type LatestInsiderVscodeSettings = VscodeSettings_1_130_0_insider_2026071716;
12424
12450
 
12425
12451
  export type VscodeVersion = keyof VscodeVersionMap;
12426
12452
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/vscode-settings-history",
3
- "version": "0.0.2-43",
3
+ "version": "0.0.2-44",
4
4
  "type": "module",
5
5
  "description": "Tracks VS Code settings schema changes across versions",
6
6
  "license": "MIT",