@vscode/vscode-settings-history 0.0.2-5 → 0.0.2-6
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 +18 -0
- package/dist/vscode-settings.d.ts +38 -30
- package/package.json +1 -1
package/dist/history.json
CHANGED
|
@@ -260140,5 +260140,23 @@
|
|
|
260140
260140
|
}
|
|
260141
260141
|
}
|
|
260142
260142
|
]
|
|
260143
|
+
},
|
|
260144
|
+
{
|
|
260145
|
+
"version": "1.121.0-insider+2026051910",
|
|
260146
|
+
"base": {
|
|
260147
|
+
"version": "1.121.0-insider+2026051823"
|
|
260148
|
+
},
|
|
260149
|
+
"patch": [
|
|
260150
|
+
{
|
|
260151
|
+
"op": "replace",
|
|
260152
|
+
"path": "/chat.agent.sandbox.fileSystem.mac/properties/allowWrite/description",
|
|
260153
|
+
"value": "Array of additional paths to allow write access. Leave empty to disallow writes outside the workspace folders, workspace storage folder, and sandbox temp directory."
|
|
260154
|
+
},
|
|
260155
|
+
{
|
|
260156
|
+
"op": "replace",
|
|
260157
|
+
"path": "/chat.agent.sandbox.fileSystem.linux/properties/allowWrite/description",
|
|
260158
|
+
"value": "Array of additional paths to allow write access. Leave empty to disallow writes outside the workspace folders, workspace storage folder, and sandbox temp directory."
|
|
260159
|
+
}
|
|
260160
|
+
]
|
|
260143
260161
|
}
|
|
260144
260162
|
]
|
|
@@ -962,11 +962,11 @@ export type VscodeSettings_1_100_2 = Patch<VscodeSettings_1_100_1, {
|
|
|
962
962
|
readonly 'typescript.workspaceSymbols.scope'?: 'allOpenProjects' | 'currentProject';
|
|
963
963
|
}, never>;
|
|
964
964
|
|
|
965
|
-
// ── 1.101.0: +
|
|
965
|
+
// ── 1.101.0: +1, ~1, -6 ──
|
|
966
966
|
export type VscodeSettings_1_101_0 = Patch<VscodeSettings_1_100_0, {
|
|
967
967
|
readonly 'html.autoCreateQuotes'?: boolean;
|
|
968
968
|
readonly 'js/ts.hover.maximumLength'?: number;
|
|
969
|
-
}, '
|
|
969
|
+
}, 'javascript.implicitProjectConfig.checkJs' | 'javascript.implicitProjectConfig.experimentalDecorators' | 'javascript.preferences.renameShorthandProperties' | 'typescript.preferences.renameShorthandProperties' | 'typescript.tsserver.experimental.useVsCodeWatcher' | 'typescript.tsserver.useSeparateSyntaxServer'>;
|
|
970
970
|
|
|
971
971
|
// ── 1.101.2: +470 ──
|
|
972
972
|
export type VscodeSettings_1_101_2 = Patch<VscodeSettings_1_101_1, {
|
|
@@ -1442,7 +1442,7 @@ export type VscodeSettings_1_101_2 = Patch<VscodeSettings_1_101_1, {
|
|
|
1442
1442
|
readonly 'typescript.workspaceSymbols.scope'?: 'allOpenProjects' | 'currentProject';
|
|
1443
1443
|
}, never>;
|
|
1444
1444
|
|
|
1445
|
-
// ── 1.102.0:
|
|
1445
|
+
// ── 1.102.0: ~2 ──
|
|
1446
1446
|
export type VscodeSettings_1_102_0 = Patch<VscodeSettings_1_101_0, {
|
|
1447
1447
|
readonly 'debug.javascript.debugByLinkOptions'?: unknown;
|
|
1448
1448
|
readonly 'markdown.copyFiles.destination'?: Record<string, unknown>;
|
|
@@ -1922,7 +1922,7 @@ export type VscodeSettings_1_102_2 = Patch<VscodeSettings_1_102_1, {
|
|
|
1922
1922
|
readonly 'typescript.workspaceSymbols.scope'?: 'allOpenProjects' | 'currentProject';
|
|
1923
1923
|
}, never>;
|
|
1924
1924
|
|
|
1925
|
-
// ── 1.103.0: +
|
|
1925
|
+
// ── 1.103.0: +2, ~1, -1 ──
|
|
1926
1926
|
export type VscodeSettings_1_103_0 = Patch<VscodeSettings_1_102_0, {
|
|
1927
1927
|
readonly 'git.detectWorktrees'?: boolean;
|
|
1928
1928
|
readonly 'git.detectWorktreesLimit'?: number;
|
|
@@ -2404,7 +2404,7 @@ export type VscodeSettings_1_103_2 = Patch<VscodeSettings_1_103_1, {
|
|
|
2404
2404
|
readonly 'typescript.workspaceSymbols.scope'?: 'allOpenProjects' | 'currentProject';
|
|
2405
2405
|
}, never>;
|
|
2406
2406
|
|
|
2407
|
-
// ── 1.104.0: +
|
|
2407
|
+
// ── 1.104.0: +2, ~2 ──
|
|
2408
2408
|
export type VscodeSettings_1_104_0 = Patch<VscodeSettings_1_103_0, {
|
|
2409
2409
|
readonly 'github-authentication.useElectronFetch'?: boolean;
|
|
2410
2410
|
readonly 'js/ts.implicitProjectConfig.strict'?: boolean;
|
|
@@ -3382,11 +3382,11 @@ export type VscodeSettings_1_106_2 = Patch<VscodeSettings_1_106_1, {
|
|
|
3382
3382
|
readonly 'typescript.workspaceSymbols.scope'?: 'allOpenProjects' | 'currentProject';
|
|
3383
3383
|
}, never>;
|
|
3384
3384
|
|
|
3385
|
-
// ── 1.107.0: ~2
|
|
3385
|
+
// ── 1.107.0: ~2 ──
|
|
3386
3386
|
export type VscodeSettings_1_107_0 = Patch<VscodeSettings_1_106_0, {
|
|
3387
3387
|
readonly 'git.detectWorktreesLimit'?: number;
|
|
3388
3388
|
readonly 'microsoft-authentication.implementation'?: 'msal' | 'msal-no-broker';
|
|
3389
|
-
},
|
|
3389
|
+
}, never>;
|
|
3390
3390
|
|
|
3391
3391
|
// ── 1.108.0: +1167 ──
|
|
3392
3392
|
export type VscodeSettings_1_108_0 = Patch<VscodeSettings_1_107_0, {
|
|
@@ -6212,7 +6212,7 @@ export type VscodeSettings_1_108_2 = Patch<VscodeSettings_1_108_1, {
|
|
|
6212
6212
|
readonly 'zenMode.silentNotifications'?: boolean;
|
|
6213
6213
|
}, never>;
|
|
6214
6214
|
|
|
6215
|
-
// ── 1.109.0: +
|
|
6215
|
+
// ── 1.109.0: +41, ~10, -8 ──
|
|
6216
6216
|
export type VscodeSettings_1_109_0 = Patch<VscodeSettings_1_108_0, {
|
|
6217
6217
|
readonly 'chat.agent.thinking.terminalTools'?: boolean;
|
|
6218
6218
|
readonly 'chat.agentFilesLocations'?: Record<string, unknown>;
|
|
@@ -6265,7 +6265,7 @@ export type VscodeSettings_1_109_0 = Patch<VscodeSettings_1_108_0, {
|
|
|
6265
6265
|
readonly 'workbench.editorinputs.browser'?: unknown;
|
|
6266
6266
|
readonly 'workbench.hover.reducedDelay'?: number;
|
|
6267
6267
|
readonly 'workbench.secondarySideBar.forceMaximized'?: boolean;
|
|
6268
|
-
}, 'chat.commandCenter.enabled' | 'chat.renderRelatedFiles' | 'chat.suspendThrottling' | 'chat.todoListTool.descriptionField' | 'chat.todoListTool.writeOnly' | 'chat.
|
|
6268
|
+
}, 'chat.commandCenter.enabled' | 'chat.renderRelatedFiles' | 'chat.suspendThrottling' | 'chat.todoListTool.descriptionField' | 'chat.todoListTool.writeOnly' | 'chat.viewTitle.enabled' | 'chat.viewWelcome.enabled' | 'terminal.integrated.windowsEnableConpty'>;
|
|
6269
6269
|
|
|
6270
6270
|
// ── 1.109.1: -3 ──
|
|
6271
6271
|
export type VscodeSettings_1_109_1 = Patch<VscodeSettings_1_109_0, {}, 'settingsSync.ignoredExtensions' | 'settingsSync.ignoredSettings' | 'settingsSync.keybindingsPerPlatform'>;
|
|
@@ -6277,7 +6277,7 @@ export type VscodeSettings_1_109_2 = Patch<VscodeSettings_1_109_1, {
|
|
|
6277
6277
|
readonly 'settingsSync.keybindingsPerPlatform'?: boolean;
|
|
6278
6278
|
}, never>;
|
|
6279
6279
|
|
|
6280
|
-
// ── 1.109.3: +
|
|
6280
|
+
// ── 1.109.3: +6, ~2 ──
|
|
6281
6281
|
export type VscodeSettings_1_109_3 = Patch<VscodeSettings_1_109_2, {
|
|
6282
6282
|
readonly 'chat.agentFilesLocations'?: Record<string, unknown>;
|
|
6283
6283
|
readonly 'chat.hookFilesLocations'?: Record<string, unknown>;
|
|
@@ -6300,7 +6300,7 @@ export type VscodeSettings_1_109_5 = Patch<VscodeSettings_1_109_4, {
|
|
|
6300
6300
|
readonly 'settingsSync.keybindingsPerPlatform'?: boolean;
|
|
6301
6301
|
}, never>;
|
|
6302
6302
|
|
|
6303
|
-
// ── 1.110.0: +
|
|
6303
|
+
// ── 1.110.0: +120, ~148, -6 ──
|
|
6304
6304
|
export type VscodeSettings_1_110_0 = Patch<VscodeSettings_1_109_0, {
|
|
6305
6305
|
readonly 'accessibility.chat.showCheckmarks'?: boolean;
|
|
6306
6306
|
readonly 'accessibility.verbosity.find'?: boolean;
|
|
@@ -6570,7 +6570,7 @@ export type VscodeSettings_1_110_0 = Patch<VscodeSettings_1_109_0, {
|
|
|
6570
6570
|
readonly 'workbench.notifications.position'?: string;
|
|
6571
6571
|
readonly 'workbench.notifications.showInTitleBar'?: boolean;
|
|
6572
6572
|
readonly 'workbench.reduceTransparency'?: string;
|
|
6573
|
-
}, 'chat.alternativeToolAction.enabled' | 'chat.statusWidget.sku' | '
|
|
6573
|
+
}, 'chat.alternativeToolAction.enabled' | 'chat.statusWidget.sku' | 'settingsSync.ignoredExtensions' | 'settingsSync.ignoredSettings' | 'settingsSync.keybindingsPerPlatform' | 'typescript.tsserver.enableRegionDiagnostics'>;
|
|
6574
6574
|
|
|
6575
6575
|
// ── 1.110.1: +3 ──
|
|
6576
6576
|
export type VscodeSettings_1_110_1 = Patch<VscodeSettings_1_110_0, {
|
|
@@ -6579,7 +6579,7 @@ export type VscodeSettings_1_110_1 = Patch<VscodeSettings_1_110_0, {
|
|
|
6579
6579
|
readonly 'settingsSync.keybindingsPerPlatform'?: boolean;
|
|
6580
6580
|
}, never>;
|
|
6581
6581
|
|
|
6582
|
-
// ── 1.111.0: +
|
|
6582
|
+
// ── 1.111.0: +9, ~1, -4 ──
|
|
6583
6583
|
export type VscodeSettings_1_111_0 = Patch<VscodeSettings_1_110_0, {
|
|
6584
6584
|
readonly 'chat.agentFilesLocations'?: Record<string, unknown>;
|
|
6585
6585
|
readonly 'chat.autopilot.enabled'?: boolean;
|
|
@@ -6593,7 +6593,7 @@ export type VscodeSettings_1_111_0 = Patch<VscodeSettings_1_110_0, {
|
|
|
6593
6593
|
readonly 'terminal.integrated.experimental.aiProfileGrouping'?: boolean;
|
|
6594
6594
|
}, 'chat.agentsControl.clickBehavior' | 'chat.edits2.enabled' | 'chat.plugins.paths' | 'inlineChat.holdToSpeech'>;
|
|
6595
6595
|
|
|
6596
|
-
// ── 1.112.0: +
|
|
6596
|
+
// ── 1.112.0: +8, ~19 ──
|
|
6597
6597
|
export type VscodeSettings_1_112_0 = Patch<VscodeSettings_1_111_0, {
|
|
6598
6598
|
readonly 'chat.autopilot.enabled'?: boolean;
|
|
6599
6599
|
readonly 'chat.hookFilesLocations'?: Record<string, unknown>;
|
|
@@ -6622,9 +6622,9 @@ export type VscodeSettings_1_112_0 = Patch<VscodeSettings_1_111_0, {
|
|
|
6622
6622
|
readonly 'update.titleBar'?: string;
|
|
6623
6623
|
readonly 'workbench.browser.pageZoom'?: string;
|
|
6624
6624
|
readonly 'workbench.browser.showInTitleBar'?: boolean;
|
|
6625
|
-
},
|
|
6625
|
+
}, never>;
|
|
6626
6626
|
|
|
6627
|
-
// ── 1.113.0: +15, ~
|
|
6627
|
+
// ── 1.113.0: +15, ~7, -2 ──
|
|
6628
6628
|
export type VscodeSettings_1_113_0 = Patch<VscodeSettings_1_112_0, {
|
|
6629
6629
|
readonly 'chat.agentsControl.enabled'?: string;
|
|
6630
6630
|
readonly 'chat.artifacts.enabled'?: boolean;
|
|
@@ -6632,6 +6632,7 @@ export type VscodeSettings_1_113_0 = Patch<VscodeSettings_1_112_0, {
|
|
|
6632
6632
|
readonly 'chat.editing.revealNextChangeOnResolve'?: boolean;
|
|
6633
6633
|
readonly 'chat.subagents.allowInvocationsFromSubagents'?: boolean;
|
|
6634
6634
|
readonly 'chat.tools.terminal.idlePollInterval'?: number;
|
|
6635
|
+
readonly 'chat.tools.terminal.sandbox.network'?: Record<string, unknown>;
|
|
6635
6636
|
readonly 'chat.tools.terminal.sandbox.network.allowTrustedDomains'?: unknown;
|
|
6636
6637
|
readonly 'chat.tools.terminal.sandbox.network.allowedDomains'?: unknown;
|
|
6637
6638
|
readonly 'chat.tools.terminal.sandbox.network.deniedDomains'?: unknown;
|
|
@@ -6647,9 +6648,9 @@ export type VscodeSettings_1_113_0 = Patch<VscodeSettings_1_112_0, {
|
|
|
6647
6648
|
readonly 'workbench.preferredDarkColorTheme'?: string;
|
|
6648
6649
|
readonly 'workbench.preferredLightColorTheme'?: string;
|
|
6649
6650
|
readonly 'workbench.shadows'?: boolean;
|
|
6650
|
-
}, 'chat.imageCarousel.enabled' | '
|
|
6651
|
+
}, 'chat.imageCarousel.enabled' | 'simpleBrowser.useIntegratedBrowser'>;
|
|
6651
6652
|
|
|
6652
|
-
// ── 1.114.0: +
|
|
6653
|
+
// ── 1.114.0: +11, ~11, -7 ──
|
|
6653
6654
|
export type VscodeSettings_1_114_0 = Patch<VscodeSettings_1_113_0, {
|
|
6654
6655
|
readonly 'chat.agent.sandbox'?: boolean;
|
|
6655
6656
|
readonly 'chat.agent.sandboxFileSystem.linux'?: Record<string, unknown>;
|
|
@@ -6662,6 +6663,8 @@ export type VscodeSettings_1_114_0 = Patch<VscodeSettings_1_113_0, {
|
|
|
6662
6663
|
readonly 'chat.customizations.providerApi.enabled'?: boolean;
|
|
6663
6664
|
readonly 'chat.signInTitleBar.enabled'?: boolean;
|
|
6664
6665
|
readonly 'chat.tips.enabled'?: boolean;
|
|
6666
|
+
readonly 'chat.tools.terminal.sandbox.linuxFileSystem'?: Record<string, unknown>;
|
|
6667
|
+
readonly 'chat.tools.terminal.sandbox.macFileSystem'?: Record<string, unknown>;
|
|
6665
6668
|
readonly 'chat.tools.terminal.sandbox.network'?: Record<string, unknown>;
|
|
6666
6669
|
readonly 'chat.tools.terminal.sandbox.network.allowedDomains'?: unknown[];
|
|
6667
6670
|
readonly 'chat.tools.terminal.sandbox.network.deniedDomains'?: unknown[];
|
|
@@ -6671,15 +6674,17 @@ export type VscodeSettings_1_114_0 = Patch<VscodeSettings_1_113_0, {
|
|
|
6671
6674
|
readonly 'workbench.editor.useModal'?: string;
|
|
6672
6675
|
readonly 'workbench.preferredDarkColorTheme'?: string;
|
|
6673
6676
|
readonly 'workbench.preferredLightColorTheme'?: string;
|
|
6674
|
-
}, 'chat.tools.terminal.sandbox.
|
|
6677
|
+
}, 'chat.tools.terminal.sandbox.network.allowTrustedDomains' | 'settingsSync.ignoredExtensions' | 'settingsSync.ignoredSettings' | 'settingsSync.keybindingsPerPlatform' | 'terminal.integrated.experimental.aiProfileGrouping' | 'workbench.editor.modalMinWidth' | 'workbench.editorinputs.browser'>;
|
|
6675
6678
|
|
|
6676
|
-
// ── 1.115.0: +
|
|
6679
|
+
// ── 1.115.0: +10, ~5, -10 ──
|
|
6677
6680
|
export type VscodeSettings_1_115_0 = Patch<VscodeSettings_1_114_0, {
|
|
6678
6681
|
readonly 'chat.agent.sandbox.allowedNetworkDomains'?: unknown[];
|
|
6679
6682
|
readonly 'chat.agent.sandbox.deniedNetworkDomains'?: unknown[];
|
|
6680
6683
|
readonly 'chat.agent.sandbox.enabled'?: string;
|
|
6681
6684
|
readonly 'chat.agent.sandbox.fileSystem.linux'?: Record<string, unknown>;
|
|
6682
6685
|
readonly 'chat.agent.sandbox.fileSystem.mac'?: Record<string, unknown>;
|
|
6686
|
+
readonly 'chat.agent.sandboxFileSystem.linux'?: Record<string, unknown>;
|
|
6687
|
+
readonly 'chat.agent.sandboxFileSystem.mac'?: Record<string, unknown>;
|
|
6683
6688
|
readonly 'chat.customizations.providerApi.enabled'?: boolean;
|
|
6684
6689
|
readonly 'chat.generalPurposeAgent.enabled'?: boolean;
|
|
6685
6690
|
readonly 'chat.newSession.defaultMode'?: string;
|
|
@@ -6688,7 +6693,7 @@ export type VscodeSettings_1_115_0 = Patch<VscodeSettings_1_114_0, {
|
|
|
6688
6693
|
readonly 'files.watcherExclude'?: Record<string, unknown>;
|
|
6689
6694
|
readonly 'git.detectWorktrees'?: boolean;
|
|
6690
6695
|
readonly 'testing.coverageMinimapEnabled'?: boolean;
|
|
6691
|
-
}, 'chat.agent.sandbox' | 'chat.
|
|
6696
|
+
}, 'chat.agent.sandbox' | 'chat.statusWidget.anonymous' | 'chat.tools.terminal.sandbox.enabled' | 'chat.tools.terminal.sandbox.linuxFileSystem' | 'chat.tools.terminal.sandbox.macFileSystem' | 'chat.tools.terminal.sandbox.network' | 'chat.tools.terminal.sandbox.network.allowedDomains' | 'chat.tools.terminal.sandbox.network.deniedDomains' | 'update.statusBar' | 'update.titleBar'>;
|
|
6692
6697
|
|
|
6693
6698
|
// ── 1.116.0: +9, ~1, -4 ──
|
|
6694
6699
|
export type VscodeSettings_1_116_0 = Patch<VscodeSettings_1_115_0, {
|
|
@@ -7459,9 +7464,7 @@ export type VscodeSettings_1_120_0 = Patch<VscodeSettings_1_119_0, {
|
|
|
7459
7464
|
readonly 'files.dialog.defaultPath'?: string;
|
|
7460
7465
|
readonly 'files.enableTrash'?: boolean;
|
|
7461
7466
|
readonly 'files.encoding'?: 'utf8' | 'utf8bom' | 'utf16le' | 'utf16be' | 'windows1252' | 'iso88591' | 'iso88593' | 'iso885915' | 'macroman' | 'cp437' | 'windows1256' | 'iso88596' | 'windows1257' | 'iso88594' | 'iso885914' | 'windows1250' | 'iso88592' | 'cp852' | 'windows1251' | 'cp866' | 'cp1125' | 'iso88595' | 'koi8r' | 'koi8u' | 'iso885913' | 'windows1253' | 'iso88597' | 'windows1255' | 'iso88598' | 'iso885910' | 'iso885916' | 'windows1254' | 'iso88599' | 'cp857' | 'windows1258' | 'gbk' | 'gb18030' | 'cp950' | 'big5hkscs' | 'shiftjis' | 'eucjp' | 'euckr' | 'windows874' | 'iso885911' | 'koi8ru' | 'koi8t' | 'gb2312' | 'cp865' | 'cp850';
|
|
7462
|
-
readonly 'files.eol'?: '
|
|
7463
|
-
' | '
|
|
7464
|
-
' | 'auto';
|
|
7467
|
+
readonly 'files.eol'?: '\n' | '\r\n' | 'auto';
|
|
7465
7468
|
readonly 'files.exclude'?: Record<string, unknown>;
|
|
7466
7469
|
readonly 'files.hotExit'?: 'off' | 'onExit' | 'onExitAndWindowClose';
|
|
7467
7470
|
readonly 'files.insertFinalNewline'?: boolean;
|
|
@@ -9509,9 +9512,7 @@ export interface VscodeSettings_1_121_0_insider_2026051305 {
|
|
|
9509
9512
|
readonly 'files.dialog.defaultPath'?: string;
|
|
9510
9513
|
readonly 'files.enableTrash'?: boolean;
|
|
9511
9514
|
readonly 'files.encoding'?: 'utf8' | 'utf8bom' | 'utf16le' | 'utf16be' | 'windows1252' | 'iso88591' | 'iso88593' | 'iso885915' | 'macroman' | 'cp437' | 'windows1256' | 'iso88596' | 'windows1257' | 'iso88594' | 'iso885914' | 'windows1250' | 'iso88592' | 'cp852' | 'windows1251' | 'cp866' | 'cp1125' | 'iso88595' | 'koi8r' | 'koi8u' | 'iso885913' | 'windows1253' | 'iso88597' | 'windows1255' | 'iso88598' | 'iso885910' | 'iso885916' | 'windows1254' | 'iso88599' | 'cp857' | 'windows1258' | 'gbk' | 'gb18030' | 'cp950' | 'big5hkscs' | 'shiftjis' | 'eucjp' | 'euckr' | 'windows874' | 'iso885911' | 'koi8ru' | 'koi8t' | 'gb2312' | 'cp865' | 'cp850';
|
|
9512
|
-
readonly 'files.eol'?: '
|
|
9513
|
-
' | '
|
|
9514
|
-
' | 'auto';
|
|
9515
|
+
readonly 'files.eol'?: '\n' | '\r\n' | 'auto';
|
|
9515
9516
|
readonly 'files.exclude'?: Record<string, unknown>;
|
|
9516
9517
|
readonly 'files.hotExit'?: 'off' | 'onExit' | 'onExitAndWindowClose';
|
|
9517
9518
|
readonly 'files.insertFinalNewline'?: boolean;
|
|
@@ -10799,7 +10800,7 @@ export interface VscodeSettings_1_121_0_insider_2026051305 {
|
|
|
10799
10800
|
readonly 'zenMode.silentNotifications'?: boolean;
|
|
10800
10801
|
}
|
|
10801
10802
|
|
|
10802
|
-
// ── 1.121.0-insider+2026051505: +
|
|
10803
|
+
// ── 1.121.0-insider+2026051505: +13, ~2 ──
|
|
10803
10804
|
export type VscodeSettings_1_121_0_insider_2026051505 = Patch<VscodeSettings_1_121_0_insider_2026051305, {
|
|
10804
10805
|
readonly 'chat.agentHost.customTerminalTool.enabled'?: boolean;
|
|
10805
10806
|
readonly 'chat.agentHost.otel.captureContent'?: boolean;
|
|
@@ -10821,7 +10822,7 @@ export type VscodeSettings_1_121_0_insider_2026051505 = Patch<VscodeSettings_1_1
|
|
|
10821
10822
|
// ── 1.121.0-insider+2026051517: -2 ──
|
|
10822
10823
|
export type VscodeSettings_1_121_0_insider_2026051517 = Patch<VscodeSettings_1_121_0_insider_2026051505, {}, 'github.copilot.chat.gpt54ConcisePrompt.enabled' | 'github.copilot.chat.gpt54LargePrompt.enabled'>;
|
|
10823
10824
|
|
|
10824
|
-
// ── 1.121.0-insider+2026051823: +
|
|
10825
|
+
// ── 1.121.0-insider+2026051823: +11, ~10, -3 ──
|
|
10825
10826
|
export type VscodeSettings_1_121_0_insider_2026051823 = Patch<VscodeSettings_1_121_0_insider_2026051517, {
|
|
10826
10827
|
readonly 'chat.sessionSync.enabled'?: boolean;
|
|
10827
10828
|
readonly 'chat.tools.eligibleForAutoApproval'?: Record<string, unknown>;
|
|
@@ -10846,6 +10847,12 @@ export type VscodeSettings_1_121_0_insider_2026051823 = Patch<VscodeSettings_1_1
|
|
|
10846
10847
|
readonly 'notebook.editorOptionsCustomizations'?: unknown;
|
|
10847
10848
|
}, 'chat.tools.renameTool.enabled' | 'chat.tools.usagesTool.enabled' | 'mermaid-chat.enabled'>;
|
|
10848
10849
|
|
|
10850
|
+
// ── 1.121.0-insider+2026051910: ~2 ──
|
|
10851
|
+
export type VscodeSettings_1_121_0_insider_2026051910 = Patch<VscodeSettings_1_121_0_insider_2026051823, {
|
|
10852
|
+
readonly 'chat.agent.sandbox.fileSystem.linux'?: Record<string, unknown>;
|
|
10853
|
+
readonly 'chat.agent.sandbox.fileSystem.mac'?: Record<string, unknown>;
|
|
10854
|
+
}, never>;
|
|
10855
|
+
|
|
10849
10856
|
// ── Version map ──
|
|
10850
10857
|
// Stable entries map directly to their settings type.
|
|
10851
10858
|
// Insider entries map to a nested record keyed by 10-digit build release date
|
|
@@ -10887,12 +10894,13 @@ interface VscodeVersionMap {
|
|
|
10887
10894
|
'2026051505': VscodeSettings_1_121_0_insider_2026051505;
|
|
10888
10895
|
'2026051517': VscodeSettings_1_121_0_insider_2026051517;
|
|
10889
10896
|
'2026051823': VscodeSettings_1_121_0_insider_2026051823;
|
|
10897
|
+
'2026051910': VscodeSettings_1_121_0_insider_2026051910;
|
|
10890
10898
|
};
|
|
10891
10899
|
}
|
|
10892
10900
|
|
|
10893
10901
|
export type LatestVscodeSettings = VscodeSettings_1_120_0;
|
|
10894
10902
|
|
|
10895
|
-
export type LatestInsiderVscodeSettings =
|
|
10903
|
+
export type LatestInsiderVscodeSettings = VscodeSettings_1_121_0_insider_2026051910;
|
|
10896
10904
|
|
|
10897
10905
|
export type VscodeVersion = keyof VscodeVersionMap;
|
|
10898
10906
|
|
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-6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa",
|
|
6
6
|
"description": "Tracks VS Code settings schema changes across versions",
|