@vscode/vscode-settings-history 0.0.2-87 → 0.0.2-88

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 CHANGED
@@ -510169,5 +510169,291 @@
510169
510169
  "value": "jsProfileVisualizer.heapsnapshot.table"
510170
510170
  }
510171
510171
  ]
510172
+ },
510173
+ {
510174
+ "version": "1.139.0-insider+2026091517",
510175
+ "base": {
510176
+ "version": "1.138.0-insider+2026091500"
510177
+ },
510178
+ "patch": [
510179
+ {
510180
+ "op": "replace",
510181
+ "path": "/chat.agentSessions.autoDeleteArchivedMergedSessionsAfterDays/markdownDescription",
510182
+ "value": "Controls the number of days after being automatically marked as done before agent sessions with a merged pull request are permanently deleted. Retained eligible worktrees are safely removed before deletion. Automatically marking sessions as done is controlled separately by `#chat.agentSessions.autoMarkAsDoneMergedSessionsAfterDays#`. Set to 0 to disable permanent deletion. The recommended value is 15."
510183
+ },
510184
+ {
510185
+ "op": "remove",
510186
+ "path": "/chat.agentSessions.autoArchiveMergedSessionsAfterDays"
510187
+ },
510188
+ {
510189
+ "op": "remove",
510190
+ "path": "/sessions.archiveSessionConfetti"
510191
+ },
510192
+ {
510193
+ "op": "add",
510194
+ "path": "/notebook.editorOptionsCustomizations/allOf/0/properties/editor.wordWrapIndicator",
510195
+ "value": {
510196
+ "markdownDescription": "Controls whether an indicator is rendered at the wrapping column of lines that wrap. Only has an effect when `#editor.wordWrap#` is enabled.",
510197
+ "type": "boolean",
510198
+ "default": false,
510199
+ "section": {
510200
+ "id": "editor",
510201
+ "title": "Editor",
510202
+ "order": 5
510203
+ },
510204
+ "defaultDefaultValue": false,
510205
+ "scope": 6,
510206
+ "restricted": false
510207
+ }
510208
+ },
510209
+ {
510210
+ "op": "add",
510211
+ "path": "/diffEditor.hideOriginalLineNumbers",
510212
+ "value": {
510213
+ "type": [
510214
+ "boolean",
510215
+ "null"
510216
+ ],
510217
+ "default": null,
510218
+ "description": "Controls whether original line numbers are hidden in inline diffs. When set to null, uses the editor's default: hidden in compact multi diff editors and visible in other diff editors.",
510219
+ "section": {
510220
+ "id": "editor",
510221
+ "title": "Editor",
510222
+ "order": 5
510223
+ },
510224
+ "defaultDefaultValue": null,
510225
+ "scope": 6,
510226
+ "restricted": false
510227
+ }
510228
+ },
510229
+ {
510230
+ "op": "add",
510231
+ "path": "/editor.wordWrapIndicator",
510232
+ "value": {
510233
+ "markdownDescription": "Controls whether an indicator is rendered at the wrapping column of lines that wrap. Only has an effect when `#editor.wordWrap#` is enabled.",
510234
+ "type": "boolean",
510235
+ "default": false,
510236
+ "section": {
510237
+ "id": "editor",
510238
+ "title": "Editor",
510239
+ "order": 5
510240
+ },
510241
+ "defaultDefaultValue": false,
510242
+ "scope": 6,
510243
+ "restricted": false
510244
+ }
510245
+ },
510246
+ {
510247
+ "op": "add",
510248
+ "path": "/workbench.experimental.modernUIEditorTabStyle",
510249
+ "value": {
510250
+ "type": "string",
510251
+ "enum": [
510252
+ "connected",
510253
+ "pill"
510254
+ ],
510255
+ "enumDescriptions": [
510256
+ "Connect the active tab to the editor surface with an outside border and curved shoulders.",
510257
+ "Show editor tabs as separate rounded pills."
510258
+ ],
510259
+ "default": "connected",
510260
+ "tags": [
510261
+ "experimental"
510262
+ ],
510263
+ "markdownDescription": "Controls the editor tab style when `#workbench.experimental.modernUI#` is enabled. High contrast themes retain explicit selection and focus borders.",
510264
+ "agentsWindow": {
510265
+ "default": "pill",
510266
+ "readOnly": true
510267
+ },
510268
+ "section": {
510269
+ "id": "workbench",
510270
+ "title": "Workbench",
510271
+ "order": 7
510272
+ },
510273
+ "defaultDefaultValue": "connected",
510274
+ "scope": 4,
510275
+ "restricted": false
510276
+ }
510277
+ },
510278
+ {
510279
+ "op": "add",
510280
+ "path": "/chat.agentSessions.autoMarkAsDoneMergedSessionsAfterDays",
510281
+ "value": {
510282
+ "type": "integer",
510283
+ "minimum": 0,
510284
+ "default": 0,
510285
+ "scope": 1,
510286
+ "tags": [
510287
+ "preview",
510288
+ "agentSessionCleanup"
510289
+ ],
510290
+ "markdownDescription": "Controls the number of inactive days before agent sessions with a merged pull request are automatically marked as done. Marking a session as done safely removes its eligible worktree. Permanent deletion is controlled separately by `#chat.agentSessions.autoDeleteArchivedMergedSessionsAfterDays#`. Set to 0 to disable automatically marking sessions as done. The recommended value is 15.",
510291
+ "agentHost": {
510292
+ "key": "autoArchiveMergedSessionsAfterDays"
510293
+ },
510294
+ "section": {
510295
+ "id": "chat"
510296
+ },
510297
+ "defaultDefaultValue": 0,
510298
+ "restricted": false
510299
+ }
510300
+ },
510301
+ {
510302
+ "op": "add",
510303
+ "path": "/multiDiffEditor.experimental.variant",
510304
+ "value": {
510305
+ "type": "string",
510306
+ "enum": [
510307
+ "cards",
510308
+ "noCards"
510309
+ ],
510310
+ "enumDescriptions": [
510311
+ "Use the compact card-based variant.",
510312
+ "Use the compact variant without cards."
510313
+ ],
510314
+ "default": "noCards",
510315
+ "description": "Controls the experimental variant of the multi diff editor.",
510316
+ "scope": 4,
510317
+ "tags": [
510318
+ "experimental",
510319
+ "onExP"
510320
+ ],
510321
+ "experiment": {
510322
+ "mode": "auto"
510323
+ },
510324
+ "section": {
510325
+ "id": "multiDiffEditor",
510326
+ "title": "Multi Diff Editor"
510327
+ },
510328
+ "defaultDefaultValue": "noCards",
510329
+ "restricted": false
510330
+ }
510331
+ },
510332
+ {
510333
+ "op": "add",
510334
+ "path": "/chat.copilot.hydraFusion.enabled",
510335
+ "value": {
510336
+ "type": "boolean",
510337
+ "markdownDescription": "When enabled, makes the experimental HydraFusion model available to local Copilot Agent Host sessions. Changing this setting restarts the local Copilot runtime.",
510338
+ "default": false,
510339
+ "experiment": {
510340
+ "mode": "startup"
510341
+ },
510342
+ "scope": 3,
510343
+ "tags": [
510344
+ "preview",
510345
+ "experimental",
510346
+ "advanced",
510347
+ "onExP"
510348
+ ],
510349
+ "section": {
510350
+ "id": "chatSidebar",
510351
+ "title": "Chat"
510352
+ },
510353
+ "defaultDefaultValue": false,
510354
+ "restricted": false
510355
+ }
510356
+ },
510357
+ {
510358
+ "op": "add",
510359
+ "path": "/chat.mcp.workspaceRootConfig.enabled",
510360
+ "value": {
510361
+ "type": "boolean",
510362
+ "default": true,
510363
+ "scope": 4,
510364
+ "tags": [
510365
+ "experimental"
510366
+ ],
510367
+ "markdownDescription": "Offer the workspace root `.mcp.json` file when adding MCP servers manually. When `.vscode/mcp.json` exists, choose which file to add to. Marketplace installations continue to use `.vscode/mcp.json`. Existing `.mcp.json` files can be opened and read independently of this setting.",
510368
+ "section": {
510369
+ "id": "chatSidebar",
510370
+ "title": "Chat"
510371
+ },
510372
+ "defaultDefaultValue": true,
510373
+ "restricted": false
510374
+ }
510375
+ },
510376
+ {
510377
+ "op": "add",
510378
+ "path": "/accessibility.verbosity.connectionDiagnostics",
510379
+ "value": {
510380
+ "description": "Provide information about how to access connection diagnostics accessibility help when the report is focused.",
510381
+ "type": "boolean",
510382
+ "default": true,
510383
+ "tags": [
510384
+ "accessibility"
510385
+ ],
510386
+ "section": {
510387
+ "id": "accessibility",
510388
+ "title": "Accessibility"
510389
+ },
510390
+ "defaultDefaultValue": true,
510391
+ "scope": 5,
510392
+ "restricted": false
510393
+ }
510394
+ },
510395
+ {
510396
+ "op": "add",
510397
+ "path": "/sessions.list.showUnreadInCollapsedSections",
510398
+ "value": {
510399
+ "type": "boolean",
510400
+ "tags": [
510401
+ "preview",
510402
+ "onExP"
510403
+ ],
510404
+ "description": "Controls whether collapsed sections in the sessions list show needs-input, CI-failure, or unread indicators for the unarchived sessions they contain.",
510405
+ "default": false,
510406
+ "experiment": {
510407
+ "mode": "auto"
510408
+ },
510409
+ "section": {
510410
+ "id": "sessions"
510411
+ },
510412
+ "defaultDefaultValue": false,
510413
+ "scope": 4,
510414
+ "restricted": false
510415
+ }
510416
+ },
510417
+ {
510418
+ "op": "add",
510419
+ "path": "/sessions.markAsDoneConfetti",
510420
+ "value": {
510421
+ "type": "boolean",
510422
+ "tags": [
510423
+ "preview"
510424
+ ],
510425
+ "description": "Controls whether a confetti animation is shown when marking a session as done.",
510426
+ "default": false,
510427
+ "section": {
510428
+ "id": "sessions"
510429
+ },
510430
+ "defaultDefaultValue": false,
510431
+ "scope": 4,
510432
+ "restricted": false
510433
+ }
510434
+ },
510435
+ {
510436
+ "op": "add",
510437
+ "path": "/chat.experimental.agentsWindowPRComments",
510438
+ "value": {
510439
+ "type": "boolean",
510440
+ "default": false,
510441
+ "scope": 1,
510442
+ "tags": [
510443
+ "experimental",
510444
+ "onExP"
510445
+ ],
510446
+ "experiment": {
510447
+ "mode": "auto"
510448
+ },
510449
+ "description": "Enables the PR Comment option when adding feedback in the Agents Window.",
510450
+ "section": {
510451
+ "id": "chat"
510452
+ },
510453
+ "defaultDefaultValue": false,
510454
+ "restricted": false
510455
+ }
510456
+ }
510457
+ ]
510172
510458
  }
510173
510459
  ]
@@ -13781,6 +13781,23 @@ export type VscodeSettings_1_138_0_insider_2026091500 = Patch<VscodeSettings_1_1
13781
13781
  readonly 'workbench.editorAssociations'?: Record<string, unknown>;
13782
13782
  }, 'terminal.explorerKind' | 'terminal.external.linuxExec' | 'terminal.external.osxExec' | 'terminal.external.windowsExec' | 'terminal.sourceControlRepositoriesKind'>;
13783
13783
 
13784
+ // ── 1.139.0-insider+2026091517: +11, ~2, -2 ──
13785
+ export type VscodeSettings_1_139_0_insider_2026091517 = Patch<VscodeSettings_1_138_0_insider_2026091500, {
13786
+ readonly 'accessibility.verbosity.connectionDiagnostics'?: boolean;
13787
+ readonly 'chat.agentSessions.autoDeleteArchivedMergedSessionsAfterDays'?: number;
13788
+ readonly 'chat.agentSessions.autoMarkAsDoneMergedSessionsAfterDays'?: number;
13789
+ readonly 'chat.copilot.hydraFusion.enabled'?: boolean;
13790
+ readonly 'chat.experimental.agentsWindowPRComments'?: boolean;
13791
+ readonly 'chat.mcp.workspaceRootConfig.enabled'?: boolean;
13792
+ readonly 'diffEditor.hideOriginalLineNumbers'?: boolean | null;
13793
+ readonly 'editor.wordWrapIndicator'?: boolean;
13794
+ readonly 'multiDiffEditor.experimental.variant'?: 'cards' | 'noCards';
13795
+ readonly 'notebook.editorOptionsCustomizations'?: unknown;
13796
+ readonly 'sessions.list.showUnreadInCollapsedSections'?: boolean;
13797
+ readonly 'sessions.markAsDoneConfetti'?: boolean;
13798
+ readonly 'workbench.experimental.modernUIEditorTabStyle'?: 'connected' | 'pill';
13799
+ }, 'chat.agentSessions.autoArchiveMergedSessionsAfterDays' | 'sessions.archiveSessionConfetti'>;
13800
+
13784
13801
  // ── Version map ──
13785
13802
  // Stable entries map directly to their settings type.
13786
13803
  // Insider entries map to a nested record keyed by 10-digit build release date
@@ -13963,11 +13980,14 @@ interface VscodeVersionMap {
13963
13980
  '2026091107': VscodeSettings_1_138_0_insider_2026091107;
13964
13981
  '2026091500': VscodeSettings_1_138_0_insider_2026091500;
13965
13982
  }>;
13983
+ '1.139.0-insider': InsiderBuilds<{
13984
+ '2026091517': VscodeSettings_1_139_0_insider_2026091517;
13985
+ }>;
13966
13986
  }
13967
13987
 
13968
13988
  export type LatestVscodeSettings = VscodeSettings_1_137_0;
13969
13989
 
13970
- export type LatestInsiderVscodeSettings = VscodeSettings_1_138_0_insider_2026091500;
13990
+ export type LatestInsiderVscodeSettings = VscodeSettings_1_139_0_insider_2026091517;
13971
13991
 
13972
13992
  export type VscodeVersion = keyof VscodeVersionMap;
13973
13993
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/vscode-settings-history",
3
- "version": "0.0.2-87",
3
+ "version": "0.0.2-88",
4
4
  "type": "module",
5
5
  "description": "Tracks VS Code settings schema changes across versions",
6
6
  "license": "MIT",