@vscode/vscode-settings-history 0.0.2-37 → 0.0.2-39
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 +2512 -0
- package/dist/vscode-settings.d.ts +24 -1
- package/package.json +1 -1
|
@@ -12127,6 +12127,27 @@ export type VscodeSettings_1_128_0_insider_2026070317 = Patch<VscodeSettings_1_1
|
|
|
12127
12127
|
readonly 'workbench.browser.enableRemoteProxy'?: boolean;
|
|
12128
12128
|
}, never>;
|
|
12129
12129
|
|
|
12130
|
+
// ── 1.128.0-insider+2026070704: +2, ~6, -2 ──
|
|
12131
|
+
export type VscodeSettings_1_128_0_insider_2026070704 = Patch<VscodeSettings_1_128_0_insider_2026070317, {
|
|
12132
|
+
readonly 'chat.byokUtilityModelDefault'?: 'none' | 'mainAgent' | 'copilot';
|
|
12133
|
+
readonly 'chat.tools.eligibleForAutoApproval'?: Record<string, unknown>;
|
|
12134
|
+
readonly 'chat.turnStatusPills'?: Record<string, unknown>;
|
|
12135
|
+
readonly 'chat.utilityModel'?: '';
|
|
12136
|
+
readonly 'chat.utilitySmallModel'?: '';
|
|
12137
|
+
readonly 'editor.defaultFoldingRangeProvider'?: string | null;
|
|
12138
|
+
readonly 'editor.defaultFormatter'?: string | null;
|
|
12139
|
+
readonly 'notebook.defaultFormatter'?: string | null;
|
|
12140
|
+
}, 'chat.agent.maxRequests' | 'chat.useCopilotModelsForUtilityModels'>;
|
|
12141
|
+
|
|
12142
|
+
// ── 1.128.0-insider+2026070711: +1, ~4 ──
|
|
12143
|
+
export type VscodeSettings_1_128_0_insider_2026070711 = Patch<VscodeSettings_1_128_0_insider_2026070704, {
|
|
12144
|
+
readonly 'chat.agent.maxRequests'?: number;
|
|
12145
|
+
readonly 'chat.tools.eligibleForAutoApproval'?: Record<string, unknown>;
|
|
12146
|
+
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';
|
|
12147
|
+
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';
|
|
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
|
+
}, never>;
|
|
12150
|
+
|
|
12130
12151
|
// ── Version map ──
|
|
12131
12152
|
// Stable entries map directly to their settings type.
|
|
12132
12153
|
// Insider entries map to a nested record keyed by 10-digit build release date
|
|
@@ -12224,12 +12245,14 @@ interface VscodeVersionMap {
|
|
|
12224
12245
|
'2026070121': VscodeSettings_1_128_0_insider_2026070121;
|
|
12225
12246
|
'2026070217': VscodeSettings_1_128_0_insider_2026070217;
|
|
12226
12247
|
'2026070317': VscodeSettings_1_128_0_insider_2026070317;
|
|
12248
|
+
'2026070704': VscodeSettings_1_128_0_insider_2026070704;
|
|
12249
|
+
'2026070711': VscodeSettings_1_128_0_insider_2026070711;
|
|
12227
12250
|
}>;
|
|
12228
12251
|
}
|
|
12229
12252
|
|
|
12230
12253
|
export type LatestVscodeSettings = VscodeSettings_1_127_0;
|
|
12231
12254
|
|
|
12232
|
-
export type LatestInsiderVscodeSettings =
|
|
12255
|
+
export type LatestInsiderVscodeSettings = VscodeSettings_1_128_0_insider_2026070711;
|
|
12233
12256
|
|
|
12234
12257
|
export type VscodeVersion = keyof VscodeVersionMap;
|
|
12235
12258
|
|
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-39",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa",
|
|
6
6
|
"description": "Tracks VS Code settings schema changes across versions",
|