@vscode/vscode-settings-history 0.0.2-44 → 0.0.2-45
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 +214 -0
- package/dist/vscode-settings.d.ts +12 -1
- package/package.json +1 -1
package/dist/history.json
CHANGED
|
@@ -392355,5 +392355,219 @@
|
|
|
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
|
+
]
|
|
392358
392572
|
}
|
|
392359
392573
|
]
|
|
@@ -12329,6 +12329,16 @@ 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
|
+
|
|
12332
12342
|
// ── Version map ──
|
|
12333
12343
|
// Stable entries map directly to their settings type.
|
|
12334
12344
|
// Insider entries map to a nested record keyed by 10-digit build release date
|
|
@@ -12441,12 +12451,13 @@ interface VscodeVersionMap {
|
|
|
12441
12451
|
'1.130.0-insider': InsiderBuilds<{
|
|
12442
12452
|
'2026071611': VscodeSettings_1_130_0_insider_2026071611;
|
|
12443
12453
|
'2026071716': VscodeSettings_1_130_0_insider_2026071716;
|
|
12454
|
+
'2026072017': VscodeSettings_1_130_0_insider_2026072017;
|
|
12444
12455
|
}>;
|
|
12445
12456
|
}
|
|
12446
12457
|
|
|
12447
12458
|
export type LatestVscodeSettings = VscodeSettings_1_129_1;
|
|
12448
12459
|
|
|
12449
|
-
export type LatestInsiderVscodeSettings =
|
|
12460
|
+
export type LatestInsiderVscodeSettings = VscodeSettings_1_130_0_insider_2026072017;
|
|
12450
12461
|
|
|
12451
12462
|
export type VscodeVersion = keyof VscodeVersionMap;
|
|
12452
12463
|
|