@vscode/vscode-settings-history 0.0.2-39 → 0.0.2-40
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 +3070 -0
- package/dist/vscode-settings.d.ts +68 -2
- package/package.json +2 -3
|
@@ -12148,6 +12148,68 @@ export type VscodeSettings_1_128_0_insider_2026070711 = Patch<VscodeSettings_1_1
|
|
|
12148
12148
|
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';
|
|
12149
12149
|
}, never>;
|
|
12150
12150
|
|
|
12151
|
+
// ── 1.128.0: +12, ~14, -4 ──
|
|
12152
|
+
export type VscodeSettings_1_128_0 = Patch<VscodeSettings_1_127_0, {
|
|
12153
|
+
readonly 'accessibility.verbosity.automations'?: boolean;
|
|
12154
|
+
readonly 'accessibility.verbosity.sessionsChanges'?: boolean;
|
|
12155
|
+
readonly 'chat.agent.maxRequests'?: number;
|
|
12156
|
+
readonly 'chat.agentHost.byokModels.enabled'?: boolean;
|
|
12157
|
+
readonly 'chat.byokUtilityModelDefault'?: 'none' | 'mainAgent' | 'copilot';
|
|
12158
|
+
readonly 'chat.implicitContext.includeActiveEditor'?: boolean;
|
|
12159
|
+
readonly 'chat.tools.eligibleForAutoApproval'?: Record<string, unknown>;
|
|
12160
|
+
readonly 'chat.turnStatusPills'?: Record<string, unknown>;
|
|
12161
|
+
readonly 'chat.utilityModel'?: '';
|
|
12162
|
+
readonly 'chat.utilitySmallModel'?: '';
|
|
12163
|
+
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';
|
|
12164
|
+
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';
|
|
12165
|
+
readonly 'github.copilot.chat.imageUpload.enabled'?: boolean;
|
|
12166
|
+
readonly 'github.copilot.chat.responsesApi.promptCacheBreakpoint.enabled'?: boolean;
|
|
12167
|
+
readonly 'github.copilot.chat.tools.grepSearch.defaultMaxResults'?: number;
|
|
12168
|
+
readonly 'github.copilot.chat.tools.grepSearch.maxResultsCap'?: number;
|
|
12169
|
+
readonly 'github.copilot.chat.tools.grepSearch.outputFormat'?: 'grep' | 'tag';
|
|
12170
|
+
readonly 'imageCarousel.chat.enabled'?: boolean;
|
|
12171
|
+
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';
|
|
12172
|
+
readonly 'onboarding.developerMode'?: Record<string, unknown>;
|
|
12173
|
+
readonly 'onboarding.enabled'?: boolean;
|
|
12174
|
+
readonly 'update.channel'?: string;
|
|
12175
|
+
readonly 'update.mode'?: 'none' | 'manual' | 'start' | 'default';
|
|
12176
|
+
readonly 'workbench.browser.newTabPlacement'?: 'activeGroup' | 'sideGroup' | 'window';
|
|
12177
|
+
readonly 'workbench.browser.searchEngine'?: 'none' | 'bing' | 'google' | 'yahoo' | 'duckduckgo';
|
|
12178
|
+
readonly 'workbench.browser.sendElementsToChat.attachImages'?: boolean;
|
|
12179
|
+
}, 'chat.sendElementsToChat.attachImages' | 'github.copilot.chat.responsesApi.persistentCoT.enabled' | 'github.copilot.chat.responsesApiReasoningSummary' | 'workbench.browser.agentHostChatToolsEnabled'>;
|
|
12180
|
+
|
|
12181
|
+
// ── 1.129.0-insider+2026070910: +14, ~14, -1 ──
|
|
12182
|
+
export type VscodeSettings_1_129_0_insider_2026070910 = Patch<VscodeSettings_1_128_0_insider_2026070711, {
|
|
12183
|
+
readonly 'agents.voice.handsFree'?: boolean;
|
|
12184
|
+
readonly 'agents.voice.showTranscript'?: boolean;
|
|
12185
|
+
readonly 'agents.voice.textToSpeech'?: boolean;
|
|
12186
|
+
readonly 'agents.voice.turn.autoEndMode'?: 'off' | 'vad' | 'phrase' | 'both';
|
|
12187
|
+
readonly 'agents.voice.turn.silenceMs'?: number;
|
|
12188
|
+
readonly 'agents.voice.turn.stopPhrases'?: (string)[];
|
|
12189
|
+
readonly 'agents.voice.voice'?: 'victoria_neutral' | 'kevin_neutral' | 'maya_neutral' | 'daniel_neutral';
|
|
12190
|
+
readonly 'breadcrumbs.showEditorType'?: boolean;
|
|
12191
|
+
readonly 'chat.agentHost.byokModels.enabled'?: boolean;
|
|
12192
|
+
readonly 'chat.agentHost.modelCapabilityOverrides'?: Record<string, unknown>;
|
|
12193
|
+
readonly 'chat.agentHost.reasoningEffortOverride'?: string;
|
|
12194
|
+
readonly 'chat.defaultModel'?: string;
|
|
12195
|
+
readonly 'chat.plugins.enabledPlugins'?: Record<string, unknown>;
|
|
12196
|
+
readonly 'chat.tools.eligibleForAutoApproval'?: Record<string, unknown>;
|
|
12197
|
+
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';
|
|
12198
|
+
readonly 'editor.inlineSuggest.edits.longDistanceHintContextLineCount'?: number;
|
|
12199
|
+
readonly 'github.copilot.chat.claude48OpusPrompt.enabled'?: boolean;
|
|
12200
|
+
readonly 'github.copilot.chat.claudeSonnet5Prompt.enabled'?: boolean;
|
|
12201
|
+
readonly 'github.copilot.chat.localIndex.enabled'?: boolean;
|
|
12202
|
+
readonly 'github.copilot.chat.preferLongContext.enabled'?: boolean;
|
|
12203
|
+
readonly 'microsoft-sovereign-cloud.customEnvironment'?: Record<string, unknown>;
|
|
12204
|
+
readonly 'microsoft-sovereign-cloud.environment'?: 'ChinaCloud' | 'USGovernment' | 'custom';
|
|
12205
|
+
readonly 'notebook.editorOptionsCustomizations'?: unknown;
|
|
12206
|
+
readonly 'terminal.integrated.defaultProfile.linux'?: null | 'sh' | 'bash' | 'bash (2)' | 'rbash' | 'rbash (2)' | 'sh (2)' | 'dash' | 'dash (2)' | 'tmux' | 'screen' | 'pwsh' | 'pwsh (2)';
|
|
12207
|
+
readonly 'workbench.editor.markdownDefaultEditorInAgentsWindow'?: boolean;
|
|
12208
|
+
readonly 'workbench.editor.useModal'?: 'off' | 'some' | 'all';
|
|
12209
|
+
readonly 'workbench.editorAssociations'?: Record<string, unknown>;
|
|
12210
|
+
readonly 'workbench.experimental.modernUI'?: boolean;
|
|
12211
|
+
}, 'github.copilot.chat.claude47OpusPrompt.enabled'>;
|
|
12212
|
+
|
|
12151
12213
|
// ── Version map ──
|
|
12152
12214
|
// Stable entries map directly to their settings type.
|
|
12153
12215
|
// Insider entries map to a nested record keyed by 10-digit build release date
|
|
@@ -12197,6 +12259,7 @@ interface VscodeVersionMap {
|
|
|
12197
12259
|
'1.125.1': VscodeSettings_1_125_1;
|
|
12198
12260
|
'1.126.0': VscodeSettings_1_126_0;
|
|
12199
12261
|
'1.127.0': VscodeSettings_1_127_0;
|
|
12262
|
+
'1.128.0': VscodeSettings_1_128_0;
|
|
12200
12263
|
'1.121.0-insider': InsiderBuilds<{
|
|
12201
12264
|
'2026051305': VscodeSettings_1_121_0_insider_2026051305;
|
|
12202
12265
|
'2026051505': VscodeSettings_1_121_0_insider_2026051505;
|
|
@@ -12248,11 +12311,14 @@ interface VscodeVersionMap {
|
|
|
12248
12311
|
'2026070704': VscodeSettings_1_128_0_insider_2026070704;
|
|
12249
12312
|
'2026070711': VscodeSettings_1_128_0_insider_2026070711;
|
|
12250
12313
|
}>;
|
|
12314
|
+
'1.129.0-insider': InsiderBuilds<{
|
|
12315
|
+
'2026070910': VscodeSettings_1_129_0_insider_2026070910;
|
|
12316
|
+
}>;
|
|
12251
12317
|
}
|
|
12252
12318
|
|
|
12253
|
-
export type LatestVscodeSettings =
|
|
12319
|
+
export type LatestVscodeSettings = VscodeSettings_1_128_0;
|
|
12254
12320
|
|
|
12255
|
-
export type LatestInsiderVscodeSettings =
|
|
12321
|
+
export type LatestInsiderVscodeSettings = VscodeSettings_1_129_0_insider_2026070910;
|
|
12256
12322
|
|
|
12257
12323
|
export type VscodeVersion = keyof VscodeVersionMap;
|
|
12258
12324
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vscode/vscode-settings-history",
|
|
3
|
-
"version": "0.0.2-
|
|
3
|
+
"version": "0.0.2-40",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa",
|
|
6
5
|
"description": "Tracks VS Code settings schema changes across versions",
|
|
7
6
|
"license": "MIT",
|
|
8
7
|
"repository": {
|
|
@@ -34,7 +33,7 @@
|
|
|
34
33
|
},
|
|
35
34
|
"devDependencies": {
|
|
36
35
|
"@types/node": "^25.6.0",
|
|
37
|
-
"tsx": "
|
|
36
|
+
"tsx": "4.22.4",
|
|
38
37
|
"vitest": "^4.1.4",
|
|
39
38
|
"fast-json-patch": "^3.1.1"
|
|
40
39
|
},
|