@vscode/vscode-settings-history 0.0.2-71 → 0.0.2-73

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
@@ -472976,5 +472976,620 @@
472976
472976
  }
472977
472977
  }
472978
472978
  ]
472979
+ },
472980
+ {
472981
+ "version": "1.135.0-insider+2026082500",
472982
+ "base": {
472983
+ "version": "1.135.0-insider+2026082117"
472984
+ },
472985
+ "patch": [
472986
+ {
472987
+ "op": "replace",
472988
+ "path": "/chat.agentSessions.showExternal/defaultDefaultValue",
472989
+ "value": "recent"
472990
+ },
472991
+ {
472992
+ "op": "replace",
472993
+ "path": "/chat.agentSessions.showExternal/default",
472994
+ "value": "recent"
472995
+ },
472996
+ {
472997
+ "op": "replace",
472998
+ "path": "/chat.agentSessions.showExternal/enumDescriptions/1",
472999
+ "value": "Shows up to the 2 most recently updated external sessions from the last 7 days, hiding any that you have started 2 newer sessions after."
473000
+ },
473001
+ {
473002
+ "op": "add",
473003
+ "path": "/chat.agentSessions.showExternal/tags",
473004
+ "value": [
473005
+ "experimental",
473006
+ "onExP"
473007
+ ]
473008
+ },
473009
+ {
473010
+ "op": "add",
473011
+ "path": "/chat.agentSessions.showExternal/experiment",
473012
+ "value": {
473013
+ "mode": "auto"
473014
+ }
473015
+ },
473016
+ {
473017
+ "op": "replace",
473018
+ "path": "/notebook.editorOptionsCustomizations/allOf/0/properties/editor.selectionHighlightMaxLength/description",
473019
+ "value": "Controls how many characters can be in the selection before similar matches are not highlighted. Set to zero for unlimited."
473020
+ },
473021
+ {
473022
+ "op": "replace",
473023
+ "path": "/editor.selectionHighlightMaxLength/description",
473024
+ "value": "Controls how many characters can be in the selection before similar matches are not highlighted. Set to zero for unlimited."
473025
+ },
473026
+ {
473027
+ "op": "add",
473028
+ "path": "/chat.copilot.subagentModelGuidance.enabled",
473029
+ "value": {
473030
+ "type": "boolean",
473031
+ "markdownDescription": "When enabled, Copilot SDK agent sessions instruct the model to keep subagents on their default model, setting the task tool's `model` parameter only when you explicitly name the model a subagent should run on. Applied when a session launches or resumes.",
473032
+ "default": false,
473033
+ "experiment": {
473034
+ "mode": "startup"
473035
+ },
473036
+ "tags": [
473037
+ "experimental",
473038
+ "advanced",
473039
+ "onExP"
473040
+ ],
473041
+ "section": {
473042
+ "id": "chatSidebar",
473043
+ "title": "Chat"
473044
+ },
473045
+ "defaultDefaultValue": false,
473046
+ "scope": 4,
473047
+ "restricted": false
473048
+ }
473049
+ }
473050
+ ]
473051
+ },
473052
+ {
473053
+ "version": "1.135.0-insider+2026082511",
473054
+ "base": {
473055
+ "version": "1.135.0-insider+2026082500"
473056
+ },
473057
+ "patch": [
473058
+ {
473059
+ "op": "replace",
473060
+ "path": "/chat.customizations.promptMigration.enabled/defaultDefaultValue",
473061
+ "value": true
473062
+ },
473063
+ {
473064
+ "op": "replace",
473065
+ "path": "/chat.customizations.promptMigration.enabled/default",
473066
+ "value": true
473067
+ },
473068
+ {
473069
+ "op": "add",
473070
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/0",
473071
+ "value": "All active folding range providers"
473072
+ },
473073
+ {
473074
+ "op": "add",
473075
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/1",
473076
+ "value": "AI chat features powered by Copilot"
473077
+ },
473078
+ {
473079
+ "op": "add",
473080
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/2",
473081
+ "value": "Provides rich language support for CSS, LESS and SCSS files."
473082
+ },
473083
+ {
473084
+ "op": "add",
473085
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/3",
473086
+ "value": "Provides rich language support for HTML and Handlebar files"
473087
+ },
473088
+ {
473089
+ "op": "add",
473090
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/4",
473091
+ "value": "Provides rich language support for JSON files."
473092
+ },
473093
+ {
473094
+ "op": "add",
473095
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/5",
473096
+ "value": "Provides rich language support for Markdown."
473097
+ },
473098
+ {
473099
+ "op": "add",
473100
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/6",
473101
+ "value": "Adds math support to Markdown in notebooks."
473102
+ },
473103
+ {
473104
+ "op": "add",
473105
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/7",
473106
+ "value": "Provides rich language support for PHP files."
473107
+ },
473108
+ {
473109
+ "op": "add",
473110
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/8",
473111
+ "value": "Provides rich language support for JavaScript and TypeScript."
473112
+ },
473113
+ {
473114
+ "op": "add",
473115
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/9",
473116
+ "value": "Provides capabilities (advanced IntelliSense, auto-fixing) in configuration files like settings, launch, and extension recommendation files."
473117
+ },
473118
+ {
473119
+ "op": "add",
473120
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/10",
473121
+ "value": "Helper for auto-attach feature when node-debug extensions are not active."
473122
+ },
473123
+ {
473124
+ "op": "add",
473125
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/11",
473126
+ "value": "Open URI in browser if server under debugging is ready."
473127
+ },
473128
+ {
473129
+ "op": "add",
473130
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/12",
473131
+ "value": "Emmet support for VS Code"
473132
+ },
473133
+ {
473134
+ "op": "add",
473135
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/13",
473136
+ "value": "Provides linting capabilities for authoring extensions."
473137
+ },
473138
+ {
473139
+ "op": "add",
473140
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/14",
473141
+ "value": "Git SCM Integration"
473142
+ },
473143
+ {
473144
+ "op": "add",
473145
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/15",
473146
+ "value": "Git static contributions and pickers."
473147
+ },
473148
+ {
473149
+ "op": "add",
473150
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/16",
473151
+ "value": "GitHub features for VS Code"
473152
+ },
473153
+ {
473154
+ "op": "add",
473155
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/17",
473156
+ "value": "GitHub Authentication Provider"
473157
+ },
473158
+ {
473159
+ "op": "add",
473160
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/18",
473161
+ "value": "Extension to add Grunt capabilities to VS Code."
473162
+ },
473163
+ {
473164
+ "op": "add",
473165
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/19",
473166
+ "value": "Extension to add Gulp capabilities to VSCode."
473167
+ },
473168
+ {
473169
+ "op": "add",
473170
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/20",
473171
+ "value": "Provides basic support for opening and reading Jupyter's .ipynb notebook files"
473172
+ },
473173
+ {
473174
+ "op": "add",
473175
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/21",
473176
+ "value": "Extension to add Jake capabilities to VS Code."
473177
+ },
473178
+ {
473179
+ "op": "add",
473180
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/22",
473181
+ "value": "An extension for debugging Node.js programs and Chrome."
473182
+ },
473183
+ {
473184
+ "op": "add",
473185
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/23",
473186
+ "value": "Companion extension to js-debug that provides capability for remote debugging"
473187
+ },
473188
+ {
473189
+ "op": "add",
473190
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/24",
473191
+ "value": "Provides VS Code's built-in previews for images, audio, and video"
473192
+ },
473193
+ {
473194
+ "op": "add",
473195
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/25",
473196
+ "value": "Highlighting and commands for inline merge conflicts."
473197
+ },
473198
+ {
473199
+ "op": "add",
473200
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/26",
473201
+ "value": "Adds Mermaid diagram support to built-in chats, Markdown previews, and notebooks."
473202
+ },
473203
+ {
473204
+ "op": "add",
473205
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/27",
473206
+ "value": "Microsoft authentication provider"
473207
+ },
473208
+ {
473209
+ "op": "add",
473210
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/28",
473211
+ "value": "Extension to add task support for npm scripts."
473212
+ },
473213
+ {
473214
+ "op": "add",
473215
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/29",
473216
+ "value": "Reference Search results as separate, stable view in the sidebar"
473217
+ },
473218
+ {
473219
+ "op": "add",
473220
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/30",
473221
+ "value": "Provides syntax highlighting and language features for tabbed search results."
473222
+ },
473223
+ {
473224
+ "op": "add",
473225
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/31",
473226
+ "value": "A very basic built-in webview for displaying web content."
473227
+ },
473228
+ {
473229
+ "op": "add",
473230
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/32",
473231
+ "value": "Extension to add terminal completions for zsh, bash, and fish terminals."
473232
+ },
473233
+ {
473234
+ "op": "add",
473235
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/33",
473236
+ "value": "Allows forwarding local ports to be accessible over the internet."
473237
+ },
473238
+ {
473239
+ "op": "add",
473240
+ "path": "/editor.defaultFoldingRangeProvider/markdownEnumDescriptions/34",
473241
+ "value": "Text visualizer for profiles taken from the JavaScript debugger"
473242
+ },
473243
+ {
473244
+ "op": "add",
473245
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/0",
473246
+ "value": "All"
473247
+ },
473248
+ {
473249
+ "op": "add",
473250
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/1",
473251
+ "value": "GitHub Copilot"
473252
+ },
473253
+ {
473254
+ "op": "add",
473255
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/2",
473256
+ "value": "CSS Language Features"
473257
+ },
473258
+ {
473259
+ "op": "add",
473260
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/3",
473261
+ "value": "HTML Language Features"
473262
+ },
473263
+ {
473264
+ "op": "add",
473265
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/4",
473266
+ "value": "JSON Language Features"
473267
+ },
473268
+ {
473269
+ "op": "add",
473270
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/5",
473271
+ "value": "Markdown Language Features"
473272
+ },
473273
+ {
473274
+ "op": "add",
473275
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/6",
473276
+ "value": "Markdown Math"
473277
+ },
473278
+ {
473279
+ "op": "add",
473280
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/7",
473281
+ "value": "PHP Language Features"
473282
+ },
473283
+ {
473284
+ "op": "add",
473285
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/8",
473286
+ "value": "JavaScript and TypeScript Language Features"
473287
+ },
473288
+ {
473289
+ "op": "add",
473290
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/9",
473291
+ "value": "Configuration Editing"
473292
+ },
473293
+ {
473294
+ "op": "add",
473295
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/10",
473296
+ "value": "Node Debug Auto-attach"
473297
+ },
473298
+ {
473299
+ "op": "add",
473300
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/11",
473301
+ "value": "Server Ready Action"
473302
+ },
473303
+ {
473304
+ "op": "add",
473305
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/12",
473306
+ "value": "Emmet"
473307
+ },
473308
+ {
473309
+ "op": "add",
473310
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/13",
473311
+ "value": "Extension Authoring"
473312
+ },
473313
+ {
473314
+ "op": "add",
473315
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/14",
473316
+ "value": "Git"
473317
+ },
473318
+ {
473319
+ "op": "add",
473320
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/15",
473321
+ "value": "Git Base"
473322
+ },
473323
+ {
473324
+ "op": "add",
473325
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/16",
473326
+ "value": "GitHub"
473327
+ },
473328
+ {
473329
+ "op": "add",
473330
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/17",
473331
+ "value": "GitHub Authentication"
473332
+ },
473333
+ {
473334
+ "op": "add",
473335
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/18",
473336
+ "value": "Grunt support for VS Code"
473337
+ },
473338
+ {
473339
+ "op": "add",
473340
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/19",
473341
+ "value": "Gulp support for VSCode"
473342
+ },
473343
+ {
473344
+ "op": "add",
473345
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/20",
473346
+ "value": ".ipynb Support"
473347
+ },
473348
+ {
473349
+ "op": "add",
473350
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/21",
473351
+ "value": "Jake support for VS Code"
473352
+ },
473353
+ {
473354
+ "op": "add",
473355
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/22",
473356
+ "value": "JavaScript Debugger"
473357
+ },
473358
+ {
473359
+ "op": "add",
473360
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/23",
473361
+ "value": "JavaScript Debugger Companion Extension"
473362
+ },
473363
+ {
473364
+ "op": "add",
473365
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/24",
473366
+ "value": "Media Preview"
473367
+ },
473368
+ {
473369
+ "op": "add",
473370
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/25",
473371
+ "value": "Merge Conflict"
473372
+ },
473373
+ {
473374
+ "op": "add",
473375
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/26",
473376
+ "value": "Mermaid Markdown Features"
473377
+ },
473378
+ {
473379
+ "op": "add",
473380
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/27",
473381
+ "value": "Microsoft Account"
473382
+ },
473383
+ {
473384
+ "op": "add",
473385
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/28",
473386
+ "value": "NPM support for VS Code"
473387
+ },
473388
+ {
473389
+ "op": "add",
473390
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/29",
473391
+ "value": "Reference Search View"
473392
+ },
473393
+ {
473394
+ "op": "add",
473395
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/30",
473396
+ "value": "Search Result"
473397
+ },
473398
+ {
473399
+ "op": "add",
473400
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/31",
473401
+ "value": "Simple Browser"
473402
+ },
473403
+ {
473404
+ "op": "add",
473405
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/32",
473406
+ "value": "Terminal Suggest for VS Code"
473407
+ },
473408
+ {
473409
+ "op": "add",
473410
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/33",
473411
+ "value": "Local Tunnel Port Forwarding"
473412
+ },
473413
+ {
473414
+ "op": "add",
473415
+ "path": "/editor.defaultFoldingRangeProvider/enumItemLabels/34",
473416
+ "value": "Table Visualizer for JavaScript Profiles"
473417
+ },
473418
+ {
473419
+ "op": "add",
473420
+ "path": "/editor.defaultFoldingRangeProvider/enum/0",
473421
+ "value": null
473422
+ },
473423
+ {
473424
+ "op": "add",
473425
+ "path": "/editor.defaultFoldingRangeProvider/enum/1",
473426
+ "value": "GitHub.copilot-chat"
473427
+ },
473428
+ {
473429
+ "op": "add",
473430
+ "path": "/editor.defaultFoldingRangeProvider/enum/2",
473431
+ "value": "vscode.css-language-features"
473432
+ },
473433
+ {
473434
+ "op": "add",
473435
+ "path": "/editor.defaultFoldingRangeProvider/enum/3",
473436
+ "value": "vscode.html-language-features"
473437
+ },
473438
+ {
473439
+ "op": "add",
473440
+ "path": "/editor.defaultFoldingRangeProvider/enum/4",
473441
+ "value": "vscode.json-language-features"
473442
+ },
473443
+ {
473444
+ "op": "add",
473445
+ "path": "/editor.defaultFoldingRangeProvider/enum/5",
473446
+ "value": "vscode.markdown-language-features"
473447
+ },
473448
+ {
473449
+ "op": "add",
473450
+ "path": "/editor.defaultFoldingRangeProvider/enum/6",
473451
+ "value": "vscode.markdown-math"
473452
+ },
473453
+ {
473454
+ "op": "add",
473455
+ "path": "/editor.defaultFoldingRangeProvider/enum/7",
473456
+ "value": "vscode.php-language-features"
473457
+ },
473458
+ {
473459
+ "op": "add",
473460
+ "path": "/editor.defaultFoldingRangeProvider/enum/8",
473461
+ "value": "vscode.typescript-language-features"
473462
+ },
473463
+ {
473464
+ "op": "add",
473465
+ "path": "/editor.defaultFoldingRangeProvider/enum/9",
473466
+ "value": "vscode.configuration-editing"
473467
+ },
473468
+ {
473469
+ "op": "add",
473470
+ "path": "/editor.defaultFoldingRangeProvider/enum/10",
473471
+ "value": "vscode.debug-auto-launch"
473472
+ },
473473
+ {
473474
+ "op": "add",
473475
+ "path": "/editor.defaultFoldingRangeProvider/enum/11",
473476
+ "value": "vscode.debug-server-ready"
473477
+ },
473478
+ {
473479
+ "op": "add",
473480
+ "path": "/editor.defaultFoldingRangeProvider/enum/12",
473481
+ "value": "vscode.emmet"
473482
+ },
473483
+ {
473484
+ "op": "add",
473485
+ "path": "/editor.defaultFoldingRangeProvider/enum/13",
473486
+ "value": "vscode.extension-editing"
473487
+ },
473488
+ {
473489
+ "op": "add",
473490
+ "path": "/editor.defaultFoldingRangeProvider/enum/14",
473491
+ "value": "vscode.git"
473492
+ },
473493
+ {
473494
+ "op": "add",
473495
+ "path": "/editor.defaultFoldingRangeProvider/enum/15",
473496
+ "value": "vscode.git-base"
473497
+ },
473498
+ {
473499
+ "op": "add",
473500
+ "path": "/editor.defaultFoldingRangeProvider/enum/16",
473501
+ "value": "vscode.github"
473502
+ },
473503
+ {
473504
+ "op": "add",
473505
+ "path": "/editor.defaultFoldingRangeProvider/enum/17",
473506
+ "value": "vscode.github-authentication"
473507
+ },
473508
+ {
473509
+ "op": "add",
473510
+ "path": "/editor.defaultFoldingRangeProvider/enum/18",
473511
+ "value": "vscode.grunt"
473512
+ },
473513
+ {
473514
+ "op": "add",
473515
+ "path": "/editor.defaultFoldingRangeProvider/enum/19",
473516
+ "value": "vscode.gulp"
473517
+ },
473518
+ {
473519
+ "op": "add",
473520
+ "path": "/editor.defaultFoldingRangeProvider/enum/20",
473521
+ "value": "vscode.ipynb"
473522
+ },
473523
+ {
473524
+ "op": "add",
473525
+ "path": "/editor.defaultFoldingRangeProvider/enum/21",
473526
+ "value": "vscode.jake"
473527
+ },
473528
+ {
473529
+ "op": "add",
473530
+ "path": "/editor.defaultFoldingRangeProvider/enum/22",
473531
+ "value": "ms-vscode.js-debug"
473532
+ },
473533
+ {
473534
+ "op": "add",
473535
+ "path": "/editor.defaultFoldingRangeProvider/enum/23",
473536
+ "value": "ms-vscode.js-debug-companion"
473537
+ },
473538
+ {
473539
+ "op": "add",
473540
+ "path": "/editor.defaultFoldingRangeProvider/enum/24",
473541
+ "value": "vscode.media-preview"
473542
+ },
473543
+ {
473544
+ "op": "add",
473545
+ "path": "/editor.defaultFoldingRangeProvider/enum/25",
473546
+ "value": "vscode.merge-conflict"
473547
+ },
473548
+ {
473549
+ "op": "add",
473550
+ "path": "/editor.defaultFoldingRangeProvider/enum/26",
473551
+ "value": "vscode.mermaid-markdown-features"
473552
+ },
473553
+ {
473554
+ "op": "add",
473555
+ "path": "/editor.defaultFoldingRangeProvider/enum/27",
473556
+ "value": "vscode.microsoft-authentication"
473557
+ },
473558
+ {
473559
+ "op": "add",
473560
+ "path": "/editor.defaultFoldingRangeProvider/enum/28",
473561
+ "value": "vscode.npm"
473562
+ },
473563
+ {
473564
+ "op": "add",
473565
+ "path": "/editor.defaultFoldingRangeProvider/enum/29",
473566
+ "value": "vscode.references-view"
473567
+ },
473568
+ {
473569
+ "op": "add",
473570
+ "path": "/editor.defaultFoldingRangeProvider/enum/30",
473571
+ "value": "vscode.search-result"
473572
+ },
473573
+ {
473574
+ "op": "add",
473575
+ "path": "/editor.defaultFoldingRangeProvider/enum/31",
473576
+ "value": "vscode.simple-browser"
473577
+ },
473578
+ {
473579
+ "op": "add",
473580
+ "path": "/editor.defaultFoldingRangeProvider/enum/32",
473581
+ "value": "vscode.terminal-suggest"
473582
+ },
473583
+ {
473584
+ "op": "add",
473585
+ "path": "/editor.defaultFoldingRangeProvider/enum/33",
473586
+ "value": "vscode.tunnel-forwarding"
473587
+ },
473588
+ {
473589
+ "op": "add",
473590
+ "path": "/editor.defaultFoldingRangeProvider/enum/34",
473591
+ "value": "ms-vscode.vscode-js-profile-table"
473592
+ }
473593
+ ]
472979
473594
  }
472980
473595
  ]
@@ -13342,6 +13342,20 @@ export type VscodeSettings_1_135_0_insider_2026082117 = Patch<VscodeSettings_1_1
13342
13342
  readonly 'github.copilot.chat.languageContext.typescript7.enabled'?: boolean;
13343
13343
  }, 'chat.agentSessions.showSessionMetadataInInput' | 'github.copilot.chat.semanticSearchTool.mode'>;
13344
13344
 
13345
+ // ── 1.135.0-insider+2026082500: +1, ~3 ──
13346
+ export type VscodeSettings_1_135_0_insider_2026082500 = Patch<VscodeSettings_1_135_0_insider_2026082117, {
13347
+ readonly 'chat.agentSessions.showExternal'?: 'none' | 'recent' | 'last24Hours' | 'last7Days' | 'last30Days';
13348
+ readonly 'chat.copilot.subagentModelGuidance.enabled'?: boolean;
13349
+ readonly 'editor.selectionHighlightMaxLength'?: number;
13350
+ readonly 'notebook.editorOptionsCustomizations'?: unknown;
13351
+ }, never>;
13352
+
13353
+ // ── 1.135.0-insider+2026082511: ~2 ──
13354
+ export type VscodeSettings_1_135_0_insider_2026082511 = Patch<VscodeSettings_1_135_0_insider_2026082500, {
13355
+ readonly 'chat.customizations.promptMigration.enabled'?: boolean;
13356
+ 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';
13357
+ }, never>;
13358
+
13345
13359
  // ── Version map ──
13346
13360
  // Stable entries map directly to their settings type.
13347
13361
  // Insider entries map to a nested record keyed by 10-digit build release date
@@ -13496,12 +13510,14 @@ interface VscodeVersionMap {
13496
13510
  '2026081921': VscodeSettings_1_135_0_insider_2026081921;
13497
13511
  '2026082005': VscodeSettings_1_135_0_insider_2026082005;
13498
13512
  '2026082117': VscodeSettings_1_135_0_insider_2026082117;
13513
+ '2026082500': VscodeSettings_1_135_0_insider_2026082500;
13514
+ '2026082511': VscodeSettings_1_135_0_insider_2026082511;
13499
13515
  }>;
13500
13516
  }
13501
13517
 
13502
13518
  export type LatestVscodeSettings = VscodeSettings_1_134_0;
13503
13519
 
13504
- export type LatestInsiderVscodeSettings = VscodeSettings_1_135_0_insider_2026082117;
13520
+ export type LatestInsiderVscodeSettings = VscodeSettings_1_135_0_insider_2026082511;
13505
13521
 
13506
13522
  export type VscodeVersion = keyof VscodeVersionMap;
13507
13523
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/vscode-settings-history",
3
- "version": "0.0.2-71",
3
+ "version": "0.0.2-73",
4
4
  "type": "module",
5
5
  "description": "Tracks VS Code settings schema changes across versions",
6
6
  "license": "MIT",
@@ -37,5 +37,5 @@
37
37
  "tsx": "4.22.4",
38
38
  "vitest": "^4.1.4"
39
39
  },
40
- "gitHead": "8bfa535027fcb90244ae3516d9440507ccc950f8"
40
+ "gitHead": "b5fd5cda44376c118dd383f8c03ac4f6a06c648e"
41
41
  }