@vscode/vscode-settings-history 0.0.2-18 → 0.0.2-19
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 +3322 -0
- package/dist/vscode-settings.d.ts +40 -2
- package/package.json +1 -1
|
@@ -11302,6 +11302,41 @@ export type VscodeSettings_1_125_0_insider_2026061105 = Patch<VscodeSettings_1_1
|
|
|
11302
11302
|
readonly 'workbench.editorAssociations'?: Record<string, unknown>;
|
|
11303
11303
|
}, 'chat.agent.maxRequests' | 'chat.agentHost.claudeAgent.path' | 'chat.agentHost.codexAgent.path'>;
|
|
11304
11304
|
|
|
11305
|
+
// ── 1.124.1: ~5, -4 ──
|
|
11306
|
+
export type VscodeSettings_1_124_1 = Patch<VscodeSettings_1_124_0, {
|
|
11307
|
+
readonly 'chat.tools.eligibleForAutoApproval'?: Record<string, unknown>;
|
|
11308
|
+
readonly 'editor.defaultFoldingRangeProvider'?: string | null;
|
|
11309
|
+
readonly 'editor.defaultFormatter'?: string | null;
|
|
11310
|
+
readonly 'notebook.defaultFormatter'?: string | null;
|
|
11311
|
+
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';
|
|
11312
|
+
}, 'chat.agent.maxRequests' | 'settingsSync.ignoredExtensions' | 'settingsSync.ignoredSettings' | 'settingsSync.keybindingsPerPlatform'>;
|
|
11313
|
+
|
|
11314
|
+
// ── 1.124.2: +1, ~3 ──
|
|
11315
|
+
export type VscodeSettings_1_124_2 = Patch<VscodeSettings_1_124_1, {
|
|
11316
|
+
readonly 'chat.agent.maxRequests'?: number;
|
|
11317
|
+
readonly 'chat.tools.eligibleForAutoApproval'?: Record<string, unknown>;
|
|
11318
|
+
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';
|
|
11319
|
+
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';
|
|
11320
|
+
}, never>;
|
|
11321
|
+
|
|
11322
|
+
// ── 1.125.0-insider+2026061205: +7, ~7 ──
|
|
11323
|
+
export type VscodeSettings_1_125_0_insider_2026061205 = Patch<VscodeSettings_1_125_0_insider_2026061105, {
|
|
11324
|
+
readonly 'chat.agent.maxRequests'?: number;
|
|
11325
|
+
readonly 'chat.agent.sandbox.fileSystem.linux'?: Record<string, unknown>;
|
|
11326
|
+
readonly 'chat.agent.sandbox.fileSystem.mac'?: Record<string, unknown>;
|
|
11327
|
+
readonly 'chat.agentHost.sdkSandbox.enabled'?: 'off' | 'on' | 'allowNetwork';
|
|
11328
|
+
readonly 'chat.agents.claude.preferAgentHost'?: boolean;
|
|
11329
|
+
readonly 'chat.editor.claude.preferAgentHost'?: boolean;
|
|
11330
|
+
readonly 'chat.tools.eligibleForAutoApproval'?: Record<string, unknown>;
|
|
11331
|
+
readonly 'chat.tools.global.autoApprove'?: boolean;
|
|
11332
|
+
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';
|
|
11333
|
+
readonly 'settingsSync.ignoredExtensions'?: (unknown)[];
|
|
11334
|
+
readonly 'settingsSync.ignoredSettings'?: unknown[];
|
|
11335
|
+
readonly 'settingsSync.keybindingsPerPlatform'?: boolean;
|
|
11336
|
+
readonly 'terminal.integrated.defaultProfile.linux'?: null | 'sh' | 'bash' | 'bash (2)' | 'rbash' | 'rbash (2)' | 'sh (2)' | 'dash' | 'dash (2)' | 'tmux' | 'screen' | 'pwsh' | 'pwsh (2)';
|
|
11337
|
+
readonly 'workbench.browser.enableRemoteProxy'?: boolean;
|
|
11338
|
+
}, never>;
|
|
11339
|
+
|
|
11305
11340
|
// ── Version map ──
|
|
11306
11341
|
// Stable entries map directly to their settings type.
|
|
11307
11342
|
// Insider entries map to a nested record keyed by 10-digit build release date
|
|
@@ -11345,6 +11380,8 @@ interface VscodeVersionMap {
|
|
|
11345
11380
|
'1.123.1': VscodeSettings_1_123_1;
|
|
11346
11381
|
'1.123.2': VscodeSettings_1_123_2;
|
|
11347
11382
|
'1.124.0': VscodeSettings_1_124_0;
|
|
11383
|
+
'1.124.1': VscodeSettings_1_124_1;
|
|
11384
|
+
'1.124.2': VscodeSettings_1_124_2;
|
|
11348
11385
|
'1.121.0-insider': InsiderBuilds<{
|
|
11349
11386
|
'2026051305': VscodeSettings_1_121_0_insider_2026051305;
|
|
11350
11387
|
'2026051505': VscodeSettings_1_121_0_insider_2026051505;
|
|
@@ -11370,12 +11407,13 @@ interface VscodeVersionMap {
|
|
|
11370
11407
|
}>;
|
|
11371
11408
|
'1.125.0-insider': InsiderBuilds<{
|
|
11372
11409
|
'2026061105': VscodeSettings_1_125_0_insider_2026061105;
|
|
11410
|
+
'2026061205': VscodeSettings_1_125_0_insider_2026061205;
|
|
11373
11411
|
}>;
|
|
11374
11412
|
}
|
|
11375
11413
|
|
|
11376
|
-
export type LatestVscodeSettings =
|
|
11414
|
+
export type LatestVscodeSettings = VscodeSettings_1_124_2;
|
|
11377
11415
|
|
|
11378
|
-
export type LatestInsiderVscodeSettings =
|
|
11416
|
+
export type LatestInsiderVscodeSettings = VscodeSettings_1_125_0_insider_2026061205;
|
|
11379
11417
|
|
|
11380
11418
|
export type VscodeVersion = keyof VscodeVersionMap;
|
|
11381
11419
|
|
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-19",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa",
|
|
6
6
|
"description": "Tracks VS Code settings schema changes across versions",
|