@vscode/vscode-settings-history 0.0.2-66 → 0.0.2-68

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
@@ -461051,5 +461051,496 @@
461051
461051
  }
461052
461052
  }
461053
461053
  ]
461054
+ },
461055
+ {
461056
+ "version": "1.134.0-insider+2026081705",
461057
+ "base": {
461058
+ "version": "1.134.0-insider+2026081421"
461059
+ },
461060
+ "patch": [
461061
+ {
461062
+ "op": "replace",
461063
+ "path": "/chat.agentSessions.showExternal/enumDescriptions/3",
461064
+ "value": "Shows external sessions updated in the last 7 days. This is the default."
461065
+ },
461066
+ {
461067
+ "op": "remove",
461068
+ "path": "/terminal.integrated.defaultProfile.linux/markdownEnumDescriptions/13"
461069
+ },
461070
+ {
461071
+ "op": "remove",
461072
+ "path": "/terminal.integrated.defaultProfile.linux/enum/13"
461073
+ },
461074
+ {
461075
+ "op": "add",
461076
+ "path": "/chat.agentHost.agentMerge.enabled",
461077
+ "value": {
461078
+ "type": "boolean",
461079
+ "description": "Enables the experimental Agent Merge controller and its commands. Agent Merge can monitor an agent session's pull request, ask the agent to address selected blockers, and optionally merge the pull request when it is ready.",
461080
+ "default": true,
461081
+ "scope": 1,
461082
+ "tags": [
461083
+ "experimental"
461084
+ ],
461085
+ "agentHost": {
461086
+ "key": "agentMerge.enabled"
461087
+ },
461088
+ "section": {
461089
+ "id": "chatAgentHostStarter",
461090
+ "title": "Chat Agent Host Starter"
461091
+ },
461092
+ "defaultDefaultValue": true,
461093
+ "restricted": false
461094
+ }
461095
+ },
461096
+ {
461097
+ "op": "add",
461098
+ "path": "/chat.agentHost.agentMerge.addressReviews",
461099
+ "value": {
461100
+ "type": "boolean",
461101
+ "description": "Controls whether enabled Agent Merge sessions address unresolved review threads, changes-requested reviews, and new pull request comments from repository maintainers or the Copilot pull request reviewer.",
461102
+ "default": true,
461103
+ "scope": 1,
461104
+ "tags": [
461105
+ "experimental"
461106
+ ],
461107
+ "agentHost": {
461108
+ "key": "agentMerge.addressReviews"
461109
+ },
461110
+ "section": {
461111
+ "id": "chatAgentHostStarter",
461112
+ "title": "Chat Agent Host Starter"
461113
+ },
461114
+ "defaultDefaultValue": true,
461115
+ "restricted": false
461116
+ }
461117
+ },
461118
+ {
461119
+ "op": "add",
461120
+ "path": "/chat.agentHost.agentMerge.fixCI",
461121
+ "value": {
461122
+ "type": "boolean",
461123
+ "description": "Controls whether enabled Agent Merge sessions ask the agent to fix failed required CI checks.",
461124
+ "default": true,
461125
+ "scope": 1,
461126
+ "tags": [
461127
+ "experimental"
461128
+ ],
461129
+ "agentHost": {
461130
+ "key": "agentMerge.fixCI"
461131
+ },
461132
+ "section": {
461133
+ "id": "chatAgentHostStarter",
461134
+ "title": "Chat Agent Host Starter"
461135
+ },
461136
+ "defaultDefaultValue": true,
461137
+ "restricted": false
461138
+ }
461139
+ },
461140
+ {
461141
+ "op": "add",
461142
+ "path": "/chat.agentHost.agentMerge.resolveConflicts",
461143
+ "value": {
461144
+ "type": "boolean",
461145
+ "description": "Controls whether enabled Agent Merge sessions ask the agent to update branches that are behind or resolve merge conflicts.",
461146
+ "default": true,
461147
+ "scope": 1,
461148
+ "tags": [
461149
+ "experimental"
461150
+ ],
461151
+ "agentHost": {
461152
+ "key": "agentMerge.resolveConflicts"
461153
+ },
461154
+ "section": {
461155
+ "id": "chatAgentHostStarter",
461156
+ "title": "Chat Agent Host Starter"
461157
+ },
461158
+ "defaultDefaultValue": true,
461159
+ "restricted": false
461160
+ }
461161
+ },
461162
+ {
461163
+ "op": "add",
461164
+ "path": "/chat.agentHost.agentMerge.mergePullRequest",
461165
+ "value": {
461166
+ "type": "boolean",
461167
+ "description": "Controls whether the Agent Host automatically merges or enqueues pull requests for enabled Agent Merge sessions after all selected maintenance work is complete.",
461168
+ "default": false,
461169
+ "scope": 1,
461170
+ "tags": [
461171
+ "experimental"
461172
+ ],
461173
+ "agentHost": {
461174
+ "key": "agentMerge.mergePullRequest"
461175
+ },
461176
+ "section": {
461177
+ "id": "chatAgentHostStarter",
461178
+ "title": "Chat Agent Host Starter"
461179
+ },
461180
+ "defaultDefaultValue": false,
461181
+ "restricted": false
461182
+ }
461183
+ },
461184
+ {
461185
+ "op": "add",
461186
+ "path": "/chat.agentHost.agentMerge.mergeMethod",
461187
+ "value": {
461188
+ "type": "string",
461189
+ "enum": [
461190
+ "auto",
461191
+ "squash",
461192
+ "merge",
461193
+ "rebase"
461194
+ ],
461195
+ "enumDescriptions": [
461196
+ "Uses the first repository-compatible method in this order: squash, merge commit, rebase.",
461197
+ "Uses squash merge when the repository permits it.",
461198
+ "Uses a merge commit when the repository permits it.",
461199
+ "Uses rebase merge when the repository permits it."
461200
+ ],
461201
+ "description": "Controls the native merge method used by Agent Merge.",
461202
+ "default": "auto",
461203
+ "scope": 1,
461204
+ "tags": [
461205
+ "experimental"
461206
+ ],
461207
+ "agentHost": {
461208
+ "key": "agentMerge.mergeMethod"
461209
+ },
461210
+ "section": {
461211
+ "id": "chatAgentHostStarter",
461212
+ "title": "Chat Agent Host Starter"
461213
+ },
461214
+ "defaultDefaultValue": "auto",
461215
+ "restricted": false
461216
+ }
461217
+ },
461218
+ {
461219
+ "op": "add",
461220
+ "path": "/chat.agentHost.agentMerge.replyAttribution",
461221
+ "value": {
461222
+ "type": "boolean",
461223
+ "description": "Controls whether review-thread replies posted by Agent Merge include an automated-reply attribution note.",
461224
+ "default": true,
461225
+ "scope": 1,
461226
+ "tags": [
461227
+ "experimental"
461228
+ ],
461229
+ "agentHost": {
461230
+ "key": "agentMerge.replyAttribution"
461231
+ },
461232
+ "section": {
461233
+ "id": "chatAgentHostStarter",
461234
+ "title": "Chat Agent Host Starter"
461235
+ },
461236
+ "defaultDefaultValue": true,
461237
+ "restricted": false
461238
+ }
461239
+ }
461240
+ ]
461241
+ },
461242
+ {
461243
+ "version": "1.135.0-insider+2026081817",
461244
+ "base": {
461245
+ "version": "1.134.0-insider+2026081705"
461246
+ },
461247
+ "patch": [
461248
+ {
461249
+ "op": "remove",
461250
+ "path": "/chat.agentHost.agentMerge.replyAttribution"
461251
+ },
461252
+ {
461253
+ "op": "remove",
461254
+ "path": "/chat.agentHost.agentMerge.mergeMethod"
461255
+ },
461256
+ {
461257
+ "op": "remove",
461258
+ "path": "/chat.agentHost.agentMerge.mergePullRequest"
461259
+ },
461260
+ {
461261
+ "op": "remove",
461262
+ "path": "/chat.agentHost.agentMerge.resolveConflicts"
461263
+ },
461264
+ {
461265
+ "op": "remove",
461266
+ "path": "/chat.agentHost.agentMerge.fixCI"
461267
+ },
461268
+ {
461269
+ "op": "remove",
461270
+ "path": "/chat.agentHost.agentMerge.addressReviews"
461271
+ },
461272
+ {
461273
+ "op": "remove",
461274
+ "path": "/chat.agentHost.agentMerge.enabled"
461275
+ },
461276
+ {
461277
+ "op": "replace",
461278
+ "path": "/chat.agentSessions.showExternal/defaultDefaultValue",
461279
+ "value": "none"
461280
+ },
461281
+ {
461282
+ "op": "replace",
461283
+ "path": "/chat.agentSessions.showExternal/default",
461284
+ "value": "none"
461285
+ },
461286
+ {
461287
+ "op": "replace",
461288
+ "path": "/chat.agentSessions.showExternal/enumDescriptions/3",
461289
+ "value": "Shows external sessions updated in the last 7 days."
461290
+ },
461291
+ {
461292
+ "op": "replace",
461293
+ "path": "/chat.agentSessions.showExternal/enumDescriptions/1",
461294
+ "value": "Shows the 2 most recently updated external sessions from the last 7 days."
461295
+ },
461296
+ {
461297
+ "op": "add",
461298
+ "path": "/chat.agentSessions.showExternal/enumDescriptions/4",
461299
+ "value": "Shows all sessions discovered from supported external agent applications."
461300
+ },
461301
+ {
461302
+ "op": "replace",
461303
+ "path": "/chat.agentSessions.showExternal/enum/1",
461304
+ "value": "recent"
461305
+ },
461306
+ {
461307
+ "op": "add",
461308
+ "path": "/chat.agentSessions.showExternal/enum/4",
461309
+ "value": "all"
461310
+ },
461311
+ {
461312
+ "op": "replace",
461313
+ "path": "/chat.agentHost.byokModels.enabled/description",
461314
+ "value": "When enabled, the agent host wires up the BYOK ('bring your own key') language-model bridge so extension-provided BYOK models can run in agent-host sessions. Changes take effect immediately unless overridden by the agent host environment."
461315
+ },
461316
+ {
461317
+ "op": "add",
461318
+ "path": "/chat.agentHost.byokModels.enabled/agentHost",
461319
+ "value": {
461320
+ "key": "byokModelsEnabled",
461321
+ "localOnly": true
461322
+ }
461323
+ },
461324
+ {
461325
+ "op": "replace",
461326
+ "path": "/chat.experimental.permissionsSandboxToggle.enabled/markdownDescription",
461327
+ "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 separate setting that applies to every permission mode. For Copilot SDK sessions using the built-in shell tool, the toggle reflects and updates `#chat.agentHost.sdkSandbox.enabled#` or `#chat.agentHost.sdkSandbox.enabledWindows#`."
461328
+ },
461329
+ {
461330
+ "op": "replace",
461331
+ "path": "/extensions.autoUpdateDelay/defaultDefaultValue",
461332
+ "value": 12
461333
+ },
461334
+ {
461335
+ "op": "replace",
461336
+ "path": "/extensions.autoUpdateDelay/default",
461337
+ "value": 12
461338
+ },
461339
+ {
461340
+ "op": "replace",
461341
+ "path": "/chat.agentHost.sdkSandbox.enabled/markdownDescription",
461342
+ "value": "Sandbox mode for the Copilot SDK's built-in shell tool on macOS and Linux. Only takes effect when `#chat.agentHost.customTerminalTool.enabled#` is `false`; when the Agent Host's own terminal tool is enabled, the engine sandbox is controlled by `#chat.agent.sandbox.enabled#`. The sandbox applies to every permission mode. Unrestricted network is controlled by `#chat.agent.sandbox.allowNetwork#`. Use `#chat.agentHost.sdkSandbox.enabledWindows#` on Windows."
461343
+ },
461344
+ {
461345
+ "op": "add",
461346
+ "path": "/terminal.integrated.defaultProfile.linux/markdownEnumDescriptions/13",
461347
+ "value": "$($(debug)) JavaScript Debug Terminal\n- extensionIdentifier: ms-vscode.js-debug"
461348
+ },
461349
+ {
461350
+ "op": "add",
461351
+ "path": "/terminal.integrated.defaultProfile.linux/enum/13",
461352
+ "value": "JavaScript Debug Terminal"
461353
+ },
461354
+ {
461355
+ "op": "add",
461356
+ "path": "/chat.agentMerge.enabled",
461357
+ "value": {
461358
+ "type": "boolean",
461359
+ "description": "Enables the experimental Agent Merge controller and its commands. Agent Merge can monitor an agent session's pull request, ask the agent to address selected blockers, and optionally merge the pull request when it is ready.",
461360
+ "default": true,
461361
+ "scope": 1,
461362
+ "tags": [
461363
+ "experimental"
461364
+ ],
461365
+ "agentHost": {
461366
+ "key": "agentMerge.enabled"
461367
+ },
461368
+ "section": {
461369
+ "id": "chatAgentHostStarter",
461370
+ "title": "Chat Agent Host Starter"
461371
+ },
461372
+ "defaultDefaultValue": true,
461373
+ "restricted": false
461374
+ }
461375
+ },
461376
+ {
461377
+ "op": "add",
461378
+ "path": "/chat.agentMerge.addressReviews",
461379
+ "value": {
461380
+ "type": "boolean",
461381
+ "description": "Controls whether enabled Agent Merge sessions address unresolved review threads, changes-requested reviews, and new pull request comments from repository maintainers or the Copilot pull request reviewer.",
461382
+ "default": true,
461383
+ "scope": 1,
461384
+ "tags": [
461385
+ "experimental"
461386
+ ],
461387
+ "agentHost": {
461388
+ "key": "agentMerge.addressReviews"
461389
+ },
461390
+ "section": {
461391
+ "id": "chatAgentHostStarter",
461392
+ "title": "Chat Agent Host Starter"
461393
+ },
461394
+ "defaultDefaultValue": true,
461395
+ "restricted": false
461396
+ }
461397
+ },
461398
+ {
461399
+ "op": "add",
461400
+ "path": "/chat.agentMerge.fixCI",
461401
+ "value": {
461402
+ "type": "boolean",
461403
+ "description": "Controls whether enabled Agent Merge sessions ask the agent to fix failed required CI checks.",
461404
+ "default": true,
461405
+ "scope": 1,
461406
+ "tags": [
461407
+ "experimental"
461408
+ ],
461409
+ "agentHost": {
461410
+ "key": "agentMerge.fixCI"
461411
+ },
461412
+ "section": {
461413
+ "id": "chatAgentHostStarter",
461414
+ "title": "Chat Agent Host Starter"
461415
+ },
461416
+ "defaultDefaultValue": true,
461417
+ "restricted": false
461418
+ }
461419
+ },
461420
+ {
461421
+ "op": "add",
461422
+ "path": "/chat.agentMerge.resolveConflicts",
461423
+ "value": {
461424
+ "type": "boolean",
461425
+ "description": "Controls whether enabled Agent Merge sessions ask the agent to update branches that are behind or resolve merge conflicts.",
461426
+ "default": true,
461427
+ "scope": 1,
461428
+ "tags": [
461429
+ "experimental"
461430
+ ],
461431
+ "agentHost": {
461432
+ "key": "agentMerge.resolveConflicts"
461433
+ },
461434
+ "section": {
461435
+ "id": "chatAgentHostStarter",
461436
+ "title": "Chat Agent Host Starter"
461437
+ },
461438
+ "defaultDefaultValue": true,
461439
+ "restricted": false
461440
+ }
461441
+ },
461442
+ {
461443
+ "op": "add",
461444
+ "path": "/chat.agentMerge.mergePullRequest",
461445
+ "value": {
461446
+ "type": "boolean",
461447
+ "description": "Controls whether the Agent Host automatically merges or enqueues pull requests for enabled Agent Merge sessions after all selected maintenance work is complete.",
461448
+ "default": false,
461449
+ "scope": 1,
461450
+ "tags": [
461451
+ "experimental"
461452
+ ],
461453
+ "agentHost": {
461454
+ "key": "agentMerge.mergePullRequest"
461455
+ },
461456
+ "section": {
461457
+ "id": "chatAgentHostStarter",
461458
+ "title": "Chat Agent Host Starter"
461459
+ },
461460
+ "defaultDefaultValue": false,
461461
+ "restricted": false
461462
+ }
461463
+ },
461464
+ {
461465
+ "op": "add",
461466
+ "path": "/chat.agentMerge.mergeMethod",
461467
+ "value": {
461468
+ "type": "string",
461469
+ "enum": [
461470
+ "auto",
461471
+ "squash",
461472
+ "merge",
461473
+ "rebase"
461474
+ ],
461475
+ "enumDescriptions": [
461476
+ "Uses the first repository-compatible method in this order: squash, merge commit, rebase.",
461477
+ "Uses squash merge when the repository permits it.",
461478
+ "Uses a merge commit when the repository permits it.",
461479
+ "Uses rebase merge when the repository permits it."
461480
+ ],
461481
+ "description": "Controls the native merge method used by Agent Merge.",
461482
+ "default": "auto",
461483
+ "scope": 1,
461484
+ "tags": [
461485
+ "experimental"
461486
+ ],
461487
+ "agentHost": {
461488
+ "key": "agentMerge.mergeMethod"
461489
+ },
461490
+ "section": {
461491
+ "id": "chatAgentHostStarter",
461492
+ "title": "Chat Agent Host Starter"
461493
+ },
461494
+ "defaultDefaultValue": "auto",
461495
+ "restricted": false
461496
+ }
461497
+ },
461498
+ {
461499
+ "op": "add",
461500
+ "path": "/chat.agentMerge.replyAttribution",
461501
+ "value": {
461502
+ "type": "boolean",
461503
+ "description": "Controls whether review-thread replies posted by Agent Merge include an automated-reply attribution note.",
461504
+ "default": true,
461505
+ "scope": 1,
461506
+ "tags": [
461507
+ "experimental"
461508
+ ],
461509
+ "agentHost": {
461510
+ "key": "agentMerge.replyAttribution"
461511
+ },
461512
+ "section": {
461513
+ "id": "chatAgentHostStarter",
461514
+ "title": "Chat Agent Host Starter"
461515
+ },
461516
+ "defaultDefaultValue": true,
461517
+ "restricted": false
461518
+ }
461519
+ },
461520
+ {
461521
+ "op": "add",
461522
+ "path": "/dictation.experimental.llmCleanupModel",
461523
+ "value": {
461524
+ "type": "string",
461525
+ "enum": [
461526
+ "auto",
461527
+ "copilot-utility-small",
461528
+ "gpt-5.6-luna"
461529
+ ],
461530
+ "markdownDescription": "Controls the language model used for experimental dictation cleanup. `auto` follows the active experiment treatment.",
461531
+ "default": "auto",
461532
+ "tags": [
461533
+ "experimental"
461534
+ ],
461535
+ "section": {
461536
+ "id": "chatSidebar",
461537
+ "title": "Chat"
461538
+ },
461539
+ "defaultDefaultValue": "auto",
461540
+ "scope": 4,
461541
+ "restricted": false
461542
+ }
461543
+ }
461544
+ ]
461054
461545
  }
461055
461546
  ]
@@ -13204,6 +13204,37 @@ export type VscodeSettings_1_134_0_insider_2026081421 = Patch<VscodeSettings_1_1
13204
13204
  readonly 'markdown.experimental.richLinks.enabled'?: boolean;
13205
13205
  }, 'github.copilot.chat.preferLongContext.enabled'>;
13206
13206
 
13207
+ // ── 1.134.0-insider+2026081705: +7, ~2 ──
13208
+ export type VscodeSettings_1_134_0_insider_2026081705 = Patch<VscodeSettings_1_134_0_insider_2026081421, {
13209
+ readonly 'chat.agentHost.agentMerge.addressReviews'?: boolean;
13210
+ readonly 'chat.agentHost.agentMerge.enabled'?: boolean;
13211
+ readonly 'chat.agentHost.agentMerge.fixCI'?: boolean;
13212
+ readonly 'chat.agentHost.agentMerge.mergeMethod'?: 'auto' | 'squash' | 'merge' | 'rebase';
13213
+ readonly 'chat.agentHost.agentMerge.mergePullRequest'?: boolean;
13214
+ readonly 'chat.agentHost.agentMerge.replyAttribution'?: boolean;
13215
+ readonly 'chat.agentHost.agentMerge.resolveConflicts'?: boolean;
13216
+ readonly 'chat.agentSessions.showExternal'?: 'none' | 'all' | 'last24Hours' | 'last7Days';
13217
+ readonly 'terminal.integrated.defaultProfile.linux'?: null | 'sh' | 'bash' | 'bash (2)' | 'rbash' | 'rbash (2)' | 'sh (2)' | 'dash' | 'dash (2)' | 'tmux' | 'screen' | 'pwsh' | 'pwsh (2)';
13218
+ }, never>;
13219
+
13220
+ // ── 1.135.0-insider+2026081817: +8, ~6, -7 ──
13221
+ export type VscodeSettings_1_135_0_insider_2026081817 = Patch<VscodeSettings_1_134_0_insider_2026081705, {
13222
+ readonly 'chat.agentHost.byokModels.enabled'?: boolean;
13223
+ readonly 'chat.agentHost.sdkSandbox.enabled'?: 'off' | 'on';
13224
+ readonly 'chat.agentMerge.addressReviews'?: boolean;
13225
+ readonly 'chat.agentMerge.enabled'?: boolean;
13226
+ readonly 'chat.agentMerge.fixCI'?: boolean;
13227
+ readonly 'chat.agentMerge.mergeMethod'?: 'auto' | 'squash' | 'merge' | 'rebase';
13228
+ readonly 'chat.agentMerge.mergePullRequest'?: boolean;
13229
+ readonly 'chat.agentMerge.replyAttribution'?: boolean;
13230
+ readonly 'chat.agentMerge.resolveConflicts'?: boolean;
13231
+ readonly 'chat.agentSessions.showExternal'?: 'none' | 'recent' | 'last24Hours' | 'last7Days' | 'all';
13232
+ readonly 'chat.experimental.permissionsSandboxToggle.enabled'?: boolean;
13233
+ readonly 'dictation.experimental.llmCleanupModel'?: 'auto' | 'copilot-utility-small' | 'gpt-5.6-luna';
13234
+ readonly 'extensions.autoUpdateDelay'?: number;
13235
+ 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';
13236
+ }, 'chat.agentHost.agentMerge.addressReviews' | 'chat.agentHost.agentMerge.enabled' | 'chat.agentHost.agentMerge.fixCI' | 'chat.agentHost.agentMerge.mergeMethod' | 'chat.agentHost.agentMerge.mergePullRequest' | 'chat.agentHost.agentMerge.replyAttribution' | 'chat.agentHost.agentMerge.resolveConflicts'>;
13237
+
13207
13238
  // ── Version map ──
13208
13239
  // Stable entries map directly to their settings type.
13209
13240
  // Insider entries map to a nested record keyed by 10-digit build release date
@@ -13350,12 +13381,16 @@ interface VscodeVersionMap {
13350
13381
  '2026081318': VscodeSettings_1_134_0_insider_2026081318;
13351
13382
  '2026081414': VscodeSettings_1_134_0_insider_2026081414;
13352
13383
  '2026081421': VscodeSettings_1_134_0_insider_2026081421;
13384
+ '2026081705': VscodeSettings_1_134_0_insider_2026081705;
13385
+ }>;
13386
+ '1.135.0-insider': InsiderBuilds<{
13387
+ '2026081817': VscodeSettings_1_135_0_insider_2026081817;
13353
13388
  }>;
13354
13389
  }
13355
13390
 
13356
13391
  export type LatestVscodeSettings = VscodeSettings_1_133_0;
13357
13392
 
13358
- export type LatestInsiderVscodeSettings = VscodeSettings_1_134_0_insider_2026081421;
13393
+ export type LatestInsiderVscodeSettings = VscodeSettings_1_135_0_insider_2026081817;
13359
13394
 
13360
13395
  export type VscodeVersion = keyof VscodeVersionMap;
13361
13396
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/vscode-settings-history",
3
- "version": "0.0.2-66",
3
+ "version": "0.0.2-68",
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": "98afcf082daa03049d7225fc5d69f9beb2151ba8"
40
+ "gitHead": "8bfa535027fcb90244ae3516d9440507ccc950f8"
41
41
  }