@vscode/vscode-settings-history 0.0.2-6 → 0.0.2-7
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.
- package/dist/history.json +9442 -0
- package/dist/vscode-settings.d.ts +71 -2
- package/package.json +1 -1
|
@@ -10853,6 +10853,71 @@ export type VscodeSettings_1_121_0_insider_2026051910 = Patch<VscodeSettings_1_1
|
|
|
10853
10853
|
readonly 'chat.agent.sandbox.fileSystem.mac'?: Record<string, unknown>;
|
|
10854
10854
|
}, never>;
|
|
10855
10855
|
|
|
10856
|
+
// ── 1.121.0: +18, ~17, -7 ──
|
|
10857
|
+
export type VscodeSettings_1_121_0 = Patch<VscodeSettings_1_120_0, {
|
|
10858
|
+
readonly 'chat.agent.sandbox.fileSystem.linux'?: Record<string, unknown>;
|
|
10859
|
+
readonly 'chat.agent.sandbox.fileSystem.mac'?: Record<string, unknown>;
|
|
10860
|
+
readonly 'chat.sessionSync.enabled'?: boolean;
|
|
10861
|
+
readonly 'chat.tools.eligibleForAutoApproval'?: Record<string, unknown>;
|
|
10862
|
+
readonly 'chat.tools.riskAssessment.enabled'?: boolean;
|
|
10863
|
+
readonly 'chat.tools.riskAssessment.model'?: string;
|
|
10864
|
+
readonly 'chat.tools.terminal.idleSilenceTimeoutMs'?: number;
|
|
10865
|
+
readonly 'chat.tools.terminal.outputDeltas'?: boolean;
|
|
10866
|
+
readonly 'chat.utilityModel'?: '';
|
|
10867
|
+
readonly 'chat.utilitySmallModel'?: '';
|
|
10868
|
+
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';
|
|
10869
|
+
readonly 'editor.quickSuggestions'?: unknown;
|
|
10870
|
+
readonly 'git.enabled'?: boolean;
|
|
10871
|
+
readonly 'github.copilot.chat.anthropic.promptCaching.extendedTtl'?: boolean;
|
|
10872
|
+
readonly 'github.copilot.chat.anthropic.promptCaching.extendedTtlMessages'?: boolean;
|
|
10873
|
+
readonly 'github.copilot.chat.claudeAgent.allowAutoPermissions'?: boolean;
|
|
10874
|
+
readonly 'github.copilot.chat.cli.forkSessions.enabled'?: boolean;
|
|
10875
|
+
readonly 'github.copilot.chat.freezeCustomizationsIndex'?: boolean;
|
|
10876
|
+
readonly 'github.copilot.chat.workspace.codeSearchExternalIngest.enabled'?: boolean;
|
|
10877
|
+
readonly 'js/ts.tsdk.path'?: string;
|
|
10878
|
+
readonly 'markdown-mermaid.controls.show'?: 'never' | 'onHoverOrFocus' | 'always';
|
|
10879
|
+
readonly 'markdown-mermaid.darkModeTheme'?: 'base' | 'forest' | 'dark' | 'default' | 'neutral';
|
|
10880
|
+
readonly 'markdown-mermaid.languages'?: unknown[];
|
|
10881
|
+
readonly 'markdown-mermaid.lightModeTheme'?: 'base' | 'forest' | 'dark' | 'default' | 'neutral';
|
|
10882
|
+
readonly 'markdown-mermaid.maxHeight'?: string;
|
|
10883
|
+
readonly 'markdown-mermaid.maxTextSize'?: number;
|
|
10884
|
+
readonly 'markdown-mermaid.mouseNavigation.enabled'?: 'always' | 'alt' | 'never';
|
|
10885
|
+
readonly 'markdown-mermaid.resizable'?: boolean;
|
|
10886
|
+
readonly 'markdown.preview.frontMatter'?: 'hide' | 'codeBlock' | 'table';
|
|
10887
|
+
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';
|
|
10888
|
+
readonly 'notebook.editorOptionsCustomizations'?: unknown;
|
|
10889
|
+
readonly 'search.experimental.useIgnoreFilesInFindFiles'?: boolean;
|
|
10890
|
+
readonly 'terminal.integrated.windowsUseConptyDll'?: boolean;
|
|
10891
|
+
readonly 'typescript.tsdk'?: string;
|
|
10892
|
+
readonly 'workbench.editorAssociations'?: Record<string, unknown>;
|
|
10893
|
+
}, 'chat.tools.renameTool.enabled' | 'chat.tools.usagesTool.enabled' | 'github.copilot.chat.gpt54ConcisePrompt.enabled' | 'github.copilot.chat.gpt54LargePrompt.enabled' | 'github.copilot.chat.responsesApi.toolSearchTool.enabled' | 'github.copilot.chat.tools.memory.enabled' | 'mermaid-chat.enabled'>;
|
|
10894
|
+
|
|
10895
|
+
// ── 1.122.0-insider+2026052017: +2, ~20, -1 ──
|
|
10896
|
+
export type VscodeSettings_1_122_0_insider_2026052017 = Patch<VscodeSettings_1_121_0_insider_2026051910, {
|
|
10897
|
+
readonly 'chat.agent.sandbox.fileSystem.linux'?: Record<string, unknown>;
|
|
10898
|
+
readonly 'chat.agent.sandbox.fileSystem.mac'?: Record<string, unknown>;
|
|
10899
|
+
readonly 'chat.tools.edits.autoApprove'?: Record<string, unknown>;
|
|
10900
|
+
readonly 'chat.tools.terminal.terminalProfile.linux'?: Record<string, unknown> | null;
|
|
10901
|
+
readonly 'chat.tools.terminal.terminalProfile.osx'?: Record<string, unknown> | null;
|
|
10902
|
+
readonly 'chat.tools.terminal.terminalProfile.windows'?: Record<string, unknown> | null;
|
|
10903
|
+
readonly 'chat.utilityModel'?: '';
|
|
10904
|
+
readonly 'chat.utilitySmallModel'?: '';
|
|
10905
|
+
readonly 'diffEditor.diffAlgorithm'?: 'legacy' | 'advanced' | 'advanced-external' | 'advanced-wasm';
|
|
10906
|
+
readonly 'github.copilot.chat.cloudAgentBackend.version'?: 'v1' | 'v2';
|
|
10907
|
+
readonly 'github.copilot.chat.modelCapabilityOverrides'?: Record<string, unknown>;
|
|
10908
|
+
readonly 'mergeEditor.diffAlgorithm'?: 'legacy' | 'advanced' | 'advanced-external' | 'advanced-wasm';
|
|
10909
|
+
readonly 'terminal.integrated.agentHostProfile.linux'?: string | Record<string, unknown> | null;
|
|
10910
|
+
readonly 'terminal.integrated.agentHostProfile.osx'?: string | Record<string, unknown> | null;
|
|
10911
|
+
readonly 'terminal.integrated.agentHostProfile.windows'?: string | Record<string, unknown> | null;
|
|
10912
|
+
readonly 'terminal.integrated.automationProfile.linux'?: Record<string, unknown> | null;
|
|
10913
|
+
readonly 'terminal.integrated.automationProfile.osx'?: Record<string, unknown> | null;
|
|
10914
|
+
readonly 'terminal.integrated.automationProfile.windows'?: Record<string, unknown> | null;
|
|
10915
|
+
readonly 'terminal.integrated.profiles.linux'?: Record<string, unknown>;
|
|
10916
|
+
readonly 'terminal.integrated.profiles.osx'?: Record<string, unknown>;
|
|
10917
|
+
readonly 'terminal.integrated.profiles.windows'?: Record<string, unknown>;
|
|
10918
|
+
readonly 'terminal.integrated.tabs.defaultIcon'?: 'add' | 'plus' | 'gist-new' | 'repo-create' | 'lightbulb' | 'light-bulb' | 'repo' | 'repo-delete' | 'gist-fork' | 'repo-forked' | 'git-pull-request' | 'git-pull-request-abandoned' | 'record-keys' | 'keyboard' | 'tag' | 'git-pull-request-label' | 'tag-add' | 'tag-remove' | 'person' | 'person-follow' | 'person-outline' | 'person-filled' | 'source-control' | 'mirror' | 'mirror-public' | 'star' | 'star-add' | 'star-delete' | 'star-empty' | 'comment' | 'comment-add' | 'alert' | 'warning' | 'search' | 'search-save' | 'log-out' | 'sign-out' | 'log-in' | 'sign-in' | 'eye' | 'eye-unwatch' | 'eye-watch' | 'circle-filled' | 'primitive-dot' | 'close-dirty' | 'debug-breakpoint' | 'debug-breakpoint-disabled' | 'debug-hint' | 'terminal-decoration-success' | 'primitive-square' | 'edit' | 'pencil' | 'info' | 'issue-opened' | 'gist-private' | 'git-fork-private' | 'lock' | 'mirror-private' | 'close' | 'remove-close' | 'x' | 'repo-sync' | 'sync' | 'clone' | 'desktop-download' | 'beaker' | 'microscope' | 'vm' | 'device-desktop' | 'file' | 'more' | 'ellipsis' | 'kebab-horizontal' | 'mail-reply' | 'reply' | 'organization' | 'organization-filled' | 'organization-outline' | 'new-file' | 'file-add' | 'new-folder' | 'file-directory-create' | 'trash' | 'trashcan' | 'history' | 'clock' | 'folder' | 'file-directory' | 'symbol-folder' | 'logo-github' | 'mark-github' | 'github' | 'terminal' | 'console' | 'repl' | 'zap' | 'symbol-event' | 'error' | 'stop' | 'variable' | 'symbol-variable' | 'array' | 'symbol-array' | 'symbol-module' | 'symbol-package' | 'symbol-namespace' | 'symbol-object' | 'symbol-method' | 'symbol-function' | 'symbol-constructor' | 'symbol-boolean' | 'symbol-null' | 'symbol-numeric' | 'symbol-number' | 'symbol-structure' | 'symbol-struct' | 'symbol-parameter' | 'symbol-type-parameter' | 'symbol-key' | 'symbol-text' | 'symbol-reference' | 'go-to-file' | 'symbol-enum' | 'symbol-value' | 'symbol-ruler' | 'symbol-unit' | 'activate-breakpoints' | 'archive' | 'arrow-both' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'arrow-small-down' | 'arrow-small-left' | 'arrow-small-right' | 'arrow-small-up' | 'arrow-up' | 'bell' | 'bold' | 'book' | 'bookmark' | 'debug-breakpoint-conditional-unverified' | 'debug-breakpoint-conditional' | 'debug-breakpoint-conditional-disabled' | 'debug-breakpoint-data-unverified' | 'debug-breakpoint-data' | 'debug-breakpoint-data-disabled' | 'debug-breakpoint-log-unverified' | 'debug-breakpoint-log' | 'debug-breakpoint-log-disabled' | 'briefcase' | 'broadcast' | 'browser' | 'bug' | 'calendar' | 'case-sensitive' | 'check' | 'checklist' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'chrome-close' | 'chrome-maximize' | 'chrome-minimize' | 'chrome-restore' | 'circle-outline' | 'circle' | 'debug-breakpoint-unverified' | 'terminal-decoration-incomplete' | 'circle-slash' | 'circuit-board' | 'clear-all' | 'clippy' | 'close-all' | 'cloud-download' | 'cloud-upload' | 'code' | 'collapse-all' | 'color-mode' | 'comment-discussion' | 'credit-card' | 'dash' | 'dashboard' | 'database' | 'debug-continue' | 'debug-disconnect' | 'debug-pause' | 'debug-restart' | 'debug-start' | 'debug-step-into' | 'debug-step-out' | 'debug-step-over' | 'debug-stop' | 'debug' | 'device-camera-video' | 'device-camera' | 'device-mobile' | 'diff-added' | 'diff-ignored' | 'diff-modified' | 'diff-removed' | 'diff-renamed' | 'diff' | 'diff-sidebyside' | 'discard' | 'editor-layout' | 'empty-window' | 'exclude' | 'extensions' | 'eye-closed' | 'file-binary' | 'file-code' | 'file-media' | 'file-pdf' | 'file-submodule' | 'file-symlink-directory' | 'file-symlink-file' | 'file-zip' | 'files' | 'filter' | 'flame' | 'fold-down' | 'fold-up' | 'fold' | 'folder-active' | 'folder-opened' | 'gear' | 'gift' | 'gist-secret' | 'gist' | 'git-commit' | 'git-compare' | 'compare-changes' | 'git-merge' | 'github-action' | 'github-alt' | 'globe' | 'grabber' | 'graph' | 'gripper' | 'heart' | 'home' | 'horizontal-rule' | 'hubot' | 'inbox' | 'issue-reopened' | 'issues' | 'italic' | 'jersey' | 'json' | 'bracket' | 'kebab-vertical' | 'key' | 'law' | 'lightbulb-autofix' | 'link-external' | 'link' | 'list-ordered' | 'list-unordered' | 'live-share' | 'loading' | 'location' | 'mail-read' | 'mail' | 'markdown' | 'megaphone' | 'mention' | 'milestone' | 'git-pull-request-milestone' | 'mortar-board' | 'move' | 'multiple-windows' | 'mute' | 'no-newline' | 'note' | 'octoface' | 'open-preview' | 'package' | 'paintcan' | 'pin' | 'play' | 'run' | 'plug' | 'preserve-case' | 'preview' | 'project' | 'pulse' | 'question' | 'quote' | 'radio-tower' | 'reactions' | 'references' | 'refresh' | 'regex' | 'remote-explorer' | 'remote' | 'remove' | 'replace-all' | 'replace' | 'repo-clone' | 'repo-force-push' | 'repo-pull' | 'repo-push' | 'report' | 'request-changes' | 'rocket' | 'root-folder-opened' | 'root-folder' | 'rss' | 'ruby' | 'save-all' | 'save-as' | 'save' | 'screen-full' | 'screen-normal' | 'search-stop' | 'server' | 'settings-gear' | 'settings' | 'shield' | 'smiley' | 'sort-precedence' | 'split-horizontal' | 'split-vertical' | 'squirrel' | 'star-full' | 'star-half' | 'symbol-class' | 'symbol-color' | 'symbol-constant' | 'symbol-enum-member' | 'symbol-field' | 'symbol-file' | 'symbol-interface' | 'symbol-keyword' | 'symbol-misc' | 'symbol-operator' | 'symbol-property' | 'wrench' | 'wrench-subaction' | 'symbol-snippet' | 'tasklist' | 'telescope' | 'text-size' | 'three-bars' | 'thumbsdown' | 'thumbsup' | 'tools' | 'triangle-down' | 'triangle-left' | 'triangle-right' | 'triangle-up' | 'twitter' | 'unfold' | 'unlock' | 'unmute' | 'unverified' | 'verified' | 'versions' | 'vm-active' | 'vm-outline' | 'vm-running' | 'watch' | 'whitespace' | 'whole-word' | 'window' | 'word-wrap' | 'zoom-in' | 'zoom-out' | 'list-filter' | 'list-flat' | 'list-selection' | 'selection' | 'list-tree' | 'debug-breakpoint-function-unverified' | 'debug-breakpoint-function' | 'debug-breakpoint-function-disabled' | 'debug-stackframe-active' | 'circle-small-filled' | 'debug-stackframe-dot' | 'terminal-decoration-mark' | 'debug-stackframe' | 'debug-stackframe-focused' | 'debug-breakpoint-unsupported' | 'symbol-string' | 'debug-reverse-continue' | 'debug-step-back' | 'debug-restart-frame' | 'debug-alt' | 'call-incoming' | 'call-outgoing' | 'menu' | 'expand-all' | 'feedback' | 'git-pull-request-reviewer' | 'group-by-ref-type' | 'ungroup-by-ref-type' | 'account' | 'git-pull-request-assignee' | 'bell-dot' | 'debug-console' | 'library' | 'output' | 'run-all' | 'sync-ignored' | 'pinned' | 'github-inverted' | 'server-process' | 'server-environment' | 'pass' | 'issue-closed' | 'stop-circle' | 'play-circle' | 'record' | 'debug-alt-small' | 'vm-connect' | 'cloud' | 'merge' | 'export' | 'graph-left' | 'magnet' | 'notebook' | 'redo' | 'check-all' | 'pinned-dirty' | 'pass-filled' | 'circle-large-filled' | 'circle-large' | 'circle-large-outline' | 'combine' | 'gather' | 'table' | 'variable-group' | 'type-hierarchy' | 'type-hierarchy-sub' | 'type-hierarchy-super' | 'git-pull-request-create' | 'run-above' | 'run-below' | 'notebook-template' | 'debug-rerun' | 'workspace-trusted' | 'workspace-untrusted' | 'workspace-unknown' | 'terminal-cmd' | 'terminal-debian' | 'terminal-linux' | 'terminal-powershell' | 'terminal-tmux' | 'terminal-ubuntu' | 'terminal-bash' | 'arrow-swap' | 'copy' | 'person-add' | 'filter-filled' | 'wand' | 'debug-line-by-line' | 'inspect' | 'layers' | 'layers-dot' | 'layers-active' | 'compass' | 'compass-dot' | 'compass-active' | 'azure' | 'issue-draft' | 'git-pull-request-closed' | 'git-pull-request-draft' | 'debug-all' | 'debug-coverage' | 'run-errors' | 'folder-library' | 'debug-continue-small' | 'beaker-stop' | 'graph-line' | 'graph-scatter' | 'pie-chart' | 'bracket-dot' | 'bracket-error' | 'lock-small' | 'azure-devops' | 'verified-filled' | 'newline' | 'layout' | 'layout-activitybar-left' | 'layout-activitybar-right' | 'layout-panel-left' | 'layout-panel-center' | 'layout-panel-justify' | 'layout-panel-right' | 'layout-panel' | 'layout-sidebar-left' | 'layout-sidebar-right' | 'layout-statusbar' | 'layout-menubar' | 'layout-centered' | 'target' | 'indent' | 'record-small' | 'error-small' | 'terminal-decoration-error' | 'arrow-circle-down' | 'arrow-circle-left' | 'arrow-circle-right' | 'arrow-circle-up' | 'layout-sidebar-right-off' | 'layout-panel-off' | 'layout-sidebar-left-off' | 'blank' | 'heart-filled' | 'map' | 'map-horizontal' | 'fold-horizontal' | 'map-filled' | 'map-horizontal-filled' | 'fold-horizontal-filled' | 'circle-small' | 'bell-slash' | 'bell-slash-dot' | 'comment-unresolved' | 'git-pull-request-go-to-changes' | 'git-pull-request-new-changes' | 'search-fuzzy' | 'comment-draft' | 'send' | 'sparkle' | 'insert' | 'mic' | 'thumbsdown-filled' | 'thumbsup-filled' | 'coffee' | 'snake' | 'game' | 'vr' | 'chip' | 'piano' | 'music' | 'mic-filled' | 'repo-fetch' | 'copilot' | 'lightbulb-sparkle' | 'robot' | 'sparkle-filled' | 'diff-single' | 'diff-multiple' | 'surround-with' | 'share' | 'git-stash' | 'git-stash-apply' | 'git-stash-pop' | 'vscode' | 'vscode-insiders' | 'code-oss' | 'run-coverage' | 'run-all-coverage' | 'coverage' | 'github-project' | 'map-vertical' | 'fold-vertical' | 'map-vertical-filled' | 'fold-vertical-filled' | 'go-to-search' | 'percentage' | 'sort-percentage' | 'attach' | 'go-to-editing-session' | 'edit-session' | 'code-review' | 'copilot-warning' | 'python' | 'copilot-large' | 'copilot-warning-large' | 'keyboard-tab' | 'copilot-blocked' | 'copilot-not-connected' | 'flag' | 'lightbulb-empty' | 'symbol-method-arrow' | 'copilot-unavailable' | 'repo-pinned' | 'keyboard-tab-above' | 'keyboard-tab-below' | 'git-pull-request-done' | 'mcp' | 'extensions-large' | 'layout-panel-dock' | 'layout-sidebar-left-dock' | 'layout-sidebar-right-dock' | 'copilot-in-progress' | 'copilot-error' | 'copilot-success' | 'chat-sparkle' | 'search-sparkle' | 'edit-sparkle' | 'copilot-snooze' | 'send-to-remote-agent' | 'comment-discussion-sparkle' | 'chat-sparkle-warning' | 'chat-sparkle-error' | 'collection' | 'new-collection' | 'thinking' | 'build' | 'comment-discussion-quote' | 'cursor' | 'eraser' | 'file-text' | 'quotes' | 'rename' | 'run-with-deps' | 'debug-connected' | 'strikethrough' | 'open-in-product' | 'index-zero' | 'agent' | 'edit-code' | 'repo-selected' | 'skip' | 'merge-into' | 'git-branch-changes' | 'git-branch-staged-changes' | 'git-branch-conflicts' | 'git-branch' | 'git-branch-create' | 'git-branch-delete' | 'search-large' | 'terminal-git-bash' | 'window-active' | 'forward' | 'download' | 'clockface' | 'unarchive' | 'session-in-progress' | 'collection-small' | 'vm-small' | 'cloud-small' | 'add-small' | 'remove-small' | 'worktree-small' | 'worktree' | 'screen-cut' | 'ask' | 'openai' | 'claude' | 'open-in-window' | 'new-session' | 'terminal-secure' | 'chat-import' | 'chat-export' | 'share-window' | 'circle-slash-compact' | 'copilot-compact' | 'folder-opened-compact' | 'folder-compact' | 'gear-compact' | 'git-branch-compact' | 'library-compact' | 'record-keys-compact' | 'remote-compact' | 'repo-forked-compact' | 'repo-compact' | 'shield-compact' | 'sparkle-compact' | 'symbol-color-compact' | 'window-compact' | 'error-compact' | 'warning-compact' | 'pass-compact' | 'important' | 'important-compact' | 'rocket-compact' | 'unpin' | 'dialog-error' | 'dialog-warning' | 'dialog-info' | 'dialog-close' | 'tree-item-expanded' | 'tree-filter-on-type-on' | 'tree-filter-on-type-off' | 'tree-filter-clear' | 'tree-item-loading' | 'menu-selection' | 'menu-submenu' | 'menubar-more' | 'scrollbar-button-left' | 'scrollbar-button-right' | 'scrollbar-button-up' | 'scrollbar-button-down' | 'toolbar-more' | 'quick-input-back' | 'drop-down-button' | 'symbol-customcolor' | 'export' | 'workspace-unspecified' | 'newline' | 'thumbsdown-filled' | 'thumbsup-filled' | 'git-fetch' | 'lightbulb-sparkle-autofix' | 'debug-breakpoint-pending';
|
|
10919
|
+
}, 'github.copilot.chat.projectSetupInfoSkill.enabled'>;
|
|
10920
|
+
|
|
10856
10921
|
// ── Version map ──
|
|
10857
10922
|
// Stable entries map directly to their settings type.
|
|
10858
10923
|
// Insider entries map to a nested record keyed by 10-digit build release date
|
|
@@ -10889,6 +10954,7 @@ interface VscodeVersionMap {
|
|
|
10889
10954
|
'1.115.0': VscodeSettings_1_115_0;
|
|
10890
10955
|
'1.116.0': VscodeSettings_1_116_0;
|
|
10891
10956
|
'1.120.0': VscodeSettings_1_120_0;
|
|
10957
|
+
'1.121.0': VscodeSettings_1_121_0;
|
|
10892
10958
|
'1.121.0-insider': {
|
|
10893
10959
|
'2026051305': VscodeSettings_1_121_0_insider_2026051305;
|
|
10894
10960
|
'2026051505': VscodeSettings_1_121_0_insider_2026051505;
|
|
@@ -10896,11 +10962,14 @@ interface VscodeVersionMap {
|
|
|
10896
10962
|
'2026051823': VscodeSettings_1_121_0_insider_2026051823;
|
|
10897
10963
|
'2026051910': VscodeSettings_1_121_0_insider_2026051910;
|
|
10898
10964
|
};
|
|
10965
|
+
'1.122.0-insider': {
|
|
10966
|
+
'2026052017': VscodeSettings_1_122_0_insider_2026052017;
|
|
10967
|
+
};
|
|
10899
10968
|
}
|
|
10900
10969
|
|
|
10901
|
-
export type LatestVscodeSettings =
|
|
10970
|
+
export type LatestVscodeSettings = VscodeSettings_1_121_0;
|
|
10902
10971
|
|
|
10903
|
-
export type LatestInsiderVscodeSettings =
|
|
10972
|
+
export type LatestInsiderVscodeSettings = VscodeSettings_1_122_0_insider_2026052017;
|
|
10904
10973
|
|
|
10905
10974
|
export type VscodeVersion = keyof VscodeVersionMap;
|
|
10906
10975
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vscode/vscode-settings-history",
|
|
3
|
-
"version": "0.0.2-
|
|
3
|
+
"version": "0.0.2-7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa",
|
|
6
6
|
"description": "Tracks VS Code settings schema changes across versions",
|