@vscode/vscode-settings-history 0.0.2-44 → 0.0.2-46
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 +290 -0
- package/dist/vscode-settings.d.ts +23 -1
- package/package.json +1 -1
package/dist/history.json
CHANGED
|
@@ -392355,5 +392355,295 @@
|
|
|
392355
392355
|
}
|
|
392356
392356
|
}
|
|
392357
392357
|
]
|
|
392358
|
+
},
|
|
392359
|
+
{
|
|
392360
|
+
"version": "1.130.0-insider+2026072017",
|
|
392361
|
+
"base": {
|
|
392362
|
+
"version": "1.130.0-insider+2026071716"
|
|
392363
|
+
},
|
|
392364
|
+
"patch": [
|
|
392365
|
+
{
|
|
392366
|
+
"op": "replace",
|
|
392367
|
+
"path": "/chat.speechToText.model/defaultDefaultValue",
|
|
392368
|
+
"value": "onnx-community/nemotron-3.5-asr-streaming-0.6b-onnx-int4"
|
|
392369
|
+
},
|
|
392370
|
+
{
|
|
392371
|
+
"op": "replace",
|
|
392372
|
+
"path": "/chat.speechToText.model/default",
|
|
392373
|
+
"value": "onnx-community/nemotron-3.5-asr-streaming-0.6b-onnx-int4"
|
|
392374
|
+
},
|
|
392375
|
+
{
|
|
392376
|
+
"op": "replace",
|
|
392377
|
+
"path": "/chat.speechToText.model/markdownDescription",
|
|
392378
|
+
"value": "The on-device model used for chat dictation. The model is downloaded on first use and cached on disk. Larger models are more accurate but slower and take longer to download."
|
|
392379
|
+
},
|
|
392380
|
+
{
|
|
392381
|
+
"op": "add",
|
|
392382
|
+
"path": "/chat.speechToText.model/markdownEnumDescriptions/3",
|
|
392383
|
+
"value": "NVIDIA Nemotron RNN-T: multilingual (35+ languages, auto-detected), high accuracy, matches the GitHub Copilot app (~800MB download)."
|
|
392384
|
+
},
|
|
392385
|
+
{
|
|
392386
|
+
"op": "add",
|
|
392387
|
+
"path": "/chat.speechToText.model/enumItemLabels/3",
|
|
392388
|
+
"value": "Nemotron (Multilingual)"
|
|
392389
|
+
},
|
|
392390
|
+
{
|
|
392391
|
+
"op": "add",
|
|
392392
|
+
"path": "/chat.speechToText.model/enum/3",
|
|
392393
|
+
"value": "onnx-community/nemotron-3.5-asr-streaming-0.6b-onnx-int4"
|
|
392394
|
+
},
|
|
392395
|
+
{
|
|
392396
|
+
"op": "add",
|
|
392397
|
+
"path": "/chat.tools.terminal.outputCompaction/tags/1",
|
|
392398
|
+
"value": "onExP"
|
|
392399
|
+
},
|
|
392400
|
+
{
|
|
392401
|
+
"op": "add",
|
|
392402
|
+
"path": "/chat.tools.terminal.outputCompaction/experiment",
|
|
392403
|
+
"value": {
|
|
392404
|
+
"mode": "auto"
|
|
392405
|
+
}
|
|
392406
|
+
},
|
|
392407
|
+
{
|
|
392408
|
+
"op": "remove",
|
|
392409
|
+
"path": "/search.usePCRE2"
|
|
392410
|
+
},
|
|
392411
|
+
{
|
|
392412
|
+
"op": "remove",
|
|
392413
|
+
"path": "/search.location"
|
|
392414
|
+
},
|
|
392415
|
+
{
|
|
392416
|
+
"op": "remove",
|
|
392417
|
+
"path": "/search.maintainFileSearchCache"
|
|
392418
|
+
},
|
|
392419
|
+
{
|
|
392420
|
+
"op": "remove",
|
|
392421
|
+
"path": "/search.useRipgrep"
|
|
392422
|
+
},
|
|
392423
|
+
{
|
|
392424
|
+
"op": "remove",
|
|
392425
|
+
"path": "/notebook.editorOptionsCustomizations/allOf/0/properties/editor.suggest.maxVisibleSuggestions"
|
|
392426
|
+
},
|
|
392427
|
+
{
|
|
392428
|
+
"op": "remove",
|
|
392429
|
+
"path": "/editor.suggest.maxVisibleSuggestions"
|
|
392430
|
+
},
|
|
392431
|
+
{
|
|
392432
|
+
"op": "add",
|
|
392433
|
+
"path": "/agents.voice.liveTranscript",
|
|
392434
|
+
"value": {
|
|
392435
|
+
"type": "boolean",
|
|
392436
|
+
"markdownDescription": "Show your speech as a live, word-by-word transcript while you are speaking. When disabled, your transcript appears only once you finish speaking. Requires `#agents.voice.showTranscript#` to be enabled to be visible.",
|
|
392437
|
+
"default": false,
|
|
392438
|
+
"scope": 1,
|
|
392439
|
+
"section": {
|
|
392440
|
+
"id": "agentsVoice",
|
|
392441
|
+
"title": "Voice Mode"
|
|
392442
|
+
},
|
|
392443
|
+
"defaultDefaultValue": false,
|
|
392444
|
+
"restricted": false
|
|
392445
|
+
}
|
|
392446
|
+
},
|
|
392447
|
+
{
|
|
392448
|
+
"op": "add",
|
|
392449
|
+
"path": "/accessibility.signals.voiceModeStarted",
|
|
392450
|
+
"value": {
|
|
392451
|
+
"type": "object",
|
|
392452
|
+
"tags": [
|
|
392453
|
+
"accessibility"
|
|
392454
|
+
],
|
|
392455
|
+
"additionalProperties": false,
|
|
392456
|
+
"default": {
|
|
392457
|
+
"sound": "on",
|
|
392458
|
+
"announcement": "auto"
|
|
392459
|
+
},
|
|
392460
|
+
"description": "Plays a signal - sound (audio cue) and/or announcement (alert) - when voice mode has started.",
|
|
392461
|
+
"properties": {
|
|
392462
|
+
"sound": {
|
|
392463
|
+
"description": "Plays a sound when voice mode has started.",
|
|
392464
|
+
"type": "string",
|
|
392465
|
+
"enum": [
|
|
392466
|
+
"auto",
|
|
392467
|
+
"on",
|
|
392468
|
+
"off"
|
|
392469
|
+
],
|
|
392470
|
+
"default": "auto",
|
|
392471
|
+
"enumDescriptions": [
|
|
392472
|
+
"Enable sound when a screen reader is attached.",
|
|
392473
|
+
"Enable sound.",
|
|
392474
|
+
"Disable sound."
|
|
392475
|
+
],
|
|
392476
|
+
"tags": [
|
|
392477
|
+
"accessibility"
|
|
392478
|
+
]
|
|
392479
|
+
},
|
|
392480
|
+
"announcement": {
|
|
392481
|
+
"description": "Announces when voice mode has started.",
|
|
392482
|
+
"type": "string",
|
|
392483
|
+
"enum": [
|
|
392484
|
+
"auto",
|
|
392485
|
+
"off"
|
|
392486
|
+
],
|
|
392487
|
+
"default": "auto",
|
|
392488
|
+
"enumDescriptions": [
|
|
392489
|
+
"Enable announcement, will only play when in screen reader optimized mode.",
|
|
392490
|
+
"Disable announcement."
|
|
392491
|
+
],
|
|
392492
|
+
"tags": [
|
|
392493
|
+
"accessibility"
|
|
392494
|
+
]
|
|
392495
|
+
}
|
|
392496
|
+
},
|
|
392497
|
+
"section": {
|
|
392498
|
+
"id": "accessibility",
|
|
392499
|
+
"title": "Accessibility"
|
|
392500
|
+
},
|
|
392501
|
+
"defaultDefaultValue": {
|
|
392502
|
+
"sound": "on",
|
|
392503
|
+
"announcement": "auto"
|
|
392504
|
+
},
|
|
392505
|
+
"scope": 5,
|
|
392506
|
+
"restricted": false
|
|
392507
|
+
}
|
|
392508
|
+
},
|
|
392509
|
+
{
|
|
392510
|
+
"op": "add",
|
|
392511
|
+
"path": "/accessibility.signals.voiceModeStopped",
|
|
392512
|
+
"value": {
|
|
392513
|
+
"type": "object",
|
|
392514
|
+
"tags": [
|
|
392515
|
+
"accessibility"
|
|
392516
|
+
],
|
|
392517
|
+
"additionalProperties": false,
|
|
392518
|
+
"default": {
|
|
392519
|
+
"sound": "on",
|
|
392520
|
+
"announcement": "auto"
|
|
392521
|
+
},
|
|
392522
|
+
"description": "Plays a signal - sound (audio cue) and/or announcement (alert) - when voice mode has stopped.",
|
|
392523
|
+
"properties": {
|
|
392524
|
+
"sound": {
|
|
392525
|
+
"description": "Plays a sound when voice mode has stopped.",
|
|
392526
|
+
"type": "string",
|
|
392527
|
+
"enum": [
|
|
392528
|
+
"auto",
|
|
392529
|
+
"on",
|
|
392530
|
+
"off"
|
|
392531
|
+
],
|
|
392532
|
+
"default": "auto",
|
|
392533
|
+
"enumDescriptions": [
|
|
392534
|
+
"Enable sound when a screen reader is attached.",
|
|
392535
|
+
"Enable sound.",
|
|
392536
|
+
"Disable sound."
|
|
392537
|
+
],
|
|
392538
|
+
"tags": [
|
|
392539
|
+
"accessibility"
|
|
392540
|
+
]
|
|
392541
|
+
},
|
|
392542
|
+
"announcement": {
|
|
392543
|
+
"description": "Announces when voice mode has stopped.",
|
|
392544
|
+
"type": "string",
|
|
392545
|
+
"enum": [
|
|
392546
|
+
"auto",
|
|
392547
|
+
"off"
|
|
392548
|
+
],
|
|
392549
|
+
"default": "auto",
|
|
392550
|
+
"enumDescriptions": [
|
|
392551
|
+
"Enable announcement, will only play when in screen reader optimized mode.",
|
|
392552
|
+
"Disable announcement."
|
|
392553
|
+
],
|
|
392554
|
+
"tags": [
|
|
392555
|
+
"accessibility"
|
|
392556
|
+
]
|
|
392557
|
+
}
|
|
392558
|
+
},
|
|
392559
|
+
"section": {
|
|
392560
|
+
"id": "accessibility",
|
|
392561
|
+
"title": "Accessibility"
|
|
392562
|
+
},
|
|
392563
|
+
"defaultDefaultValue": {
|
|
392564
|
+
"sound": "on",
|
|
392565
|
+
"announcement": "auto"
|
|
392566
|
+
},
|
|
392567
|
+
"scope": 5,
|
|
392568
|
+
"restricted": false
|
|
392569
|
+
}
|
|
392570
|
+
}
|
|
392571
|
+
]
|
|
392572
|
+
},
|
|
392573
|
+
{
|
|
392574
|
+
"version": "1.131.0-insider+2026072117",
|
|
392575
|
+
"base": {
|
|
392576
|
+
"version": "1.130.0-insider+2026072017"
|
|
392577
|
+
},
|
|
392578
|
+
"patch": [
|
|
392579
|
+
{
|
|
392580
|
+
"op": "replace",
|
|
392581
|
+
"path": "/chat.speechToText.enabled/markdownDescription",
|
|
392582
|
+
"value": "Enables dictation into the chat input using on-device speech-to-text. When enabled on a supported platform, a microphone button appears in the chat input; the transcription model is downloaded on first use and runs locally."
|
|
392583
|
+
},
|
|
392584
|
+
{
|
|
392585
|
+
"op": "replace",
|
|
392586
|
+
"path": "/github.copilot.chat.tools.grepSearch.defaultMaxResults/defaultDefaultValue",
|
|
392587
|
+
"value": 100
|
|
392588
|
+
},
|
|
392589
|
+
{
|
|
392590
|
+
"op": "replace",
|
|
392591
|
+
"path": "/github.copilot.chat.tools.grepSearch.defaultMaxResults/markdownDescription",
|
|
392592
|
+
"value": "The default maximum number of results to return from the grep search tool. The default is 100."
|
|
392593
|
+
},
|
|
392594
|
+
{
|
|
392595
|
+
"op": "replace",
|
|
392596
|
+
"path": "/github.copilot.chat.tools.grepSearch.defaultMaxResults/default",
|
|
392597
|
+
"value": 100
|
|
392598
|
+
},
|
|
392599
|
+
{
|
|
392600
|
+
"op": "add",
|
|
392601
|
+
"path": "/terminal.integrated.resizeDimensionsOverlay.enabled",
|
|
392602
|
+
"value": {
|
|
392603
|
+
"markdownDescription": "Whether to show a visual overlay with the terminal's columns and rows when it is resized.",
|
|
392604
|
+
"type": "boolean",
|
|
392605
|
+
"default": true,
|
|
392606
|
+
"section": {
|
|
392607
|
+
"id": "terminal",
|
|
392608
|
+
"title": "Integrated Terminal",
|
|
392609
|
+
"order": 100
|
|
392610
|
+
},
|
|
392611
|
+
"defaultDefaultValue": true,
|
|
392612
|
+
"scope": 4,
|
|
392613
|
+
"restricted": false
|
|
392614
|
+
}
|
|
392615
|
+
},
|
|
392616
|
+
{
|
|
392617
|
+
"op": "add",
|
|
392618
|
+
"path": "/github.copilot.chat.gpt56Verbosity.enabled",
|
|
392619
|
+
"value": {
|
|
392620
|
+
"type": "boolean",
|
|
392621
|
+
"default": true,
|
|
392622
|
+
"markdownDescription": "Sets the response verbosity to low for gpt-5.6 models.",
|
|
392623
|
+
"tags": [
|
|
392624
|
+
"experimental",
|
|
392625
|
+
"onExp"
|
|
392626
|
+
],
|
|
392627
|
+
"experiment": {
|
|
392628
|
+
"mode": "startup"
|
|
392629
|
+
},
|
|
392630
|
+
"scope": 4,
|
|
392631
|
+
"section": {
|
|
392632
|
+
"id": "experimental",
|
|
392633
|
+
"title": "GitHub Copilot",
|
|
392634
|
+
"extensionInfo": {
|
|
392635
|
+
"id": "GitHub.copilot-chat",
|
|
392636
|
+
"displayName": "GitHub Copilot"
|
|
392637
|
+
}
|
|
392638
|
+
},
|
|
392639
|
+
"source": {
|
|
392640
|
+
"id": "GitHub.copilot-chat",
|
|
392641
|
+
"displayName": "GitHub Copilot"
|
|
392642
|
+
},
|
|
392643
|
+
"defaultDefaultValue": true,
|
|
392644
|
+
"restricted": false
|
|
392645
|
+
}
|
|
392646
|
+
}
|
|
392647
|
+
]
|
|
392358
392648
|
}
|
|
392359
392649
|
]
|
|
@@ -12329,6 +12329,24 @@ export type VscodeSettings_1_130_0_insider_2026071716 = Patch<VscodeSettings_1_1
|
|
|
12329
12329
|
readonly 'chat.verbose'?: boolean;
|
|
12330
12330
|
}, 'chat.editor.defaultProvider' | 'chat.experimental.autoApprovals.enabled'>;
|
|
12331
12331
|
|
|
12332
|
+
// ── 1.130.0-insider+2026072017: +3, ~3, -5 ──
|
|
12333
|
+
export type VscodeSettings_1_130_0_insider_2026072017 = Patch<VscodeSettings_1_130_0_insider_2026071716, {
|
|
12334
|
+
readonly 'accessibility.signals.voiceModeStarted'?: Record<string, unknown>;
|
|
12335
|
+
readonly 'accessibility.signals.voiceModeStopped'?: Record<string, unknown>;
|
|
12336
|
+
readonly 'agents.voice.liveTranscript'?: boolean;
|
|
12337
|
+
readonly 'chat.speechToText.model'?: 'onnx-community/whisper-tiny' | 'onnx-community/whisper-base' | 'onnx-community/whisper-small' | 'onnx-community/nemotron-3.5-asr-streaming-0.6b-onnx-int4';
|
|
12338
|
+
readonly 'chat.tools.terminal.outputCompaction'?: boolean;
|
|
12339
|
+
readonly 'notebook.editorOptionsCustomizations'?: unknown;
|
|
12340
|
+
}, 'editor.suggest.maxVisibleSuggestions' | 'search.location' | 'search.maintainFileSearchCache' | 'search.usePCRE2' | 'search.useRipgrep'>;
|
|
12341
|
+
|
|
12342
|
+
// ── 1.131.0-insider+2026072117: +2, ~2 ──
|
|
12343
|
+
export type VscodeSettings_1_131_0_insider_2026072117 = Patch<VscodeSettings_1_130_0_insider_2026072017, {
|
|
12344
|
+
readonly 'chat.speechToText.enabled'?: boolean;
|
|
12345
|
+
readonly 'github.copilot.chat.gpt56Verbosity.enabled'?: boolean;
|
|
12346
|
+
readonly 'github.copilot.chat.tools.grepSearch.defaultMaxResults'?: number;
|
|
12347
|
+
readonly 'terminal.integrated.resizeDimensionsOverlay.enabled'?: boolean;
|
|
12348
|
+
}, never>;
|
|
12349
|
+
|
|
12332
12350
|
// ── Version map ──
|
|
12333
12351
|
// Stable entries map directly to their settings type.
|
|
12334
12352
|
// Insider entries map to a nested record keyed by 10-digit build release date
|
|
@@ -12441,12 +12459,16 @@ interface VscodeVersionMap {
|
|
|
12441
12459
|
'1.130.0-insider': InsiderBuilds<{
|
|
12442
12460
|
'2026071611': VscodeSettings_1_130_0_insider_2026071611;
|
|
12443
12461
|
'2026071716': VscodeSettings_1_130_0_insider_2026071716;
|
|
12462
|
+
'2026072017': VscodeSettings_1_130_0_insider_2026072017;
|
|
12463
|
+
}>;
|
|
12464
|
+
'1.131.0-insider': InsiderBuilds<{
|
|
12465
|
+
'2026072117': VscodeSettings_1_131_0_insider_2026072117;
|
|
12444
12466
|
}>;
|
|
12445
12467
|
}
|
|
12446
12468
|
|
|
12447
12469
|
export type LatestVscodeSettings = VscodeSettings_1_129_1;
|
|
12448
12470
|
|
|
12449
|
-
export type LatestInsiderVscodeSettings =
|
|
12471
|
+
export type LatestInsiderVscodeSettings = VscodeSettings_1_131_0_insider_2026072117;
|
|
12450
12472
|
|
|
12451
12473
|
export type VscodeVersion = keyof VscodeVersionMap;
|
|
12452
12474
|
|