@vscode/vscode-settings-history 0.0.2-25 → 0.0.2-27

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.
@@ -11462,6 +11462,26 @@ export type VscodeSettings_1_126_0_insider_2026061820 = Patch<VscodeSettings_1_1
11462
11462
  readonly 'workbench.experimental.floatingPanels'?: boolean;
11463
11463
  }, 'chat.agent.maxRequests'>;
11464
11464
 
11465
+ // ── 1.126.0-insider+2026061917: +3, ~6, -4 ──
11466
+ export type VscodeSettings_1_126_0_insider_2026061917 = Patch<VscodeSettings_1_126_0_insider_2026061820, {
11467
+ readonly 'chat.agent.maxRequests'?: number;
11468
+ readonly 'chat.agentSessions.defaultConfiguration'?: Record<string, unknown>;
11469
+ readonly 'chat.permissions.default'?: 'default' | 'autoApprove' | 'autopilot';
11470
+ readonly 'chat.plugins.strictMarketplaces'?: (Record<string, unknown>)[] | null;
11471
+ readonly 'chat.tools.eligibleForAutoApproval'?: Record<string, unknown>;
11472
+ 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';
11473
+ 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';
11474
+ 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';
11475
+ readonly 'workbench.experimental.modernUI'?: boolean;
11476
+ }, 'chat.agent.sandbox.autoApproveUnsandboxedCommands' | 'chat.editMode.hidden' | 'workbench.experimental.floatingPanels' | 'workbench.experimental.styleOverrides'>;
11477
+
11478
+ // ── 1.125.1: ~3, -1 ──
11479
+ export type VscodeSettings_1_125_1 = Patch<VscodeSettings_1_125_0, {
11480
+ readonly 'chat.tools.eligibleForAutoApproval'?: Record<string, unknown>;
11481
+ readonly 'editor.defaultFormatter'?: string | null;
11482
+ readonly 'notebook.defaultFormatter'?: string | null;
11483
+ }, 'chat.agent.maxRequests'>;
11484
+
11465
11485
  // ── Version map ──
11466
11486
  // Stable entries map directly to their settings type.
11467
11487
  // Insider entries map to a nested record keyed by 10-digit build release date
@@ -11508,6 +11528,7 @@ interface VscodeVersionMap {
11508
11528
  '1.124.1': VscodeSettings_1_124_1;
11509
11529
  '1.124.2': VscodeSettings_1_124_2;
11510
11530
  '1.125.0': VscodeSettings_1_125_0;
11531
+ '1.125.1': VscodeSettings_1_125_1;
11511
11532
  '1.121.0-insider': InsiderBuilds<{
11512
11533
  '2026051305': VscodeSettings_1_121_0_insider_2026051305;
11513
11534
  '2026051505': VscodeSettings_1_121_0_insider_2026051505;
@@ -11542,12 +11563,13 @@ interface VscodeVersionMap {
11542
11563
  '2026061617': VscodeSettings_1_126_0_insider_2026061617;
11543
11564
  '2026061720': VscodeSettings_1_126_0_insider_2026061720;
11544
11565
  '2026061820': VscodeSettings_1_126_0_insider_2026061820;
11566
+ '2026061917': VscodeSettings_1_126_0_insider_2026061917;
11545
11567
  }>;
11546
11568
  }
11547
11569
 
11548
- export type LatestVscodeSettings = VscodeSettings_1_125_0;
11570
+ export type LatestVscodeSettings = VscodeSettings_1_125_1;
11549
11571
 
11550
- export type LatestInsiderVscodeSettings = VscodeSettings_1_126_0_insider_2026061820;
11572
+ export type LatestInsiderVscodeSettings = VscodeSettings_1_126_0_insider_2026061917;
11551
11573
 
11552
11574
  export type VscodeVersion = keyof VscodeVersionMap;
11553
11575
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/vscode-settings-history",
3
- "version": "0.0.2-25",
3
+ "version": "0.0.2-27",
4
4
  "type": "module",
5
5
  "packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa",
6
6
  "description": "Tracks VS Code settings schema changes across versions",