@vscode/vscode-settings-history 0.0.2-81 → 0.0.2-83

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.
@@ -13604,6 +13604,41 @@ export type VscodeSettings_1_137_0_insider_2026090416 = Patch<VscodeSettings_1_1
13604
13604
  readonly 'terminal.integrated.defaultProfile.linux'?: null | 'sh' | 'bash' | 'bash (2)' | 'rbash' | 'rbash (2)' | 'sh (2)' | 'dash' | 'dash (2)' | 'tmux' | 'screen' | 'pwsh' | 'pwsh (2)';
13605
13605
  }, 'chat.customizations.promptMigration.enabled' | 'chat.customizations.userDataMigration.enabled'>;
13606
13606
 
13607
+ // ── 1.137.0-insider+2026090706: ~4, -2 ──
13608
+ export type VscodeSettings_1_137_0_insider_2026090706 = Patch<VscodeSettings_1_137_0_insider_2026090416, {
13609
+ readonly 'chat.tools.eligibleForAutoApproval'?: Record<string, unknown>;
13610
+ readonly 'editor.defaultFormatter'?: string | null;
13611
+ readonly 'notebook.defaultFormatter'?: string | null;
13612
+ readonly 'terminal.integrated.defaultProfile.linux'?: null | 'sh' | 'bash' | 'bash (2)' | 'rbash' | 'rbash (2)' | 'sh (2)' | 'dash' | 'dash (2)' | 'tmux' | 'screen' | 'pwsh' | 'pwsh (2)' | 'JavaScript Debug Terminal';
13613
+ }, 'chat.agent.maxRequests' | 'chat.pasteGitHubLinksAsReferences'>;
13614
+
13615
+ // ── 1.136.2: +1, ~4, -1 ──
13616
+ export type VscodeSettings_1_136_2 = Patch<VscodeSettings_1_136_1, {
13617
+ readonly 'chat.agent.maxRequests'?: number;
13618
+ readonly 'chat.agentHost.localFilePermissions'?: Record<string, unknown>;
13619
+ readonly 'chat.remoteAgentHosts'?: (Record<string, unknown>)[];
13620
+ readonly 'chat.remoteAgentHostsEnabled'?: boolean;
13621
+ readonly 'chat.tools.eligibleForAutoApproval'?: Record<string, unknown>;
13622
+ }, 'github.copilot.chat.workspace.prototypeAdoCodeSearchEndpointOverride'>;
13623
+
13624
+ // ── 1.137.0-insider+2026090820: +5, ~9, -2 ──
13625
+ export type VscodeSettings_1_137_0_insider_2026090820 = Patch<VscodeSettings_1_137_0_insider_2026090706, {
13626
+ readonly 'chat.agentHost.localFilePermissions'?: Record<string, unknown>;
13627
+ readonly 'chat.agentMerge.enabled'?: boolean;
13628
+ readonly 'chat.automations.enabled'?: boolean;
13629
+ readonly 'chat.customizations.locationsMigration.enabled'?: boolean;
13630
+ readonly 'chat.customizations.promptMigration.enabled'?: boolean;
13631
+ readonly 'chat.customizations.userDataMigration.enabled'?: boolean;
13632
+ readonly 'chat.experimental.openInAgentsWindow.revealCurrentSession'?: boolean;
13633
+ readonly 'chat.remoteAgentHosts'?: (Record<string, unknown>)[];
13634
+ readonly 'chat.remoteAgentHostsEnabled'?: boolean;
13635
+ readonly 'extensions.experimental.enableAgentsWindowCapability'?: boolean;
13636
+ readonly 'workbench.diffEditorAssociations'?: Record<string, unknown>;
13637
+ readonly 'workbench.editor.autoLockGroups'?: Record<string, unknown>;
13638
+ readonly 'workbench.editor.defaultBinaryEditor'?: 'default' | 'workbench.editor.chatSession' | 'workbench.editorinputs.searchEditorInput' | 'agentSessionsWelcomePage' | 'workbench.editor.browser' | 'notebookOutputEditor' | 'repl' | 'workbench.editors.gettingStartedInput' | 'jupyter-notebook' | '';
13639
+ readonly 'workbench.editorAssociations'?: Record<string, unknown>;
13640
+ }, 'chat.customizations.migration.enabled' | 'github.copilot.chat.workspace.prototypeAdoCodeSearchEndpointOverride'>;
13641
+
13607
13642
  // ── Version map ──
13608
13643
  // Stable entries map directly to their settings type.
13609
13644
  // Insider entries map to a nested record keyed by 10-digit build release date
@@ -13666,6 +13701,7 @@ interface VscodeVersionMap {
13666
13701
  '1.135.0': VscodeSettings_1_135_0;
13667
13702
  '1.136.0': VscodeSettings_1_136_0;
13668
13703
  '1.136.1': VscodeSettings_1_136_1;
13704
+ '1.136.2': VscodeSettings_1_136_2;
13669
13705
  '1.121.0-insider': InsiderBuilds<{
13670
13706
  '2026051305': VscodeSettings_1_121_0_insider_2026051305;
13671
13707
  '2026051505': VscodeSettings_1_121_0_insider_2026051505;
@@ -13775,12 +13811,14 @@ interface VscodeVersionMap {
13775
13811
  '2026090221': VscodeSettings_1_137_0_insider_2026090221;
13776
13812
  '2026090317': VscodeSettings_1_137_0_insider_2026090317;
13777
13813
  '2026090416': VscodeSettings_1_137_0_insider_2026090416;
13814
+ '2026090706': VscodeSettings_1_137_0_insider_2026090706;
13815
+ '2026090820': VscodeSettings_1_137_0_insider_2026090820;
13778
13816
  }>;
13779
13817
  }
13780
13818
 
13781
- export type LatestVscodeSettings = VscodeSettings_1_136_1;
13819
+ export type LatestVscodeSettings = VscodeSettings_1_136_2;
13782
13820
 
13783
- export type LatestInsiderVscodeSettings = VscodeSettings_1_137_0_insider_2026090416;
13821
+ export type LatestInsiderVscodeSettings = VscodeSettings_1_137_0_insider_2026090820;
13784
13822
 
13785
13823
  export type VscodeVersion = keyof VscodeVersionMap;
13786
13824
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/vscode-settings-history",
3
- "version": "0.0.2-81",
3
+ "version": "0.0.2-83",
4
4
  "type": "module",
5
5
  "description": "Tracks VS Code settings schema changes across versions",
6
6
  "license": "MIT",
@@ -37,5 +37,5 @@
37
37
  "tsx": "4.22.4",
38
38
  "vitest": "^4.1.4"
39
39
  },
40
- "gitHead": "8c0dc6e37f2ac123aa39bdfbacf3ce55454a9cda"
40
+ "gitHead": "bfcb8b17dfffe084340e9364dc6e36af76f7ef88"
41
41
  }