@vscode/vscode-settings-history 0.0.2-70 → 0.0.2-72
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 +270 -0
- package/dist/vscode-settings.d.ts +23 -1
- package/package.json +2 -2
package/dist/history.json
CHANGED
|
@@ -472778,5 +472778,275 @@
|
|
|
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
|
+
]
|
|
472979
|
+
},
|
|
472980
|
+
{
|
|
472981
|
+
"version": "1.135.0-insider+2026082500",
|
|
472982
|
+
"base": {
|
|
472983
|
+
"version": "1.135.0-insider+2026082117"
|
|
472984
|
+
},
|
|
472985
|
+
"patch": [
|
|
472986
|
+
{
|
|
472987
|
+
"op": "replace",
|
|
472988
|
+
"path": "/chat.agentSessions.showExternal/defaultDefaultValue",
|
|
472989
|
+
"value": "recent"
|
|
472990
|
+
},
|
|
472991
|
+
{
|
|
472992
|
+
"op": "replace",
|
|
472993
|
+
"path": "/chat.agentSessions.showExternal/default",
|
|
472994
|
+
"value": "recent"
|
|
472995
|
+
},
|
|
472996
|
+
{
|
|
472997
|
+
"op": "replace",
|
|
472998
|
+
"path": "/chat.agentSessions.showExternal/enumDescriptions/1",
|
|
472999
|
+
"value": "Shows up to the 2 most recently updated external sessions from the last 7 days, hiding any that you have started 2 newer sessions after."
|
|
473000
|
+
},
|
|
473001
|
+
{
|
|
473002
|
+
"op": "add",
|
|
473003
|
+
"path": "/chat.agentSessions.showExternal/tags",
|
|
473004
|
+
"value": [
|
|
473005
|
+
"experimental",
|
|
473006
|
+
"onExP"
|
|
473007
|
+
]
|
|
473008
|
+
},
|
|
473009
|
+
{
|
|
473010
|
+
"op": "add",
|
|
473011
|
+
"path": "/chat.agentSessions.showExternal/experiment",
|
|
473012
|
+
"value": {
|
|
473013
|
+
"mode": "auto"
|
|
473014
|
+
}
|
|
473015
|
+
},
|
|
473016
|
+
{
|
|
473017
|
+
"op": "replace",
|
|
473018
|
+
"path": "/notebook.editorOptionsCustomizations/allOf/0/properties/editor.selectionHighlightMaxLength/description",
|
|
473019
|
+
"value": "Controls how many characters can be in the selection before similar matches are not highlighted. Set to zero for unlimited."
|
|
473020
|
+
},
|
|
473021
|
+
{
|
|
473022
|
+
"op": "replace",
|
|
473023
|
+
"path": "/editor.selectionHighlightMaxLength/description",
|
|
473024
|
+
"value": "Controls how many characters can be in the selection before similar matches are not highlighted. Set to zero for unlimited."
|
|
473025
|
+
},
|
|
473026
|
+
{
|
|
473027
|
+
"op": "add",
|
|
473028
|
+
"path": "/chat.copilot.subagentModelGuidance.enabled",
|
|
473029
|
+
"value": {
|
|
473030
|
+
"type": "boolean",
|
|
473031
|
+
"markdownDescription": "When enabled, Copilot SDK agent sessions instruct the model to keep subagents on their default model, setting the task tool's `model` parameter only when you explicitly name the model a subagent should run on. Applied when a session launches or resumes.",
|
|
473032
|
+
"default": false,
|
|
473033
|
+
"experiment": {
|
|
473034
|
+
"mode": "startup"
|
|
473035
|
+
},
|
|
473036
|
+
"tags": [
|
|
473037
|
+
"experimental",
|
|
473038
|
+
"advanced",
|
|
473039
|
+
"onExP"
|
|
473040
|
+
],
|
|
473041
|
+
"section": {
|
|
473042
|
+
"id": "chatSidebar",
|
|
473043
|
+
"title": "Chat"
|
|
473044
|
+
},
|
|
473045
|
+
"defaultDefaultValue": false,
|
|
473046
|
+
"scope": 4,
|
|
473047
|
+
"restricted": false
|
|
473048
|
+
}
|
|
473049
|
+
}
|
|
473050
|
+
]
|
|
472781
473051
|
}
|
|
472782
473052
|
]
|
|
@@ -13330,6 +13330,26 @@ 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
|
+
|
|
13345
|
+
// ── 1.135.0-insider+2026082500: +1, ~3 ──
|
|
13346
|
+
export type VscodeSettings_1_135_0_insider_2026082500 = Patch<VscodeSettings_1_135_0_insider_2026082117, {
|
|
13347
|
+
readonly 'chat.agentSessions.showExternal'?: 'none' | 'recent' | 'last24Hours' | 'last7Days' | 'last30Days';
|
|
13348
|
+
readonly 'chat.copilot.subagentModelGuidance.enabled'?: boolean;
|
|
13349
|
+
readonly 'editor.selectionHighlightMaxLength'?: number;
|
|
13350
|
+
readonly 'notebook.editorOptionsCustomizations'?: unknown;
|
|
13351
|
+
}, never>;
|
|
13352
|
+
|
|
13333
13353
|
// ── Version map ──
|
|
13334
13354
|
// Stable entries map directly to their settings type.
|
|
13335
13355
|
// Insider entries map to a nested record keyed by 10-digit build release date
|
|
@@ -13483,12 +13503,14 @@ interface VscodeVersionMap {
|
|
|
13483
13503
|
'2026081817': VscodeSettings_1_135_0_insider_2026081817;
|
|
13484
13504
|
'2026081921': VscodeSettings_1_135_0_insider_2026081921;
|
|
13485
13505
|
'2026082005': VscodeSettings_1_135_0_insider_2026082005;
|
|
13506
|
+
'2026082117': VscodeSettings_1_135_0_insider_2026082117;
|
|
13507
|
+
'2026082500': VscodeSettings_1_135_0_insider_2026082500;
|
|
13486
13508
|
}>;
|
|
13487
13509
|
}
|
|
13488
13510
|
|
|
13489
13511
|
export type LatestVscodeSettings = VscodeSettings_1_134_0;
|
|
13490
13512
|
|
|
13491
|
-
export type LatestInsiderVscodeSettings =
|
|
13513
|
+
export type LatestInsiderVscodeSettings = VscodeSettings_1_135_0_insider_2026082500;
|
|
13492
13514
|
|
|
13493
13515
|
export type VscodeVersion = keyof VscodeVersionMap;
|
|
13494
13516
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vscode/vscode-settings-history",
|
|
3
|
-
"version": "0.0.2-
|
|
3
|
+
"version": "0.0.2-72",
|
|
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": "
|
|
40
|
+
"gitHead": "b5fd5cda44376c118dd383f8c03ac4f6a06c648e"
|
|
41
41
|
}
|