@vscode/vscode-settings-history 0.0.2-84 → 0.0.2-85

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.
@@ -13727,6 +13727,29 @@ export type VscodeSettings_1_138_0_insider_2026090911 = Patch<VscodeSettings_1_1
13727
13727
  readonly 'workbench.editorAssociations'?: Record<string, unknown>;
13728
13728
  }, 'chat.agentHost.copilot.autoModeTiers.enabled' | 'chat.turnStatusPills'>;
13729
13729
 
13730
+ // ── 1.138.0-insider+2026091010: +6, ~13, -5 ──
13731
+ export type VscodeSettings_1_138_0_insider_2026091010 = Patch<VscodeSettings_1_138_0_insider_2026090911, {
13732
+ readonly 'chat.agentHost.codexAgent.enabled'?: boolean;
13733
+ readonly 'chat.agentSessions.autoArchiveMergedSessionsAfterDays'?: number;
13734
+ readonly 'chat.agentSessions.autoDeleteArchivedMergedSessionsAfterDays'?: number;
13735
+ readonly 'chat.copilot.semanticSearch.enabled'?: boolean;
13736
+ readonly 'chat.editor.codex.preferAgentHost'?: boolean;
13737
+ readonly 'chat.experimental.sessionArchiveActionWording'?: 'archive' | 'done';
13738
+ readonly 'chat.experimental.sessionStateIndicator.enabled'?: boolean;
13739
+ readonly 'chat.experimentalModePermissionsPicker'?: boolean;
13740
+ readonly 'chat.tools.eligibleForAutoApproval'?: Record<string, unknown>;
13741
+ readonly 'editor.defaultFormatter'?: string | null;
13742
+ readonly 'extensions.experimental.enableAgentsWindowCapability'?: boolean;
13743
+ readonly 'notebook.defaultFormatter'?: string | null;
13744
+ readonly 'sessions.archiveSessionConfetti'?: boolean;
13745
+ readonly 'sessions.diffEditor.wordWrap'?: 'off' | 'on' | 'inherit';
13746
+ readonly 'sessions.editor.wordWrap'?: 'off' | 'on' | 'inherit';
13747
+ readonly 'workbench.diffEditorAssociations'?: Record<string, unknown>;
13748
+ readonly 'workbench.editor.autoLockGroups'?: Record<string, unknown>;
13749
+ readonly 'workbench.editor.defaultBinaryEditor'?: 'default' | 'workbench.editor.chatSession' | 'workbench.editorinputs.searchEditorInput' | 'agentSessionsWelcomePage' | 'workbench.editor.browser' | 'notebookOutputEditor' | 'repl' | 'workbench.editors.gettingStartedInput' | 'vscode.markdown.preview.editor' | 'vscode.markdown.editor' | 'imagePreview.previewEditor' | 'vscode.audioPreview' | 'vscode.videoPreview' | 'jsProfileVisualizer.cpuprofile.table' | 'jsProfileVisualizer.heapprofile.table' | 'jsProfileVisualizer.heapsnapshot.table' | '';
13750
+ readonly 'workbench.editorAssociations'?: Record<string, unknown>;
13751
+ }, 'chat.agentHost.copilot.multiTurnContextRouting.enabled' | 'chat.agentSessions.customizationEntryPoints' | 'github.copilot.chat.advanced.inlineEdits.jointCompletionsProvider.enabled' | 'github.copilot.chat.advanced.inlineEdits.jointCompletionsProvider.strategy' | 'github.copilot.chat.advanced.inlineEdits.jointCompletionsProvider.triggerChangeStrategy'>;
13752
+
13730
13753
  // ── Version map ──
13731
13754
  // Stable entries map directly to their settings type.
13732
13755
  // Insider entries map to a nested record keyed by 10-digit build release date
@@ -13905,12 +13928,13 @@ interface VscodeVersionMap {
13905
13928
  }>;
13906
13929
  '1.138.0-insider': InsiderBuilds<{
13907
13930
  '2026090911': VscodeSettings_1_138_0_insider_2026090911;
13931
+ '2026091010': VscodeSettings_1_138_0_insider_2026091010;
13908
13932
  }>;
13909
13933
  }
13910
13934
 
13911
13935
  export type LatestVscodeSettings = VscodeSettings_1_137_0;
13912
13936
 
13913
- export type LatestInsiderVscodeSettings = VscodeSettings_1_138_0_insider_2026090911;
13937
+ export type LatestInsiderVscodeSettings = VscodeSettings_1_138_0_insider_2026091010;
13914
13938
 
13915
13939
  export type VscodeVersion = keyof VscodeVersionMap;
13916
13940
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/vscode-settings-history",
3
- "version": "0.0.2-84",
3
+ "version": "0.0.2-85",
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": "bfcb8b17dfffe084340e9364dc6e36af76f7ef88"
40
+ "gitHead": "3309406f6a2afc39651dd07957cce9dd8260090c"
41
41
  }