@vscode/vscode-settings-history 0.0.2-70 → 0.0.2-71
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 +198 -0
- package/dist/vscode-settings.d.ts +14 -1
- package/package.json +1 -1
package/dist/history.json
CHANGED
|
@@ -472778,5 +472778,203 @@
|
|
|
472778
472778
|
}
|
|
472779
472779
|
}
|
|
472780
472780
|
]
|
|
472781
|
+
},
|
|
472782
|
+
{
|
|
472783
|
+
"version": "1.135.0-insider+2026082117",
|
|
472784
|
+
"base": {
|
|
472785
|
+
"version": "1.135.0-insider+2026082005"
|
|
472786
|
+
},
|
|
472787
|
+
"patch": [
|
|
472788
|
+
{
|
|
472789
|
+
"op": "remove",
|
|
472790
|
+
"path": "/chat.agentSessions.showSessionMetadataInInput"
|
|
472791
|
+
},
|
|
472792
|
+
{
|
|
472793
|
+
"op": "replace",
|
|
472794
|
+
"path": "/chat.agentSessions.showExternal/enumDescriptions/4",
|
|
472795
|
+
"value": "Shows external sessions updated in the last 30 days."
|
|
472796
|
+
},
|
|
472797
|
+
{
|
|
472798
|
+
"op": "replace",
|
|
472799
|
+
"path": "/chat.agentSessions.showExternal/enum/4",
|
|
472800
|
+
"value": "last30Days"
|
|
472801
|
+
},
|
|
472802
|
+
{
|
|
472803
|
+
"op": "remove",
|
|
472804
|
+
"path": "/github.copilot.chat.semanticSearchTool.mode"
|
|
472805
|
+
},
|
|
472806
|
+
{
|
|
472807
|
+
"op": "add",
|
|
472808
|
+
"path": "/chat.pasteAsAttachmentThreshold",
|
|
472809
|
+
"value": {
|
|
472810
|
+
"markdownDescription": "The number of characters a paste must exceed before it is added to the chat input as an attachment instead of being inserted inline. A paste must also span several lines, so a long single-line paste is always inserted inline. Set this to a very large number to always paste inline.",
|
|
472811
|
+
"type": "number",
|
|
472812
|
+
"minimum": 0,
|
|
472813
|
+
"default": 10000,
|
|
472814
|
+
"section": {
|
|
472815
|
+
"id": "chatSidebar",
|
|
472816
|
+
"title": "Chat"
|
|
472817
|
+
},
|
|
472818
|
+
"defaultDefaultValue": 10000,
|
|
472819
|
+
"scope": 4,
|
|
472820
|
+
"restricted": false
|
|
472821
|
+
}
|
|
472822
|
+
},
|
|
472823
|
+
{
|
|
472824
|
+
"op": "add",
|
|
472825
|
+
"path": "/chat.copilot.semanticSearch.enabled",
|
|
472826
|
+
"value": {
|
|
472827
|
+
"type": "boolean",
|
|
472828
|
+
"description": "Controls whether Copilot Agent Host sessions can use VS Code's semantic workspace search. When disabled, semantic search is unavailable.",
|
|
472829
|
+
"default": false,
|
|
472830
|
+
"tags": [
|
|
472831
|
+
"experimental",
|
|
472832
|
+
"advanced"
|
|
472833
|
+
],
|
|
472834
|
+
"section": {
|
|
472835
|
+
"id": "chatSidebar",
|
|
472836
|
+
"title": "Chat"
|
|
472837
|
+
},
|
|
472838
|
+
"defaultDefaultValue": false,
|
|
472839
|
+
"scope": 4,
|
|
472840
|
+
"restricted": false
|
|
472841
|
+
}
|
|
472842
|
+
},
|
|
472843
|
+
{
|
|
472844
|
+
"op": "add",
|
|
472845
|
+
"path": "/chat.agentHost.copilot.multiTurnContextRouting.enabled",
|
|
472846
|
+
"value": {
|
|
472847
|
+
"type": "boolean",
|
|
472848
|
+
"markdownDescription": "When enabled, Auto model selection in Copilot SDK agent sessions routes on the conversation so far, sending prior user messages to the router instead of scoring the latest message alone.",
|
|
472849
|
+
"default": false,
|
|
472850
|
+
"experiment": {
|
|
472851
|
+
"mode": "startup"
|
|
472852
|
+
},
|
|
472853
|
+
"tags": [
|
|
472854
|
+
"experimental",
|
|
472855
|
+
"advanced",
|
|
472856
|
+
"onExP"
|
|
472857
|
+
],
|
|
472858
|
+
"section": {
|
|
472859
|
+
"id": "chatSidebar",
|
|
472860
|
+
"title": "Chat"
|
|
472861
|
+
},
|
|
472862
|
+
"defaultDefaultValue": false,
|
|
472863
|
+
"scope": 4,
|
|
472864
|
+
"restricted": false
|
|
472865
|
+
}
|
|
472866
|
+
},
|
|
472867
|
+
{
|
|
472868
|
+
"op": "add",
|
|
472869
|
+
"path": "/chat.inlineChat.agentHost.enabled",
|
|
472870
|
+
"value": {
|
|
472871
|
+
"type": "boolean",
|
|
472872
|
+
"description": "Controls whether editor inline chat is backed by the Agent Host instead of the extension host. Applied on startup.",
|
|
472873
|
+
"default": false,
|
|
472874
|
+
"tags": [
|
|
472875
|
+
"experimental",
|
|
472876
|
+
"onExP"
|
|
472877
|
+
],
|
|
472878
|
+
"experiment": {
|
|
472879
|
+
"mode": "startup"
|
|
472880
|
+
},
|
|
472881
|
+
"section": {
|
|
472882
|
+
"id": "chatSidebar",
|
|
472883
|
+
"title": "Chat"
|
|
472884
|
+
},
|
|
472885
|
+
"defaultDefaultValue": false,
|
|
472886
|
+
"scope": 4,
|
|
472887
|
+
"restricted": false
|
|
472888
|
+
}
|
|
472889
|
+
},
|
|
472890
|
+
{
|
|
472891
|
+
"op": "add",
|
|
472892
|
+
"path": "/accessibility.verbosity.chatPetAchievements",
|
|
472893
|
+
"value": {
|
|
472894
|
+
"description": "Provide information about how to access chat pet achievements accessibility help when the Achievements modal is focused.",
|
|
472895
|
+
"type": "boolean",
|
|
472896
|
+
"default": true,
|
|
472897
|
+
"tags": [
|
|
472898
|
+
"accessibility"
|
|
472899
|
+
],
|
|
472900
|
+
"section": {
|
|
472901
|
+
"id": "accessibility",
|
|
472902
|
+
"title": "Accessibility"
|
|
472903
|
+
},
|
|
472904
|
+
"defaultDefaultValue": true,
|
|
472905
|
+
"scope": 5,
|
|
472906
|
+
"restricted": false
|
|
472907
|
+
}
|
|
472908
|
+
},
|
|
472909
|
+
{
|
|
472910
|
+
"op": "add",
|
|
472911
|
+
"path": "/github.copilot.chat.languageContext.typescript7.enabled",
|
|
472912
|
+
"value": {
|
|
472913
|
+
"type": "boolean",
|
|
472914
|
+
"default": false,
|
|
472915
|
+
"scope": 5,
|
|
472916
|
+
"tags": [
|
|
472917
|
+
"experimental"
|
|
472918
|
+
],
|
|
472919
|
+
"markdownDescription": "Enables the TypeScript language context provider for inline suggestions when using TS7 language services",
|
|
472920
|
+
"agentsWindow": {
|
|
472921
|
+
"default": false
|
|
472922
|
+
},
|
|
472923
|
+
"section": {
|
|
472924
|
+
"id": "experimental",
|
|
472925
|
+
"title": "GitHub Copilot",
|
|
472926
|
+
"extensionInfo": {
|
|
472927
|
+
"id": "GitHub.copilot-chat",
|
|
472928
|
+
"displayName": "GitHub Copilot"
|
|
472929
|
+
}
|
|
472930
|
+
},
|
|
472931
|
+
"source": {
|
|
472932
|
+
"id": "GitHub.copilot-chat",
|
|
472933
|
+
"displayName": "GitHub Copilot"
|
|
472934
|
+
},
|
|
472935
|
+
"defaultDefaultValue": false,
|
|
472936
|
+
"restricted": false
|
|
472937
|
+
}
|
|
472938
|
+
},
|
|
472939
|
+
{
|
|
472940
|
+
"op": "add",
|
|
472941
|
+
"path": "/github.copilot.chat.chatCompletionsTokenParameter",
|
|
472942
|
+
"value": {
|
|
472943
|
+
"type": "string",
|
|
472944
|
+
"enum": [
|
|
472945
|
+
"max_completion_tokens",
|
|
472946
|
+
"max_tokens"
|
|
472947
|
+
],
|
|
472948
|
+
"enumDescriptions": [
|
|
472949
|
+
"Send `max_completion_tokens`.",
|
|
472950
|
+
"Send the legacy `max_tokens` parameter for compatibility."
|
|
472951
|
+
],
|
|
472952
|
+
"default": "max_tokens",
|
|
472953
|
+
"markdownDescription": "Controls the output token limit parameter sent to custom Chat Completions APIs. Use `max_completion_tokens` for endpoints that do not support `max_tokens`.",
|
|
472954
|
+
"tags": [
|
|
472955
|
+
"advanced",
|
|
472956
|
+
"onExp"
|
|
472957
|
+
],
|
|
472958
|
+
"experiment": {
|
|
472959
|
+
"mode": "startup"
|
|
472960
|
+
},
|
|
472961
|
+
"scope": 4,
|
|
472962
|
+
"section": {
|
|
472963
|
+
"id": "advanced",
|
|
472964
|
+
"title": "GitHub Copilot",
|
|
472965
|
+
"extensionInfo": {
|
|
472966
|
+
"id": "GitHub.copilot-chat",
|
|
472967
|
+
"displayName": "GitHub Copilot"
|
|
472968
|
+
}
|
|
472969
|
+
},
|
|
472970
|
+
"source": {
|
|
472971
|
+
"id": "GitHub.copilot-chat",
|
|
472972
|
+
"displayName": "GitHub Copilot"
|
|
472973
|
+
},
|
|
472974
|
+
"defaultDefaultValue": "max_tokens",
|
|
472975
|
+
"restricted": false
|
|
472976
|
+
}
|
|
472977
|
+
}
|
|
472978
|
+
]
|
|
472781
472979
|
}
|
|
472782
472980
|
]
|
|
@@ -13330,6 +13330,18 @@ export type VscodeSettings_1_135_0_insider_2026082005 = Patch<VscodeSettings_1_1
|
|
|
13330
13330
|
readonly 'terminal.sourceControlRepositoriesKind'?: 'integrated' | 'external' | 'both';
|
|
13331
13331
|
}, never>;
|
|
13332
13332
|
|
|
13333
|
+
// ── 1.135.0-insider+2026082117: +7, ~1, -2 ──
|
|
13334
|
+
export type VscodeSettings_1_135_0_insider_2026082117 = Patch<VscodeSettings_1_135_0_insider_2026082005, {
|
|
13335
|
+
readonly 'accessibility.verbosity.chatPetAchievements'?: boolean;
|
|
13336
|
+
readonly 'chat.agentHost.copilot.multiTurnContextRouting.enabled'?: boolean;
|
|
13337
|
+
readonly 'chat.agentSessions.showExternal'?: 'none' | 'recent' | 'last24Hours' | 'last7Days' | 'last30Days';
|
|
13338
|
+
readonly 'chat.copilot.semanticSearch.enabled'?: boolean;
|
|
13339
|
+
readonly 'chat.inlineChat.agentHost.enabled'?: boolean;
|
|
13340
|
+
readonly 'chat.pasteAsAttachmentThreshold'?: number;
|
|
13341
|
+
readonly 'github.copilot.chat.chatCompletionsTokenParameter'?: 'max_completion_tokens' | 'max_tokens';
|
|
13342
|
+
readonly 'github.copilot.chat.languageContext.typescript7.enabled'?: boolean;
|
|
13343
|
+
}, 'chat.agentSessions.showSessionMetadataInInput' | 'github.copilot.chat.semanticSearchTool.mode'>;
|
|
13344
|
+
|
|
13333
13345
|
// ── Version map ──
|
|
13334
13346
|
// Stable entries map directly to their settings type.
|
|
13335
13347
|
// Insider entries map to a nested record keyed by 10-digit build release date
|
|
@@ -13483,12 +13495,13 @@ interface VscodeVersionMap {
|
|
|
13483
13495
|
'2026081817': VscodeSettings_1_135_0_insider_2026081817;
|
|
13484
13496
|
'2026081921': VscodeSettings_1_135_0_insider_2026081921;
|
|
13485
13497
|
'2026082005': VscodeSettings_1_135_0_insider_2026082005;
|
|
13498
|
+
'2026082117': VscodeSettings_1_135_0_insider_2026082117;
|
|
13486
13499
|
}>;
|
|
13487
13500
|
}
|
|
13488
13501
|
|
|
13489
13502
|
export type LatestVscodeSettings = VscodeSettings_1_134_0;
|
|
13490
13503
|
|
|
13491
|
-
export type LatestInsiderVscodeSettings =
|
|
13504
|
+
export type LatestInsiderVscodeSettings = VscodeSettings_1_135_0_insider_2026082117;
|
|
13492
13505
|
|
|
13493
13506
|
export type VscodeVersion = keyof VscodeVersionMap;
|
|
13494
13507
|
|