@vscode/vscode-settings-history 0.0.2-87 → 0.0.2-89
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 +974 -0
- package/dist/vscode-settings.d.ts +69 -2
- package/package.json +2 -2
package/dist/history.json
CHANGED
|
@@ -510169,5 +510169,979 @@
|
|
|
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
|
+
]
|
|
510458
|
+
},
|
|
510459
|
+
{
|
|
510460
|
+
"version": "1.138.0",
|
|
510461
|
+
"base": {
|
|
510462
|
+
"version": "1.137.0"
|
|
510463
|
+
},
|
|
510464
|
+
"patch": [
|
|
510465
|
+
{
|
|
510466
|
+
"op": "remove",
|
|
510467
|
+
"path": "/chat.agentHost.devContainer.enabled/tags/1"
|
|
510468
|
+
},
|
|
510469
|
+
{
|
|
510470
|
+
"op": "replace",
|
|
510471
|
+
"path": "/chat.agentHost.devContainer.enabled/tags/0",
|
|
510472
|
+
"value": "onExP"
|
|
510473
|
+
},
|
|
510474
|
+
{
|
|
510475
|
+
"op": "replace",
|
|
510476
|
+
"path": "/chat.automations.enabled/defaultDefaultValue",
|
|
510477
|
+
"value": true
|
|
510478
|
+
},
|
|
510479
|
+
{
|
|
510480
|
+
"op": "replace",
|
|
510481
|
+
"path": "/chat.automations.enabled/default",
|
|
510482
|
+
"value": true
|
|
510483
|
+
},
|
|
510484
|
+
{
|
|
510485
|
+
"op": "remove",
|
|
510486
|
+
"path": "/chat.agentHost.copilot.autoModeTiers.enabled"
|
|
510487
|
+
},
|
|
510488
|
+
{
|
|
510489
|
+
"op": "remove",
|
|
510490
|
+
"path": "/chat.experimental.sessionStateIndicator.enabled/description"
|
|
510491
|
+
},
|
|
510492
|
+
{
|
|
510493
|
+
"op": "add",
|
|
510494
|
+
"path": "/chat.experimental.sessionStateIndicator.enabled/markdownDescription",
|
|
510495
|
+
"value": "Enable state indicators around chat editor sessions that are in progress, need input, or have an unvisited completion. Customize the borders with `chat.sessionStateIndicator.inProgressBorder`, `chat.sessionStateIndicator.needsInputBorder`, and `chat.sessionStateIndicator.unvisitedBorder` in `#workbench.colorCustomizations#`."
|
|
510496
|
+
},
|
|
510497
|
+
{
|
|
510498
|
+
"op": "remove",
|
|
510499
|
+
"path": "/chat.agentSessions.consolidatedRemoteWorkspaces/section/title"
|
|
510500
|
+
},
|
|
510501
|
+
{
|
|
510502
|
+
"op": "remove",
|
|
510503
|
+
"path": "/chat.agentSessions.consolidatedRemoteWorkspaces/section/id"
|
|
510504
|
+
},
|
|
510505
|
+
{
|
|
510506
|
+
"op": "remove",
|
|
510507
|
+
"path": "/chat.agentSessions.consolidatedRemoteWorkspaces/experiment"
|
|
510508
|
+
},
|
|
510509
|
+
{
|
|
510510
|
+
"op": "remove",
|
|
510511
|
+
"path": "/chat.agentSessions.consolidatedRemoteWorkspaces/tags"
|
|
510512
|
+
},
|
|
510513
|
+
{
|
|
510514
|
+
"op": "remove",
|
|
510515
|
+
"path": "/chat.agentSessions.consolidatedRemoteWorkspaces/description"
|
|
510516
|
+
},
|
|
510517
|
+
{
|
|
510518
|
+
"op": "add",
|
|
510519
|
+
"path": "/chat.agentSessions.consolidatedRemoteWorkspaces/deprecationMessage",
|
|
510520
|
+
"value": "Deprecated. Use the unified workspace picker setting instead."
|
|
510521
|
+
},
|
|
510522
|
+
{
|
|
510523
|
+
"op": "add",
|
|
510524
|
+
"path": "/chat.experimentalModelPicker/tags/1",
|
|
510525
|
+
"value": "onExP"
|
|
510526
|
+
},
|
|
510527
|
+
{
|
|
510528
|
+
"op": "add",
|
|
510529
|
+
"path": "/chat.experimentalModelPicker/experiment",
|
|
510530
|
+
"value": {
|
|
510531
|
+
"mode": "auto"
|
|
510532
|
+
}
|
|
510533
|
+
},
|
|
510534
|
+
{
|
|
510535
|
+
"op": "remove",
|
|
510536
|
+
"path": "/chat.agentHost.copilot.multiTurnContextRouting.enabled"
|
|
510537
|
+
},
|
|
510538
|
+
{
|
|
510539
|
+
"op": "add",
|
|
510540
|
+
"path": "/chat.copilot.semanticSearch.enabled/tags/2",
|
|
510541
|
+
"value": "onExP"
|
|
510542
|
+
},
|
|
510543
|
+
{
|
|
510544
|
+
"op": "add",
|
|
510545
|
+
"path": "/chat.copilot.semanticSearch.enabled/experiment",
|
|
510546
|
+
"value": {
|
|
510547
|
+
"mode": "auto"
|
|
510548
|
+
}
|
|
510549
|
+
},
|
|
510550
|
+
{
|
|
510551
|
+
"op": "replace",
|
|
510552
|
+
"path": "/chat.pasteAsAttachmentThreshold/markdownDescription",
|
|
510553
|
+
"value": "The number of characters a paste must exceed before it is added to the chat input as an attachment instead of being inserted inline. Set this to a very large number to always paste inline."
|
|
510554
|
+
},
|
|
510555
|
+
{
|
|
510556
|
+
"op": "remove",
|
|
510557
|
+
"path": "/github.copilot.chat.advanced.inlineEdits.jointCompletionsProvider.triggerChangeStrategy"
|
|
510558
|
+
},
|
|
510559
|
+
{
|
|
510560
|
+
"op": "remove",
|
|
510561
|
+
"path": "/github.copilot.chat.advanced.inlineEdits.jointCompletionsProvider.strategy"
|
|
510562
|
+
},
|
|
510563
|
+
{
|
|
510564
|
+
"op": "remove",
|
|
510565
|
+
"path": "/github.copilot.chat.advanced.inlineEdits.jointCompletionsProvider.enabled"
|
|
510566
|
+
},
|
|
510567
|
+
{
|
|
510568
|
+
"op": "remove",
|
|
510569
|
+
"path": "/github.copilot.chat.autoMode.tiers.enabled/source"
|
|
510570
|
+
},
|
|
510571
|
+
{
|
|
510572
|
+
"op": "remove",
|
|
510573
|
+
"path": "/github.copilot.chat.autoMode.tiers.enabled/section/extensionInfo"
|
|
510574
|
+
},
|
|
510575
|
+
{
|
|
510576
|
+
"op": "replace",
|
|
510577
|
+
"path": "/github.copilot.chat.autoMode.tiers.enabled/section/title",
|
|
510578
|
+
"value": "Chat"
|
|
510579
|
+
},
|
|
510580
|
+
{
|
|
510581
|
+
"op": "replace",
|
|
510582
|
+
"path": "/github.copilot.chat.autoMode.tiers.enabled/section/id",
|
|
510583
|
+
"value": "chatSidebar"
|
|
510584
|
+
},
|
|
510585
|
+
{
|
|
510586
|
+
"op": "add",
|
|
510587
|
+
"path": "/github.copilot.chat.autoMode.tiers.enabled/experiment/name",
|
|
510588
|
+
"value": "copilotchat.autoModeTiersEnabled"
|
|
510589
|
+
},
|
|
510590
|
+
{
|
|
510591
|
+
"op": "replace",
|
|
510592
|
+
"path": "/github.copilot.chat.autoMode.tiers.enabled/tags/1",
|
|
510593
|
+
"value": "advanced"
|
|
510594
|
+
},
|
|
510595
|
+
{
|
|
510596
|
+
"op": "replace",
|
|
510597
|
+
"path": "/github.copilot.chat.autoMode.tiers.enabled/tags/0",
|
|
510598
|
+
"value": "experimental"
|
|
510599
|
+
},
|
|
510600
|
+
{
|
|
510601
|
+
"op": "add",
|
|
510602
|
+
"path": "/github.copilot.chat.autoMode.tiers.enabled/tags/2",
|
|
510603
|
+
"value": "onExP"
|
|
510604
|
+
},
|
|
510605
|
+
{
|
|
510606
|
+
"op": "replace",
|
|
510607
|
+
"path": "/github.copilot.chat.autoMode.tiers.enabled/markdownDescription",
|
|
510608
|
+
"value": "Show the Auto model's \"Optimize for\" picker with Efficiency, Balance, and Intelligence options in Copilot Chat and Copilot SDK sessions. When disabled, the service chooses how to route unless an override is configured."
|
|
510609
|
+
},
|
|
510610
|
+
{
|
|
510611
|
+
"op": "remove",
|
|
510612
|
+
"path": "/github.copilot.chat.autoModeTierOverride/source"
|
|
510613
|
+
},
|
|
510614
|
+
{
|
|
510615
|
+
"op": "remove",
|
|
510616
|
+
"path": "/github.copilot.chat.autoModeTierOverride/section/extensionInfo"
|
|
510617
|
+
},
|
|
510618
|
+
{
|
|
510619
|
+
"op": "replace",
|
|
510620
|
+
"path": "/github.copilot.chat.autoModeTierOverride/section/title",
|
|
510621
|
+
"value": "Chat"
|
|
510622
|
+
},
|
|
510623
|
+
{
|
|
510624
|
+
"op": "replace",
|
|
510625
|
+
"path": "/github.copilot.chat.autoModeTierOverride/section/id",
|
|
510626
|
+
"value": "chatSidebar"
|
|
510627
|
+
},
|
|
510628
|
+
{
|
|
510629
|
+
"op": "replace",
|
|
510630
|
+
"path": "/github.copilot.chat.autoModeTierOverride/markdownDescription",
|
|
510631
|
+
"value": "Override Auto's \"Optimize for\" preference for evals and debugging, even when the picker is disabled. Accepts `efficiency`, `balance`, or `intelligence` in both Copilot Chat and Copilot SDK sessions; `fast` is extension-only. Set to `null` to clear."
|
|
510632
|
+
},
|
|
510633
|
+
{
|
|
510634
|
+
"op": "replace",
|
|
510635
|
+
"path": "/chat.experimental.sessionArchiveActionWording/defaultDefaultValue",
|
|
510636
|
+
"value": "done"
|
|
510637
|
+
},
|
|
510638
|
+
{
|
|
510639
|
+
"op": "replace",
|
|
510640
|
+
"path": "/chat.experimental.sessionArchiveActionWording/default",
|
|
510641
|
+
"value": "done"
|
|
510642
|
+
},
|
|
510643
|
+
{
|
|
510644
|
+
"op": "replace",
|
|
510645
|
+
"path": "/dictation.model/markdownDescription",
|
|
510646
|
+
"value": "The model used for dictation. On-device models download on first use and run locally through Microsoft Foundry Local; the cloud option streams audio to the Microsoft AI voice service. On the web, user and default on-device selections use cloud transcription because local transcription is unsupported. If policy requires on-device transcription, dictation is unavailable on the web."
|
|
510647
|
+
},
|
|
510648
|
+
{
|
|
510649
|
+
"op": "replace",
|
|
510650
|
+
"path": "/dictation.enabled/markdownDescription",
|
|
510651
|
+
"value": "Enables dictation across the product (chat input, editor, and terminal). When enabled, a microphone button appears in the chat input and the dictation shortcut becomes available. Desktop uses the selected transcription model; web uses cloud transcription."
|
|
510652
|
+
},
|
|
510653
|
+
{
|
|
510654
|
+
"op": "remove",
|
|
510655
|
+
"path": "/chat.turnStatusPills"
|
|
510656
|
+
},
|
|
510657
|
+
{
|
|
510658
|
+
"op": "replace",
|
|
510659
|
+
"path": "/chat.experimental.permissionsSandboxToggle.enabled/markdownDescription",
|
|
510660
|
+
"value": "Controls whether the permissions picker shows a \"Sandboxing for terminal\" toggle. Local sessions show it on the Default permissions option. Copilot Agent Host sessions show it as a session-specific setting that applies to every permission mode; changing it saves the choice only for that session. New Copilot Agent Host sessions initially follow `#chat.agentHost.sdkSandbox.enabled#` or `#chat.agentHost.sdkSandbox.enabledWindows#` when using the SDK's built-in shell tool, and `#chat.agent.sandbox.enabled#` or `#chat.agent.sandbox.enabledWindows#` when using the Agent Host terminal tool."
|
|
510661
|
+
},
|
|
510662
|
+
{
|
|
510663
|
+
"op": "add",
|
|
510664
|
+
"path": "/terminal.integrated.defaultProfile.linux/markdownEnumDescriptions/13",
|
|
510665
|
+
"value": "$($(debug)) JavaScript Debug Terminal\n- extensionIdentifier: ms-vscode.js-debug"
|
|
510666
|
+
},
|
|
510667
|
+
{
|
|
510668
|
+
"op": "add",
|
|
510669
|
+
"path": "/terminal.integrated.defaultProfile.linux/enum/13",
|
|
510670
|
+
"value": "JavaScript Debug Terminal"
|
|
510671
|
+
},
|
|
510672
|
+
{
|
|
510673
|
+
"op": "replace",
|
|
510674
|
+
"path": "/chat.agent.thinkingStyle/description",
|
|
510675
|
+
"value": "Controls how thinking is rendered. Read-only chats always use the collapsed preview style."
|
|
510676
|
+
},
|
|
510677
|
+
{
|
|
510678
|
+
"op": "add",
|
|
510679
|
+
"path": "/chat.tools.edits.autoApprove/defaultDefaultValue/**~1.codex~1agents~1**",
|
|
510680
|
+
"value": false
|
|
510681
|
+
},
|
|
510682
|
+
{
|
|
510683
|
+
"op": "add",
|
|
510684
|
+
"path": "/chat.tools.edits.autoApprove/defaultDefaultValue/**~1.codex~1config.toml",
|
|
510685
|
+
"value": false
|
|
510686
|
+
},
|
|
510687
|
+
{
|
|
510688
|
+
"op": "add",
|
|
510689
|
+
"path": "/chat.tools.edits.autoApprove/defaultDefaultValue/**~1.codex~1hooks.json",
|
|
510690
|
+
"value": false
|
|
510691
|
+
},
|
|
510692
|
+
{
|
|
510693
|
+
"op": "add",
|
|
510694
|
+
"path": "/chat.tools.edits.autoApprove/default/**~1.codex~1agents~1**",
|
|
510695
|
+
"value": false
|
|
510696
|
+
},
|
|
510697
|
+
{
|
|
510698
|
+
"op": "add",
|
|
510699
|
+
"path": "/chat.tools.edits.autoApprove/default/**~1.codex~1config.toml",
|
|
510700
|
+
"value": false
|
|
510701
|
+
},
|
|
510702
|
+
{
|
|
510703
|
+
"op": "add",
|
|
510704
|
+
"path": "/chat.tools.edits.autoApprove/default/**~1.codex~1hooks.json",
|
|
510705
|
+
"value": false
|
|
510706
|
+
},
|
|
510707
|
+
{
|
|
510708
|
+
"op": "add",
|
|
510709
|
+
"path": "/notebook.editorOptionsCustomizations/allOf/0/properties/editor.fullwidthCharacterWidth",
|
|
510710
|
+
"value": {
|
|
510711
|
+
"enumDescriptions": [
|
|
510712
|
+
"Render full-width characters using the width defined by the font.",
|
|
510713
|
+
"Render full-width characters centered in exactly two character cells. Only applies to monospace fonts. Does not apply to multi codepoint full-width characters or to GPU rendering. This has a performance impact on line rendering."
|
|
510714
|
+
],
|
|
510715
|
+
"description": "Controls the width used to render full-width characters.",
|
|
510716
|
+
"type": "string",
|
|
510717
|
+
"enum": [
|
|
510718
|
+
"font",
|
|
510719
|
+
"twoCells"
|
|
510720
|
+
],
|
|
510721
|
+
"default": "font",
|
|
510722
|
+
"section": {
|
|
510723
|
+
"id": "editor",
|
|
510724
|
+
"title": "Editor",
|
|
510725
|
+
"order": 5
|
|
510726
|
+
},
|
|
510727
|
+
"defaultDefaultValue": "font",
|
|
510728
|
+
"scope": 6,
|
|
510729
|
+
"restricted": false
|
|
510730
|
+
}
|
|
510731
|
+
},
|
|
510732
|
+
{
|
|
510733
|
+
"op": "add",
|
|
510734
|
+
"path": "/editor.fullwidthCharacterWidth",
|
|
510735
|
+
"value": {
|
|
510736
|
+
"enumDescriptions": [
|
|
510737
|
+
"Render full-width characters using the width defined by the font.",
|
|
510738
|
+
"Render full-width characters centered in exactly two character cells. Only applies to monospace fonts. Does not apply to multi codepoint full-width characters or to GPU rendering. This has a performance impact on line rendering."
|
|
510739
|
+
],
|
|
510740
|
+
"description": "Controls the width used to render full-width characters.",
|
|
510741
|
+
"type": "string",
|
|
510742
|
+
"enum": [
|
|
510743
|
+
"font",
|
|
510744
|
+
"twoCells"
|
|
510745
|
+
],
|
|
510746
|
+
"default": "font",
|
|
510747
|
+
"section": {
|
|
510748
|
+
"id": "editor",
|
|
510749
|
+
"title": "Editor",
|
|
510750
|
+
"order": 5
|
|
510751
|
+
},
|
|
510752
|
+
"defaultDefaultValue": "font",
|
|
510753
|
+
"scope": 6,
|
|
510754
|
+
"restricted": false
|
|
510755
|
+
}
|
|
510756
|
+
},
|
|
510757
|
+
{
|
|
510758
|
+
"op": "add",
|
|
510759
|
+
"path": "/chat.agentHost.experimental.autoAttachPullRequests",
|
|
510760
|
+
"value": {
|
|
510761
|
+
"type": "boolean",
|
|
510762
|
+
"description": "Controls whether the Agent Host automatically discovers and associates a pull request for the currently checked-out branch. When disabled, only pull requests recorded by the agent as artifacts or explicitly selected or created through session actions are considered.",
|
|
510763
|
+
"default": true,
|
|
510764
|
+
"scope": 1,
|
|
510765
|
+
"tags": [
|
|
510766
|
+
"experimental",
|
|
510767
|
+
"advanced",
|
|
510768
|
+
"onExP"
|
|
510769
|
+
],
|
|
510770
|
+
"experiment": {
|
|
510771
|
+
"mode": "auto"
|
|
510772
|
+
},
|
|
510773
|
+
"agentHost": {
|
|
510774
|
+
"key": "autoAttachPullRequests"
|
|
510775
|
+
},
|
|
510776
|
+
"section": {
|
|
510777
|
+
"id": "chatAgentHostStarter",
|
|
510778
|
+
"title": "Chat Agent Host Starter"
|
|
510779
|
+
},
|
|
510780
|
+
"defaultDefaultValue": true,
|
|
510781
|
+
"restricted": false
|
|
510782
|
+
}
|
|
510783
|
+
},
|
|
510784
|
+
{
|
|
510785
|
+
"op": "add",
|
|
510786
|
+
"path": "/sessions.chat.unifiedWorkspacePicker.enabled",
|
|
510787
|
+
"value": {
|
|
510788
|
+
"type": "boolean",
|
|
510789
|
+
"default": false,
|
|
510790
|
+
"scope": 1,
|
|
510791
|
+
"description": "Controls whether the Agents Window uses the unified workspace picker, which combines GitHub and remote workspaces, provides search, and, when supported, allows creating sessions with no workspace.",
|
|
510792
|
+
"tags": [
|
|
510793
|
+
"experimental",
|
|
510794
|
+
"onExP"
|
|
510795
|
+
],
|
|
510796
|
+
"experiment": {
|
|
510797
|
+
"mode": "auto"
|
|
510798
|
+
},
|
|
510799
|
+
"section": {
|
|
510800
|
+
"id": "chat"
|
|
510801
|
+
},
|
|
510802
|
+
"defaultDefaultValue": false,
|
|
510803
|
+
"restricted": false
|
|
510804
|
+
}
|
|
510805
|
+
},
|
|
510806
|
+
{
|
|
510807
|
+
"op": "add",
|
|
510808
|
+
"path": "/chat.agentSessions.autoArchiveMergedSessionsAfterDays",
|
|
510809
|
+
"value": {
|
|
510810
|
+
"type": "integer",
|
|
510811
|
+
"minimum": 0,
|
|
510812
|
+
"default": 0,
|
|
510813
|
+
"scope": 1,
|
|
510814
|
+
"tags": [
|
|
510815
|
+
"preview",
|
|
510816
|
+
"agentSessionCleanup"
|
|
510817
|
+
],
|
|
510818
|
+
"markdownDescription": "Controls the number of inactive days before agent sessions with a merged pull request are automatically archived. Archiving safely removes eligible worktrees. Permanent deletion is controlled separately by `#chat.agentSessions.autoDeleteArchivedMergedSessionsAfterDays#`. Set to 0 to disable automatic archival. The recommended value is 15.",
|
|
510819
|
+
"agentHost": {
|
|
510820
|
+
"key": "autoArchiveMergedSessionsAfterDays"
|
|
510821
|
+
},
|
|
510822
|
+
"section": {
|
|
510823
|
+
"id": "chat"
|
|
510824
|
+
},
|
|
510825
|
+
"defaultDefaultValue": 0,
|
|
510826
|
+
"restricted": false
|
|
510827
|
+
}
|
|
510828
|
+
},
|
|
510829
|
+
{
|
|
510830
|
+
"op": "add",
|
|
510831
|
+
"path": "/chat.agentSessions.autoDeleteArchivedMergedSessionsAfterDays",
|
|
510832
|
+
"value": {
|
|
510833
|
+
"type": "integer",
|
|
510834
|
+
"minimum": 0,
|
|
510835
|
+
"default": 0,
|
|
510836
|
+
"scope": 1,
|
|
510837
|
+
"tags": [
|
|
510838
|
+
"preview",
|
|
510839
|
+
"agentSessionCleanup"
|
|
510840
|
+
],
|
|
510841
|
+
"markdownDescription": "Controls the number of days after automatic archival before agent sessions with a merged pull request are permanently deleted. Retained eligible worktrees are safely removed before deletion. Automatic archival is controlled separately by `#chat.agentSessions.autoArchiveMergedSessionsAfterDays#`. Set to 0 to disable permanent deletion. The recommended value is 15.",
|
|
510842
|
+
"agentHost": {
|
|
510843
|
+
"key": "autoDeleteArchivedMergedSessionsAfterDays"
|
|
510844
|
+
},
|
|
510845
|
+
"section": {
|
|
510846
|
+
"id": "chat"
|
|
510847
|
+
},
|
|
510848
|
+
"defaultDefaultValue": 0,
|
|
510849
|
+
"restricted": false
|
|
510850
|
+
}
|
|
510851
|
+
},
|
|
510852
|
+
{
|
|
510853
|
+
"op": "add",
|
|
510854
|
+
"path": "/chat.experimentalModePermissionsPicker",
|
|
510855
|
+
"value": {
|
|
510856
|
+
"type": "boolean",
|
|
510857
|
+
"description": "Shows mode and permissions in a combined picker with expandable permission choices for Copilot Agent Host sessions.",
|
|
510858
|
+
"default": false,
|
|
510859
|
+
"tags": [
|
|
510860
|
+
"experimental"
|
|
510861
|
+
],
|
|
510862
|
+
"section": {
|
|
510863
|
+
"id": "chatSidebar",
|
|
510864
|
+
"title": "Chat"
|
|
510865
|
+
},
|
|
510866
|
+
"defaultDefaultValue": false,
|
|
510867
|
+
"scope": 4,
|
|
510868
|
+
"restricted": false
|
|
510869
|
+
}
|
|
510870
|
+
},
|
|
510871
|
+
{
|
|
510872
|
+
"op": "add",
|
|
510873
|
+
"path": "/chat.copilot.claudeAdvisor.enabled",
|
|
510874
|
+
"value": {
|
|
510875
|
+
"type": "boolean",
|
|
510876
|
+
"markdownDescription": "When enabled, Copilot Agent Host sessions using a supported Claude model can call the provider-native Advisor tool. Changing this setting restarts the Copilot SDK client after active turns finish.",
|
|
510877
|
+
"default": false,
|
|
510878
|
+
"tags": [
|
|
510879
|
+
"experimental",
|
|
510880
|
+
"advanced"
|
|
510881
|
+
],
|
|
510882
|
+
"scope": 1,
|
|
510883
|
+
"section": {
|
|
510884
|
+
"id": "chatSidebar",
|
|
510885
|
+
"title": "Chat"
|
|
510886
|
+
},
|
|
510887
|
+
"defaultDefaultValue": false,
|
|
510888
|
+
"restricted": false
|
|
510889
|
+
}
|
|
510890
|
+
},
|
|
510891
|
+
{
|
|
510892
|
+
"op": "add",
|
|
510893
|
+
"path": "/chat.customizations.mcpServerMigration.enabled",
|
|
510894
|
+
"value": {
|
|
510895
|
+
"type": "boolean",
|
|
510896
|
+
"tags": [
|
|
510897
|
+
"experimental"
|
|
510898
|
+
],
|
|
510899
|
+
"description": "Controls whether the Chat Customizations editor offers to move supported workspace MCP servers out of .vscode/mcp.json and into a .mcp.json file at the workspace root, where the active agent-host harness discovers them directly. When disabled, the migration card and sidebar shortcut are hidden.",
|
|
510900
|
+
"default": false,
|
|
510901
|
+
"section": {
|
|
510902
|
+
"id": "chatSidebar",
|
|
510903
|
+
"title": "Chat"
|
|
510904
|
+
},
|
|
510905
|
+
"defaultDefaultValue": false,
|
|
510906
|
+
"scope": 4,
|
|
510907
|
+
"restricted": false
|
|
510908
|
+
}
|
|
510909
|
+
},
|
|
510910
|
+
{
|
|
510911
|
+
"op": "add",
|
|
510912
|
+
"path": "/accessibility.verbosity.customizationMigrations",
|
|
510913
|
+
"value": {
|
|
510914
|
+
"description": "Provide information about how to access accessibility help for the customization migration checklist.",
|
|
510915
|
+
"type": "boolean",
|
|
510916
|
+
"default": true,
|
|
510917
|
+
"tags": [
|
|
510918
|
+
"accessibility"
|
|
510919
|
+
],
|
|
510920
|
+
"section": {
|
|
510921
|
+
"id": "accessibility",
|
|
510922
|
+
"title": "Accessibility"
|
|
510923
|
+
},
|
|
510924
|
+
"defaultDefaultValue": true,
|
|
510925
|
+
"scope": 5,
|
|
510926
|
+
"restricted": false
|
|
510927
|
+
}
|
|
510928
|
+
},
|
|
510929
|
+
{
|
|
510930
|
+
"op": "add",
|
|
510931
|
+
"path": "/chat.agentSessions.archiveNudge.enabled",
|
|
510932
|
+
"value": {
|
|
510933
|
+
"type": "boolean",
|
|
510934
|
+
"default": false,
|
|
510935
|
+
"scope": 1,
|
|
510936
|
+
"description": "Suggests archiving an inactive session when all GitHub pull requests associated with the session have merged. Dismissing the suggestion hides it for that session until it is archived or deleted.",
|
|
510937
|
+
"tags": [
|
|
510938
|
+
"experimental",
|
|
510939
|
+
"onExP"
|
|
510940
|
+
],
|
|
510941
|
+
"experiment": {
|
|
510942
|
+
"mode": "auto"
|
|
510943
|
+
},
|
|
510944
|
+
"section": {},
|
|
510945
|
+
"defaultDefaultValue": false,
|
|
510946
|
+
"restricted": false
|
|
510947
|
+
}
|
|
510948
|
+
},
|
|
510949
|
+
{
|
|
510950
|
+
"op": "add",
|
|
510951
|
+
"path": "/sessions.archiveSessionConfetti",
|
|
510952
|
+
"value": {
|
|
510953
|
+
"type": "boolean",
|
|
510954
|
+
"tags": [
|
|
510955
|
+
"preview"
|
|
510956
|
+
],
|
|
510957
|
+
"description": "Controls whether a confetti animation is shown when archiving a session.",
|
|
510958
|
+
"default": false,
|
|
510959
|
+
"section": {
|
|
510960
|
+
"id": "sessions"
|
|
510961
|
+
},
|
|
510962
|
+
"defaultDefaultValue": false,
|
|
510963
|
+
"scope": 4,
|
|
510964
|
+
"restricted": false
|
|
510965
|
+
}
|
|
510966
|
+
},
|
|
510967
|
+
{
|
|
510968
|
+
"op": "add",
|
|
510969
|
+
"path": "/sessions.useWorktree",
|
|
510970
|
+
"value": {
|
|
510971
|
+
"type": "boolean",
|
|
510972
|
+
"default": true,
|
|
510973
|
+
"scope": 1,
|
|
510974
|
+
"description": "Controls whether New Worktree is checked when no previous isolation choice has been saved. Once a choice is saved, it is used across workspaces instead of this setting.",
|
|
510975
|
+
"experiment": {
|
|
510976
|
+
"mode": "auto",
|
|
510977
|
+
"name": "agentSessionsUseWorktree"
|
|
510978
|
+
},
|
|
510979
|
+
"section": {
|
|
510980
|
+
"id": "sessions"
|
|
510981
|
+
},
|
|
510982
|
+
"defaultDefaultValue": true,
|
|
510983
|
+
"restricted": false,
|
|
510984
|
+
"tags": [
|
|
510985
|
+
"onExP"
|
|
510986
|
+
]
|
|
510987
|
+
}
|
|
510988
|
+
},
|
|
510989
|
+
{
|
|
510990
|
+
"op": "add",
|
|
510991
|
+
"path": "/sessions.diffEditor.wordWrap",
|
|
510992
|
+
"value": {
|
|
510993
|
+
"type": "string",
|
|
510994
|
+
"enum": [
|
|
510995
|
+
"off",
|
|
510996
|
+
"on",
|
|
510997
|
+
"inherit"
|
|
510998
|
+
],
|
|
510999
|
+
"default": "inherit",
|
|
511000
|
+
"scope": 1,
|
|
511001
|
+
"tags": [
|
|
511002
|
+
"experimental",
|
|
511003
|
+
"onExP"
|
|
511004
|
+
],
|
|
511005
|
+
"experiment": {
|
|
511006
|
+
"mode": "auto"
|
|
511007
|
+
},
|
|
511008
|
+
"markdownEnumDescriptions": [
|
|
511009
|
+
"Lines will never wrap.",
|
|
511010
|
+
"Lines will wrap at the viewport width.",
|
|
511011
|
+
"Lines will wrap according to the `#editor.wordWrap#` setting."
|
|
511012
|
+
],
|
|
511013
|
+
"description": "Controls how diff editors in the Agents window wrap lines.",
|
|
511014
|
+
"section": {
|
|
511015
|
+
"id": "sessions"
|
|
511016
|
+
},
|
|
511017
|
+
"defaultDefaultValue": "inherit",
|
|
511018
|
+
"restricted": false
|
|
511019
|
+
}
|
|
511020
|
+
},
|
|
511021
|
+
{
|
|
511022
|
+
"op": "add",
|
|
511023
|
+
"path": "/sessions.editor.wordWrap",
|
|
511024
|
+
"value": {
|
|
511025
|
+
"type": "string",
|
|
511026
|
+
"enum": [
|
|
511027
|
+
"off",
|
|
511028
|
+
"on",
|
|
511029
|
+
"inherit"
|
|
511030
|
+
],
|
|
511031
|
+
"default": "inherit",
|
|
511032
|
+
"scope": 1,
|
|
511033
|
+
"tags": [
|
|
511034
|
+
"experimental",
|
|
511035
|
+
"onExP"
|
|
511036
|
+
],
|
|
511037
|
+
"experiment": {
|
|
511038
|
+
"mode": "auto"
|
|
511039
|
+
},
|
|
511040
|
+
"markdownEnumDescriptions": [
|
|
511041
|
+
"Lines will never wrap.",
|
|
511042
|
+
"Lines will wrap at the viewport width.",
|
|
511043
|
+
"Lines will wrap according to the `#editor.wordWrap#` setting."
|
|
511044
|
+
],
|
|
511045
|
+
"description": "Controls how code editors in the Agents window wrap lines.",
|
|
511046
|
+
"section": {
|
|
511047
|
+
"id": "sessions"
|
|
511048
|
+
},
|
|
511049
|
+
"defaultDefaultValue": "inherit",
|
|
511050
|
+
"restricted": false
|
|
511051
|
+
}
|
|
511052
|
+
}
|
|
511053
|
+
]
|
|
511054
|
+
},
|
|
511055
|
+
{
|
|
511056
|
+
"version": "1.139.0-insider+2026091605",
|
|
511057
|
+
"base": {
|
|
511058
|
+
"version": "1.139.0-insider+2026091517"
|
|
511059
|
+
},
|
|
511060
|
+
"patch": [
|
|
511061
|
+
{
|
|
511062
|
+
"op": "remove",
|
|
511063
|
+
"path": "/terminal.integrated.defaultProfile.linux/markdownEnumDescriptions/13"
|
|
511064
|
+
},
|
|
511065
|
+
{
|
|
511066
|
+
"op": "remove",
|
|
511067
|
+
"path": "/terminal.integrated.defaultProfile.linux/enum/13"
|
|
511068
|
+
},
|
|
511069
|
+
{
|
|
511070
|
+
"op": "add",
|
|
511071
|
+
"path": "/json.schemaDownload.trustedDomains/defaultDefaultValue/https:~1~1spec.openapis.org~1",
|
|
511072
|
+
"value": true
|
|
511073
|
+
},
|
|
511074
|
+
{
|
|
511075
|
+
"op": "add",
|
|
511076
|
+
"path": "/json.schemaDownload.trustedDomains/default/https:~1~1spec.openapis.org~1",
|
|
511077
|
+
"value": true
|
|
511078
|
+
},
|
|
511079
|
+
{
|
|
511080
|
+
"op": "replace",
|
|
511081
|
+
"path": "/chat.tools.confirmationCarousel.enabled/description",
|
|
511082
|
+
"value": "When enabled, tool confirmations are shown in a carousel above the input, including confirmations from subagents and earlier responses."
|
|
511083
|
+
},
|
|
511084
|
+
{
|
|
511085
|
+
"op": "add",
|
|
511086
|
+
"path": "/workbench.editorAssociations/agentsWindow/default/*.html",
|
|
511087
|
+
"value": "workbench.editor.browser"
|
|
511088
|
+
},
|
|
511089
|
+
{
|
|
511090
|
+
"op": "add",
|
|
511091
|
+
"path": "/chat.agentHost.sessionCatalog.enabled",
|
|
511092
|
+
"value": {
|
|
511093
|
+
"type": "boolean",
|
|
511094
|
+
"markdownDescription": "Controls whether the agent session list is served from the Agent host's session catalog. When disabled, sessions are listed from provider metadata and per-session storage instead, which is slower.\n\nChanging this setting requires a restart to take effect.",
|
|
511095
|
+
"default": true,
|
|
511096
|
+
"tags": [
|
|
511097
|
+
"experimental",
|
|
511098
|
+
"advanced",
|
|
511099
|
+
"onExP"
|
|
511100
|
+
],
|
|
511101
|
+
"scope": 1,
|
|
511102
|
+
"experiment": {
|
|
511103
|
+
"mode": "startup"
|
|
511104
|
+
},
|
|
511105
|
+
"agentHost": {
|
|
511106
|
+
"key": "sessionCatalogEnabled"
|
|
511107
|
+
},
|
|
511108
|
+
"section": {
|
|
511109
|
+
"id": "chatSidebar",
|
|
511110
|
+
"title": "Chat"
|
|
511111
|
+
},
|
|
511112
|
+
"defaultDefaultValue": true,
|
|
511113
|
+
"restricted": false
|
|
511114
|
+
}
|
|
511115
|
+
},
|
|
511116
|
+
{
|
|
511117
|
+
"op": "add",
|
|
511118
|
+
"path": "/chat.copilot.skillCharBudget",
|
|
511119
|
+
"value": {
|
|
511120
|
+
"type": "number",
|
|
511121
|
+
"description": "Maximum number of characters available for skill descriptions in the Copilot SDK system message.",
|
|
511122
|
+
"default": 15000,
|
|
511123
|
+
"minimum": 1,
|
|
511124
|
+
"experiment": {
|
|
511125
|
+
"mode": "startup"
|
|
511126
|
+
},
|
|
511127
|
+
"scope": 1,
|
|
511128
|
+
"tags": [
|
|
511129
|
+
"experimental",
|
|
511130
|
+
"advanced",
|
|
511131
|
+
"onExP"
|
|
511132
|
+
],
|
|
511133
|
+
"agentHost": {
|
|
511134
|
+
"key": "skillCharBudget",
|
|
511135
|
+
"scope": "local"
|
|
511136
|
+
},
|
|
511137
|
+
"section": {
|
|
511138
|
+
"id": "chatSidebar",
|
|
511139
|
+
"title": "Chat"
|
|
511140
|
+
},
|
|
511141
|
+
"defaultDefaultValue": 15000,
|
|
511142
|
+
"restricted": false
|
|
511143
|
+
}
|
|
511144
|
+
}
|
|
511145
|
+
]
|
|
510172
511146
|
}
|
|
510173
511147
|
]
|
|
@@ -13781,6 +13781,68 @@ 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
|
+
|
|
13801
|
+
// ── 1.138.0: +14, ~17, -6 ──
|
|
13802
|
+
export type VscodeSettings_1_138_0 = Patch<VscodeSettings_1_137_0, {
|
|
13803
|
+
readonly 'accessibility.verbosity.customizationMigrations'?: boolean;
|
|
13804
|
+
readonly 'chat.agent.thinkingStyle'?: 'collapsed' | 'collapsedPreview' | 'fixedScrolling';
|
|
13805
|
+
readonly 'chat.agentHost.devContainer.enabled'?: boolean;
|
|
13806
|
+
readonly 'chat.agentHost.experimental.autoAttachPullRequests'?: boolean;
|
|
13807
|
+
readonly 'chat.agentSessions.archiveNudge.enabled'?: boolean;
|
|
13808
|
+
readonly 'chat.agentSessions.autoArchiveMergedSessionsAfterDays'?: number;
|
|
13809
|
+
readonly 'chat.agentSessions.autoDeleteArchivedMergedSessionsAfterDays'?: number;
|
|
13810
|
+
readonly 'chat.agentSessions.consolidatedRemoteWorkspaces'?: boolean;
|
|
13811
|
+
readonly 'chat.automations.enabled'?: boolean;
|
|
13812
|
+
readonly 'chat.copilot.claudeAdvisor.enabled'?: boolean;
|
|
13813
|
+
readonly 'chat.copilot.semanticSearch.enabled'?: boolean;
|
|
13814
|
+
readonly 'chat.customizations.mcpServerMigration.enabled'?: boolean;
|
|
13815
|
+
readonly 'chat.experimental.permissionsSandboxToggle.enabled'?: boolean;
|
|
13816
|
+
readonly 'chat.experimental.sessionArchiveActionWording'?: 'archive' | 'done';
|
|
13817
|
+
readonly 'chat.experimental.sessionStateIndicator.enabled'?: boolean;
|
|
13818
|
+
readonly 'chat.experimentalModePermissionsPicker'?: boolean;
|
|
13819
|
+
readonly 'chat.experimentalModelPicker'?: boolean;
|
|
13820
|
+
readonly 'chat.pasteAsAttachmentThreshold'?: number;
|
|
13821
|
+
readonly 'chat.tools.edits.autoApprove'?: Record<string, unknown>;
|
|
13822
|
+
readonly 'dictation.enabled'?: boolean;
|
|
13823
|
+
readonly 'dictation.model'?: 'nemotron-3.5-asr-streaming-0.6b' | 'mai';
|
|
13824
|
+
readonly 'editor.fullwidthCharacterWidth'?: 'font' | 'twoCells';
|
|
13825
|
+
readonly 'github.copilot.chat.autoMode.tiers.enabled'?: boolean;
|
|
13826
|
+
readonly 'github.copilot.chat.autoModeTierOverride'?: string | null;
|
|
13827
|
+
readonly 'notebook.editorOptionsCustomizations'?: unknown;
|
|
13828
|
+
readonly 'sessions.archiveSessionConfetti'?: boolean;
|
|
13829
|
+
readonly 'sessions.chat.unifiedWorkspacePicker.enabled'?: boolean;
|
|
13830
|
+
readonly 'sessions.diffEditor.wordWrap'?: 'off' | 'on' | 'inherit';
|
|
13831
|
+
readonly 'sessions.editor.wordWrap'?: 'off' | 'on' | 'inherit';
|
|
13832
|
+
readonly 'sessions.useWorktree'?: boolean;
|
|
13833
|
+
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';
|
|
13834
|
+
}, 'chat.agentHost.copilot.autoModeTiers.enabled' | 'chat.agentHost.copilot.multiTurnContextRouting.enabled' | 'chat.turnStatusPills' | 'github.copilot.chat.advanced.inlineEdits.jointCompletionsProvider.enabled' | 'github.copilot.chat.advanced.inlineEdits.jointCompletionsProvider.strategy' | 'github.copilot.chat.advanced.inlineEdits.jointCompletionsProvider.triggerChangeStrategy'>;
|
|
13835
|
+
|
|
13836
|
+
// ── 1.139.0-insider+2026091605: +2, ~4 ──
|
|
13837
|
+
export type VscodeSettings_1_139_0_insider_2026091605 = Patch<VscodeSettings_1_139_0_insider_2026091517, {
|
|
13838
|
+
readonly 'chat.agentHost.sessionCatalog.enabled'?: boolean;
|
|
13839
|
+
readonly 'chat.copilot.skillCharBudget'?: number;
|
|
13840
|
+
readonly 'chat.tools.confirmationCarousel.enabled'?: boolean;
|
|
13841
|
+
readonly 'json.schemaDownload.trustedDomains'?: Record<string, unknown>;
|
|
13842
|
+
readonly 'terminal.integrated.defaultProfile.linux'?: null | 'sh' | 'bash' | 'bash (2)' | 'rbash' | 'rbash (2)' | 'sh (2)' | 'dash' | 'dash (2)' | 'tmux' | 'screen' | 'pwsh' | 'pwsh (2)';
|
|
13843
|
+
readonly 'workbench.editorAssociations'?: Record<string, unknown>;
|
|
13844
|
+
}, never>;
|
|
13845
|
+
|
|
13784
13846
|
// ── Version map ──
|
|
13785
13847
|
// Stable entries map directly to their settings type.
|
|
13786
13848
|
// Insider entries map to a nested record keyed by 10-digit build release date
|
|
@@ -13845,6 +13907,7 @@ interface VscodeVersionMap {
|
|
|
13845
13907
|
'1.136.1': VscodeSettings_1_136_1;
|
|
13846
13908
|
'1.136.2': VscodeSettings_1_136_2;
|
|
13847
13909
|
'1.137.0': VscodeSettings_1_137_0;
|
|
13910
|
+
'1.138.0': VscodeSettings_1_138_0;
|
|
13848
13911
|
'1.121.0-insider': InsiderBuilds<{
|
|
13849
13912
|
'2026051305': VscodeSettings_1_121_0_insider_2026051305;
|
|
13850
13913
|
'2026051505': VscodeSettings_1_121_0_insider_2026051505;
|
|
@@ -13963,11 +14026,15 @@ interface VscodeVersionMap {
|
|
|
13963
14026
|
'2026091107': VscodeSettings_1_138_0_insider_2026091107;
|
|
13964
14027
|
'2026091500': VscodeSettings_1_138_0_insider_2026091500;
|
|
13965
14028
|
}>;
|
|
14029
|
+
'1.139.0-insider': InsiderBuilds<{
|
|
14030
|
+
'2026091517': VscodeSettings_1_139_0_insider_2026091517;
|
|
14031
|
+
'2026091605': VscodeSettings_1_139_0_insider_2026091605;
|
|
14032
|
+
}>;
|
|
13966
14033
|
}
|
|
13967
14034
|
|
|
13968
|
-
export type LatestVscodeSettings =
|
|
14035
|
+
export type LatestVscodeSettings = VscodeSettings_1_138_0;
|
|
13969
14036
|
|
|
13970
|
-
export type LatestInsiderVscodeSettings =
|
|
14037
|
+
export type LatestInsiderVscodeSettings = VscodeSettings_1_139_0_insider_2026091605;
|
|
13971
14038
|
|
|
13972
14039
|
export type VscodeVersion = keyof VscodeVersionMap;
|
|
13973
14040
|
|
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-89",
|
|
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": "
|
|
40
|
+
"gitHead": "904011ec1b02e8686395b6d34ce7d5e1145c8098"
|
|
41
41
|
}
|