@vscode/vscode-settings-history 0.0.2-69 → 0.0.2-70
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 +177 -0
- package/dist/vscode-settings.d.ts +15 -1
- package/package.json +1 -1
package/dist/history.json
CHANGED
|
@@ -472601,5 +472601,182 @@
|
|
|
472601
472601
|
}
|
|
472602
472602
|
}
|
|
472603
472603
|
]
|
|
472604
|
+
},
|
|
472605
|
+
{
|
|
472606
|
+
"version": "1.135.0-insider+2026082005",
|
|
472607
|
+
"base": {
|
|
472608
|
+
"version": "1.135.0-insider+2026081921"
|
|
472609
|
+
},
|
|
472610
|
+
"patch": [
|
|
472611
|
+
{
|
|
472612
|
+
"op": "replace",
|
|
472613
|
+
"path": "/chat.agentHost.cloudSandbox.enabled/description",
|
|
472614
|
+
"value": "Enable Copilot cloud sandbox sessions over a live Agent Host Protocol relay, for slash commands and a responsive, steerable experience instead of only polling logs. Adds a Sandbox option when starting a cloud session, and connects to the sandbox when opening one."
|
|
472615
|
+
},
|
|
472616
|
+
{
|
|
472617
|
+
"op": "add",
|
|
472618
|
+
"path": "/chat.artifactTools.enabled",
|
|
472619
|
+
"value": {
|
|
472620
|
+
"type": "boolean",
|
|
472621
|
+
"description": "When enabled, agents can record artifacts — pull requests, issues, commits, websites, files and other resources — which are surfaced above the chat input.",
|
|
472622
|
+
"default": true,
|
|
472623
|
+
"scope": 1,
|
|
472624
|
+
"tags": [
|
|
472625
|
+
"experimental",
|
|
472626
|
+
"advanced",
|
|
472627
|
+
"onExP"
|
|
472628
|
+
],
|
|
472629
|
+
"experiment": {
|
|
472630
|
+
"mode": "auto"
|
|
472631
|
+
},
|
|
472632
|
+
"agentHost": {
|
|
472633
|
+
"key": "artifactTools"
|
|
472634
|
+
},
|
|
472635
|
+
"section": {
|
|
472636
|
+
"id": "chatAgentHostStarter",
|
|
472637
|
+
"title": "Chat Agent Host Starter"
|
|
472638
|
+
},
|
|
472639
|
+
"defaultDefaultValue": true,
|
|
472640
|
+
"restricted": false
|
|
472641
|
+
}
|
|
472642
|
+
},
|
|
472643
|
+
{
|
|
472644
|
+
"op": "add",
|
|
472645
|
+
"path": "/chat.experimental.stickyScroll.enabled",
|
|
472646
|
+
"value": {
|
|
472647
|
+
"type": "boolean",
|
|
472648
|
+
"description": "Controls whether chat requests use experimental tree-based sticky scroll instead of the sticky prompt header.",
|
|
472649
|
+
"default": true,
|
|
472650
|
+
"tags": [
|
|
472651
|
+
"experimental"
|
|
472652
|
+
],
|
|
472653
|
+
"section": {
|
|
472654
|
+
"id": "chatSidebar",
|
|
472655
|
+
"title": "Chat"
|
|
472656
|
+
},
|
|
472657
|
+
"defaultDefaultValue": true,
|
|
472658
|
+
"scope": 4,
|
|
472659
|
+
"restricted": false
|
|
472660
|
+
}
|
|
472661
|
+
},
|
|
472662
|
+
{
|
|
472663
|
+
"op": "add",
|
|
472664
|
+
"path": "/chat.agentSessions.showSessionMetadataInInput",
|
|
472665
|
+
"value": {
|
|
472666
|
+
"type": "boolean",
|
|
472667
|
+
"default": true,
|
|
472668
|
+
"scope": 1,
|
|
472669
|
+
"description": "Controls whether session metadata such as changes, pull requests, and issues appears above the chat input instead of in the session header.",
|
|
472670
|
+
"section": {},
|
|
472671
|
+
"defaultDefaultValue": true,
|
|
472672
|
+
"restricted": false
|
|
472673
|
+
}
|
|
472674
|
+
},
|
|
472675
|
+
{
|
|
472676
|
+
"op": "add",
|
|
472677
|
+
"path": "/terminal.explorerKind",
|
|
472678
|
+
"value": {
|
|
472679
|
+
"type": "string",
|
|
472680
|
+
"enum": [
|
|
472681
|
+
"integrated",
|
|
472682
|
+
"external",
|
|
472683
|
+
"both"
|
|
472684
|
+
],
|
|
472685
|
+
"enumDescriptions": [
|
|
472686
|
+
"Show the integrated terminal action.",
|
|
472687
|
+
"Show the external terminal action.",
|
|
472688
|
+
"Show both integrated and external terminal actions."
|
|
472689
|
+
],
|
|
472690
|
+
"default": "integrated",
|
|
472691
|
+
"description": "When opening a file from the Explorer in a terminal, determines what kind of terminal will be launched",
|
|
472692
|
+
"section": {
|
|
472693
|
+
"id": "externalTerminal",
|
|
472694
|
+
"title": "External Terminal",
|
|
472695
|
+
"order": 100
|
|
472696
|
+
},
|
|
472697
|
+
"defaultDefaultValue": "integrated",
|
|
472698
|
+
"scope": 4,
|
|
472699
|
+
"restricted": false
|
|
472700
|
+
}
|
|
472701
|
+
},
|
|
472702
|
+
{
|
|
472703
|
+
"op": "add",
|
|
472704
|
+
"path": "/terminal.sourceControlRepositoriesKind",
|
|
472705
|
+
"value": {
|
|
472706
|
+
"type": "string",
|
|
472707
|
+
"enum": [
|
|
472708
|
+
"integrated",
|
|
472709
|
+
"external",
|
|
472710
|
+
"both"
|
|
472711
|
+
],
|
|
472712
|
+
"enumDescriptions": [
|
|
472713
|
+
"Show the integrated terminal action.",
|
|
472714
|
+
"Show the external terminal action.",
|
|
472715
|
+
"Show both integrated and external terminal actions."
|
|
472716
|
+
],
|
|
472717
|
+
"default": "integrated",
|
|
472718
|
+
"description": "When opening a repository from the Source Control Repositories view in a terminal, determines what kind of terminal will be launched",
|
|
472719
|
+
"section": {
|
|
472720
|
+
"id": "externalTerminal",
|
|
472721
|
+
"title": "External Terminal",
|
|
472722
|
+
"order": 100
|
|
472723
|
+
},
|
|
472724
|
+
"defaultDefaultValue": "integrated",
|
|
472725
|
+
"scope": 4,
|
|
472726
|
+
"restricted": false
|
|
472727
|
+
}
|
|
472728
|
+
},
|
|
472729
|
+
{
|
|
472730
|
+
"op": "add",
|
|
472731
|
+
"path": "/terminal.external.windowsExec",
|
|
472732
|
+
"value": {
|
|
472733
|
+
"type": "string",
|
|
472734
|
+
"description": "Customizes which terminal to run on Windows.",
|
|
472735
|
+
"default": "C:\\Windows\\System32\\cmd.exe",
|
|
472736
|
+
"scope": 1,
|
|
472737
|
+
"section": {
|
|
472738
|
+
"id": "externalTerminal",
|
|
472739
|
+
"title": "External Terminal",
|
|
472740
|
+
"order": 100
|
|
472741
|
+
},
|
|
472742
|
+
"defaultDefaultValue": "C:\\Windows\\System32\\cmd.exe",
|
|
472743
|
+
"restricted": false
|
|
472744
|
+
}
|
|
472745
|
+
},
|
|
472746
|
+
{
|
|
472747
|
+
"op": "add",
|
|
472748
|
+
"path": "/terminal.external.osxExec",
|
|
472749
|
+
"value": {
|
|
472750
|
+
"type": "string",
|
|
472751
|
+
"description": "Customizes which terminal application to run on macOS.",
|
|
472752
|
+
"default": "Terminal.app",
|
|
472753
|
+
"scope": 1,
|
|
472754
|
+
"section": {
|
|
472755
|
+
"id": "externalTerminal",
|
|
472756
|
+
"title": "External Terminal",
|
|
472757
|
+
"order": 100
|
|
472758
|
+
},
|
|
472759
|
+
"defaultDefaultValue": "Terminal.app",
|
|
472760
|
+
"restricted": false
|
|
472761
|
+
}
|
|
472762
|
+
},
|
|
472763
|
+
{
|
|
472764
|
+
"op": "add",
|
|
472765
|
+
"path": "/terminal.external.linuxExec",
|
|
472766
|
+
"value": {
|
|
472767
|
+
"type": "string",
|
|
472768
|
+
"description": "Customizes which terminal to run on Linux.",
|
|
472769
|
+
"default": "x-terminal-emulator",
|
|
472770
|
+
"scope": 1,
|
|
472771
|
+
"section": {
|
|
472772
|
+
"id": "externalTerminal",
|
|
472773
|
+
"title": "External Terminal",
|
|
472774
|
+
"order": 100
|
|
472775
|
+
},
|
|
472776
|
+
"defaultDefaultValue": "x-terminal-emulator",
|
|
472777
|
+
"restricted": false
|
|
472778
|
+
}
|
|
472779
|
+
}
|
|
472780
|
+
]
|
|
472604
472781
|
}
|
|
472605
472782
|
]
|
|
@@ -13317,6 +13317,19 @@ export type VscodeSettings_1_135_0_insider_2026081921 = Patch<VscodeSettings_1_1
|
|
|
13317
13317
|
readonly 'workbench.editor.useModal'?: 'off' | 'some' | 'all';
|
|
13318
13318
|
}, 'chat.omni.enabled' | 'terminal.explorerKind' | 'terminal.external.linuxExec' | 'terminal.external.osxExec' | 'terminal.external.windowsExec' | 'terminal.sourceControlRepositoriesKind'>;
|
|
13319
13319
|
|
|
13320
|
+
// ── 1.135.0-insider+2026082005: +8, ~1 ──
|
|
13321
|
+
export type VscodeSettings_1_135_0_insider_2026082005 = Patch<VscodeSettings_1_135_0_insider_2026081921, {
|
|
13322
|
+
readonly 'chat.agentHost.cloudSandbox.enabled'?: boolean;
|
|
13323
|
+
readonly 'chat.agentSessions.showSessionMetadataInInput'?: boolean;
|
|
13324
|
+
readonly 'chat.artifactTools.enabled'?: boolean;
|
|
13325
|
+
readonly 'chat.experimental.stickyScroll.enabled'?: boolean;
|
|
13326
|
+
readonly 'terminal.explorerKind'?: 'integrated' | 'external' | 'both';
|
|
13327
|
+
readonly 'terminal.external.linuxExec'?: string;
|
|
13328
|
+
readonly 'terminal.external.osxExec'?: string;
|
|
13329
|
+
readonly 'terminal.external.windowsExec'?: string;
|
|
13330
|
+
readonly 'terminal.sourceControlRepositoriesKind'?: 'integrated' | 'external' | 'both';
|
|
13331
|
+
}, never>;
|
|
13332
|
+
|
|
13320
13333
|
// ── Version map ──
|
|
13321
13334
|
// Stable entries map directly to their settings type.
|
|
13322
13335
|
// Insider entries map to a nested record keyed by 10-digit build release date
|
|
@@ -13469,12 +13482,13 @@ interface VscodeVersionMap {
|
|
|
13469
13482
|
'1.135.0-insider': InsiderBuilds<{
|
|
13470
13483
|
'2026081817': VscodeSettings_1_135_0_insider_2026081817;
|
|
13471
13484
|
'2026081921': VscodeSettings_1_135_0_insider_2026081921;
|
|
13485
|
+
'2026082005': VscodeSettings_1_135_0_insider_2026082005;
|
|
13472
13486
|
}>;
|
|
13473
13487
|
}
|
|
13474
13488
|
|
|
13475
13489
|
export type LatestVscodeSettings = VscodeSettings_1_134_0;
|
|
13476
13490
|
|
|
13477
|
-
export type LatestInsiderVscodeSettings =
|
|
13491
|
+
export type LatestInsiderVscodeSettings = VscodeSettings_1_135_0_insider_2026082005;
|
|
13478
13492
|
|
|
13479
13493
|
export type VscodeVersion = keyof VscodeVersionMap;
|
|
13480
13494
|
|