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

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.
@@ -13750,6 +13750,37 @@ export type VscodeSettings_1_138_0_insider_2026091010 = Patch<VscodeSettings_1_1
13750
13750
  readonly 'workbench.editorAssociations'?: Record<string, unknown>;
13751
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
13752
 
13753
+ // ── 1.138.0-insider+2026091107: +7, ~11 ──
13754
+ export type VscodeSettings_1_138_0_insider_2026091107 = Patch<VscodeSettings_1_138_0_insider_2026091010, {
13755
+ readonly 'accessibility.verbosity.customizationMigrations'?: boolean;
13756
+ readonly 'chat.agentHost.devContainer.enabled'?: boolean;
13757
+ readonly 'chat.agentSessions.autoArchiveMergedSessionsAfterDays'?: number;
13758
+ readonly 'chat.agentSessions.autoDeleteArchivedMergedSessionsAfterDays'?: number;
13759
+ readonly 'chat.experimental.permissionsSandboxToggle.enabled'?: boolean;
13760
+ readonly 'chat.tools.edits.autoApprove'?: Record<string, unknown>;
13761
+ readonly 'chat.tools.eligibleForAutoApproval'?: Record<string, unknown>;
13762
+ readonly 'dictation.enabled'?: boolean;
13763
+ readonly 'dictation.model'?: 'nemotron-3.5-asr-streaming-0.6b' | 'mai';
13764
+ 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';
13765
+ 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';
13766
+ readonly 'sessions.chat.unifiedWorkspacePicker.enabled'?: boolean;
13767
+ readonly 'sessions.useWorktree'?: boolean;
13768
+ readonly 'terminal.explorerKind'?: 'integrated' | 'external' | 'both';
13769
+ readonly 'terminal.external.linuxExec'?: string;
13770
+ readonly 'terminal.external.osxExec'?: string;
13771
+ readonly 'terminal.external.windowsExec'?: string;
13772
+ readonly 'terminal.sourceControlRepositoriesKind'?: 'integrated' | 'external' | 'both';
13773
+ }, never>;
13774
+
13775
+ // ── 1.138.0-insider+2026091500: ~5, -5 ──
13776
+ export type VscodeSettings_1_138_0_insider_2026091500 = Patch<VscodeSettings_1_138_0_insider_2026091107, {
13777
+ readonly 'chat.agentSessions.archiveNudge.enabled'?: boolean;
13778
+ readonly 'workbench.diffEditorAssociations'?: Record<string, unknown>;
13779
+ readonly 'workbench.editor.autoLockGroups'?: Record<string, unknown>;
13780
+ readonly 'workbench.editor.defaultBinaryEditor'?: 'default' | 'workbench.editor.chatSession' | 'workbench.editorinputs.searchEditorInput' | 'agentSessionsWelcomePage' | 'workbench.editor.browser' | 'notebookOutputEditor' | 'repl' | 'workbench.editors.gettingStartedInput' | 'jupyter-notebook' | 'vscode.markdown.preview.editor' | 'vscode.markdown.editor' | 'imagePreview.previewEditor' | 'vscode.audioPreview' | 'vscode.videoPreview' | 'jsProfileVisualizer.cpuprofile.table' | 'jsProfileVisualizer.heapprofile.table' | 'jsProfileVisualizer.heapsnapshot.table' | '';
13781
+ readonly 'workbench.editorAssociations'?: Record<string, unknown>;
13782
+ }, 'terminal.explorerKind' | 'terminal.external.linuxExec' | 'terminal.external.osxExec' | 'terminal.external.windowsExec' | 'terminal.sourceControlRepositoriesKind'>;
13783
+
13753
13784
  // ── Version map ──
13754
13785
  // Stable entries map directly to their settings type.
13755
13786
  // Insider entries map to a nested record keyed by 10-digit build release date
@@ -13929,12 +13960,14 @@ interface VscodeVersionMap {
13929
13960
  '1.138.0-insider': InsiderBuilds<{
13930
13961
  '2026090911': VscodeSettings_1_138_0_insider_2026090911;
13931
13962
  '2026091010': VscodeSettings_1_138_0_insider_2026091010;
13963
+ '2026091107': VscodeSettings_1_138_0_insider_2026091107;
13964
+ '2026091500': VscodeSettings_1_138_0_insider_2026091500;
13932
13965
  }>;
13933
13966
  }
13934
13967
 
13935
13968
  export type LatestVscodeSettings = VscodeSettings_1_137_0;
13936
13969
 
13937
- export type LatestInsiderVscodeSettings = VscodeSettings_1_138_0_insider_2026091010;
13970
+ export type LatestInsiderVscodeSettings = VscodeSettings_1_138_0_insider_2026091500;
13938
13971
 
13939
13972
  export type VscodeVersion = keyof VscodeVersionMap;
13940
13973
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/vscode-settings-history",
3
- "version": "0.0.2-85",
3
+ "version": "0.0.2-87",
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": "3309406f6a2afc39651dd07957cce9dd8260090c"
40
+ "gitHead": "a2026f271e6787e8eef45619bad9e9c862deb75a"
41
41
  }