@vscode/vscode-settings-history 0.0.2-33 → 0.0.2-34

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 CHANGED
@@ -369131,5 +369131,211 @@
369131
369131
  }
369132
369132
  }
369133
369133
  ]
369134
+ },
369135
+ {
369136
+ "version": "1.128.0-insider+2026063019",
369137
+ "base": {
369138
+ "version": "1.127.0-insider+2026062905"
369139
+ },
369140
+ "patch": [
369141
+ {
369142
+ "op": "replace",
369143
+ "path": "/onboarding.developerMode/description",
369144
+ "value": "Map of onboarding scenario/tour id to whether developer mode is enabled for it. When enabled for a scenario, that onboarding tour ignores usage-based eligibility checks (such as how many sessions you have started), previously persisted shown state, and any linked experiment (so it is shown even if the experiment is not running or you are in the control group). It does not override the `#onboarding.enabled#` setting. The tour is still shown at most once per window session, so reload the window to show it again."
369145
+ },
369146
+ {
369147
+ "op": "remove",
369148
+ "path": "/chat.agents.copilotCli.hideExtensionHost/description"
369149
+ },
369150
+ {
369151
+ "op": "add",
369152
+ "path": "/chat.agents.copilotCli.hideExtensionHost/markdownDescription",
369153
+ "value": "When enabled, hides the Extension Host Copilot CLI entry from the Agents window picker. Requires `#chat.agentHost.enabled#`."
369154
+ },
369155
+ {
369156
+ "op": "remove",
369157
+ "path": "/chat.agents.claude.preferAgentHost/description"
369158
+ },
369159
+ {
369160
+ "op": "add",
369161
+ "path": "/chat.agents.claude.preferAgentHost/markdownDescription",
369162
+ "value": "When enabled, Claude sessions opened from the Agents Window run inside the agent host process instead of the GitHub Copilot Chat extension. Only one Claude implementation surfaces per window. Requires `#chat.agentHost.enabled#`."
369163
+ },
369164
+ {
369165
+ "op": "remove",
369166
+ "path": "/github.copilot.chat.responsesApiReasoningSummary"
369167
+ },
369168
+ {
369169
+ "op": "remove",
369170
+ "path": "/chat.sendElementsToChat.attachImages"
369171
+ },
369172
+ {
369173
+ "op": "add",
369174
+ "path": "/chat.tools.eligibleForAutoApproval/propertyNames/enumDescriptions/0",
369175
+ "value": "new - Scaffold a new workspace in VS Code"
369176
+ },
369177
+ {
369178
+ "op": "add",
369179
+ "path": "/chat.tools.eligibleForAutoApproval/propertyNames/enumDescriptions/1",
369180
+ "value": "rename - Rename a symbol across the workspace"
369181
+ },
369182
+ {
369183
+ "op": "add",
369184
+ "path": "/chat.tools.eligibleForAutoApproval/propertyNames/enumDescriptions/2",
369185
+ "value": "renderMermaidDiagram - Render a Mermaid.js diagram from markup."
369186
+ },
369187
+ {
369188
+ "op": "add",
369189
+ "path": "/chat.tools.eligibleForAutoApproval/propertyNames/enumDescriptions/3",
369190
+ "value": "usages - Find references, definitions, and implementations of a symbol"
369191
+ },
369192
+ {
369193
+ "op": "add",
369194
+ "path": "/chat.tools.eligibleForAutoApproval/propertyNames/enum/0",
369195
+ "value": "new"
369196
+ },
369197
+ {
369198
+ "op": "add",
369199
+ "path": "/chat.tools.eligibleForAutoApproval/propertyNames/enum/1",
369200
+ "value": "rename"
369201
+ },
369202
+ {
369203
+ "op": "add",
369204
+ "path": "/chat.tools.eligibleForAutoApproval/propertyNames/enum/2",
369205
+ "value": "renderMermaidDiagram"
369206
+ },
369207
+ {
369208
+ "op": "add",
369209
+ "path": "/chat.tools.eligibleForAutoApproval/propertyNames/enum/3",
369210
+ "value": "usages"
369211
+ },
369212
+ {
369213
+ "op": "replace",
369214
+ "path": "/workbench.editorAssociations/agentsWindow/default/*.md",
369215
+ "value": "vscode.markdown.preview.editor"
369216
+ },
369217
+ {
369218
+ "op": "add",
369219
+ "path": "/workbench.editor.markdownDefaultEditorInAgentsWindow",
369220
+ "value": {
369221
+ "type": "boolean",
369222
+ "default": false,
369223
+ "tags": [
369224
+ "experimental",
369225
+ "onExP"
369226
+ ],
369227
+ "experiment": {
369228
+ "mode": "startup"
369229
+ },
369230
+ "markdownDescription": "Controls whether the Markdown editor is used as the default editor for Markdown files in the Agents window.",
369231
+ "section": {
369232
+ "id": "workbench",
369233
+ "title": "Workbench",
369234
+ "order": 7
369235
+ },
369236
+ "defaultDefaultValue": false,
369237
+ "scope": 4,
369238
+ "restricted": false
369239
+ }
369240
+ },
369241
+ {
369242
+ "op": "add",
369243
+ "path": "/accessibility.verbosity.sessionsChanges",
369244
+ "value": {
369245
+ "description": "Provide information about how to access the Changes view accessibility help menu when the Changes view is focused.",
369246
+ "type": "boolean",
369247
+ "default": true,
369248
+ "tags": [
369249
+ "accessibility"
369250
+ ],
369251
+ "section": {
369252
+ "id": "accessibility",
369253
+ "title": "Accessibility"
369254
+ },
369255
+ "defaultDefaultValue": true,
369256
+ "scope": 5,
369257
+ "restricted": false
369258
+ }
369259
+ },
369260
+ {
369261
+ "op": "add",
369262
+ "path": "/workbench.browser.sendElementsToChat.attachImages",
369263
+ "value": {
369264
+ "type": "boolean",
369265
+ "default": true,
369266
+ "markdownDescription": "Controls whether a screenshot of the selected element will be added to the chat.",
369267
+ "section": {
369268
+ "id": "workbench",
369269
+ "title": "Workbench",
369270
+ "order": 7
369271
+ },
369272
+ "defaultDefaultValue": true,
369273
+ "scope": 4,
369274
+ "restricted": false
369275
+ }
369276
+ },
369277
+ {
369278
+ "op": "add",
369279
+ "path": "/github.copilot.chat.tools.grepSearch.defaultMaxResults",
369280
+ "value": {
369281
+ "type": "number",
369282
+ "default": 20,
369283
+ "markdownDescription": "The default maximum number of results to return from the grep search tool. The default is 20.",
369284
+ "tags": [
369285
+ "experimental",
369286
+ "onExp"
369287
+ ],
369288
+ "experiment": {
369289
+ "mode": "startup"
369290
+ },
369291
+ "scope": 4,
369292
+ "section": {
369293
+ "id": "experimental",
369294
+ "title": "GitHub Copilot",
369295
+ "extensionInfo": {
369296
+ "id": "GitHub.copilot-chat",
369297
+ "displayName": "GitHub Copilot"
369298
+ }
369299
+ },
369300
+ "source": {
369301
+ "id": "GitHub.copilot-chat",
369302
+ "displayName": "GitHub Copilot"
369303
+ },
369304
+ "defaultDefaultValue": 20,
369305
+ "restricted": false
369306
+ }
369307
+ },
369308
+ {
369309
+ "op": "add",
369310
+ "path": "/github.copilot.chat.tools.grepSearch.maxResultsCap",
369311
+ "value": {
369312
+ "type": "number",
369313
+ "default": 200,
369314
+ "markdownDescription": "The maximum number of results that can be returned from the grep search tool. The default is 200.",
369315
+ "tags": [
369316
+ "experimental",
369317
+ "onExp"
369318
+ ],
369319
+ "experiment": {
369320
+ "mode": "startup"
369321
+ },
369322
+ "scope": 4,
369323
+ "section": {
369324
+ "id": "experimental",
369325
+ "title": "GitHub Copilot",
369326
+ "extensionInfo": {
369327
+ "id": "GitHub.copilot-chat",
369328
+ "displayName": "GitHub Copilot"
369329
+ }
369330
+ },
369331
+ "source": {
369332
+ "id": "GitHub.copilot-chat",
369333
+ "displayName": "GitHub Copilot"
369334
+ },
369335
+ "defaultDefaultValue": 200,
369336
+ "restricted": false
369337
+ }
369338
+ }
369339
+ ]
369134
369340
  }
369135
369341
  ]
@@ -11835,6 +11835,20 @@ export type VscodeSettings_1_127_0_insider_2026062905 = Patch<VscodeSettings_1_1
11835
11835
  readonly 'workbench.browser.agentHostChatToolsEnabled'?: boolean;
11836
11836
  }, never>;
11837
11837
 
11838
+ // ── 1.128.0-insider+2026063019: +5, ~5, -2 ──
11839
+ export type VscodeSettings_1_128_0_insider_2026063019 = Patch<VscodeSettings_1_127_0_insider_2026062905, {
11840
+ readonly 'accessibility.verbosity.sessionsChanges'?: boolean;
11841
+ readonly 'chat.agents.claude.preferAgentHost'?: boolean;
11842
+ readonly 'chat.agents.copilotCli.hideExtensionHost'?: boolean;
11843
+ readonly 'chat.tools.eligibleForAutoApproval'?: Record<string, unknown>;
11844
+ readonly 'github.copilot.chat.tools.grepSearch.defaultMaxResults'?: number;
11845
+ readonly 'github.copilot.chat.tools.grepSearch.maxResultsCap'?: number;
11846
+ readonly 'onboarding.developerMode'?: Record<string, unknown>;
11847
+ readonly 'workbench.browser.sendElementsToChat.attachImages'?: boolean;
11848
+ readonly 'workbench.editor.markdownDefaultEditorInAgentsWindow'?: boolean;
11849
+ readonly 'workbench.editorAssociations'?: Record<string, unknown>;
11850
+ }, 'chat.sendElementsToChat.attachImages' | 'github.copilot.chat.responsesApiReasoningSummary'>;
11851
+
11838
11852
  // ── Version map ──
11839
11853
  // Stable entries map directly to their settings type.
11840
11854
  // Insider entries map to a nested record keyed by 10-digit build release date
@@ -11926,11 +11940,14 @@ interface VscodeVersionMap {
11926
11940
  '2026062621': VscodeSettings_1_127_0_insider_2026062621;
11927
11941
  '2026062905': VscodeSettings_1_127_0_insider_2026062905;
11928
11942
  }>;
11943
+ '1.128.0-insider': InsiderBuilds<{
11944
+ '2026063019': VscodeSettings_1_128_0_insider_2026063019;
11945
+ }>;
11929
11946
  }
11930
11947
 
11931
11948
  export type LatestVscodeSettings = VscodeSettings_1_126_0;
11932
11949
 
11933
- export type LatestInsiderVscodeSettings = VscodeSettings_1_127_0_insider_2026062905;
11950
+ export type LatestInsiderVscodeSettings = VscodeSettings_1_128_0_insider_2026063019;
11934
11951
 
11935
11952
  export type VscodeVersion = keyof VscodeVersionMap;
11936
11953
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/vscode-settings-history",
3
- "version": "0.0.2-33",
3
+ "version": "0.0.2-34",
4
4
  "type": "module",
5
5
  "packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa",
6
6
  "description": "Tracks VS Code settings schema changes across versions",