@vscode/vscode-settings-history 0.0.2-30 → 0.0.2-31
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 +7609 -0
- package/dist/vscode-settings.d.ts +218 -1
- package/package.json +1 -1
|
@@ -11576,6 +11576,222 @@ export type VscodeSettings_1_126_0 = Patch<VscodeSettings_1_125_0, {
|
|
|
11576
11576
|
readonly 'workbench.experimental.modernUI'?: boolean;
|
|
11577
11577
|
}, 'chat.agent.sandbox.autoApproveUnsandboxedCommands' | 'chat.editMode.hidden' | 'github.copilot.chat.gpt55EconomicalSearchAndEdit.enabled' | 'github.copilot.chat.gpt55LargePromptSections.enabled'>;
|
|
11578
11578
|
|
|
11579
|
+
// ── 1.127.0-insider+2026062521: +2, ~210, -3 ──
|
|
11580
|
+
export type VscodeSettings_1_127_0_insider_2026062521 = Patch<VscodeSettings_1_127_0_insider_2026062317, {
|
|
11581
|
+
readonly 'chat.agentHost.claudeAgent.enabled'?: boolean;
|
|
11582
|
+
readonly 'chat.agentHost.codexAgent.enabled'?: boolean;
|
|
11583
|
+
readonly 'chat.agentHost.enabled'?: boolean;
|
|
11584
|
+
readonly 'chat.defaultConfiguration'?: Record<string, unknown>;
|
|
11585
|
+
readonly 'chat.defaultModel'?: string;
|
|
11586
|
+
readonly 'chat.tools.terminal.terminalProfile.linux'?: Record<string, unknown> | null;
|
|
11587
|
+
readonly 'chat.tools.terminal.terminalProfile.osx'?: Record<string, unknown> | null;
|
|
11588
|
+
readonly 'chat.tools.terminal.terminalProfile.windows'?: Record<string, unknown> | null;
|
|
11589
|
+
readonly 'github.copilot.chat.additionalReadAccessPaths'?: (string)[];
|
|
11590
|
+
readonly 'github.copilot.chat.agent.autoFix'?: boolean;
|
|
11591
|
+
readonly 'github.copilot.chat.agent.backgroundTodoAgent.enabled'?: boolean;
|
|
11592
|
+
readonly 'github.copilot.chat.agent.currentEditorContext.enabled'?: boolean;
|
|
11593
|
+
readonly 'github.copilot.chat.agent.largeToolResultsToDisk.enabled'?: boolean;
|
|
11594
|
+
readonly 'github.copilot.chat.agent.largeToolResultsToDisk.thresholdBytes'?: number;
|
|
11595
|
+
readonly 'github.copilot.chat.agent.longToolCallCachePreservation.enabled'?: boolean;
|
|
11596
|
+
readonly 'github.copilot.chat.agent.longToolCallCachePreservation.maxProbes'?: number;
|
|
11597
|
+
readonly 'github.copilot.chat.agent.modelDetails.enabled'?: boolean;
|
|
11598
|
+
readonly 'github.copilot.chat.agent.omitFileAttachmentContents'?: boolean;
|
|
11599
|
+
readonly 'github.copilot.chat.agent.temperature'?: number | null;
|
|
11600
|
+
readonly 'github.copilot.chat.agentDebugLog.enabled'?: boolean;
|
|
11601
|
+
readonly 'github.copilot.chat.agentDebugLog.fileLogging.enabled'?: boolean;
|
|
11602
|
+
readonly 'github.copilot.chat.agentDebugLog.fileLogging.flushIntervalMs'?: number;
|
|
11603
|
+
readonly 'github.copilot.chat.agentDebugLog.fileLogging.maxRetainedSessionLogs'?: number;
|
|
11604
|
+
readonly 'github.copilot.chat.agentDebugLog.fileLogging.maxSessionLogSizeMB'?: number;
|
|
11605
|
+
readonly 'github.copilot.chat.agentHistorySummarizationMode'?: string | null;
|
|
11606
|
+
readonly 'github.copilot.chat.alternateGeminiModelFPrompt.enabled'?: boolean;
|
|
11607
|
+
readonly 'github.copilot.chat.alternateGptPrompt.enabled'?: boolean;
|
|
11608
|
+
readonly 'github.copilot.chat.anthropic.contextEditing.mode'?: 'off' | 'clear-thinking' | 'clear-tooluse' | 'clear-both';
|
|
11609
|
+
readonly 'github.copilot.chat.anthropic.promptCaching.extendedTtl'?: boolean;
|
|
11610
|
+
readonly 'github.copilot.chat.anthropic.promptCaching.extendedTtlMessages'?: boolean;
|
|
11611
|
+
readonly 'github.copilot.chat.anthropic.tools.websearch.allowedDomains'?: (string)[];
|
|
11612
|
+
readonly 'github.copilot.chat.anthropic.tools.websearch.blockedDomains'?: (string)[];
|
|
11613
|
+
readonly 'github.copilot.chat.anthropic.tools.websearch.enabled'?: boolean;
|
|
11614
|
+
readonly 'github.copilot.chat.anthropic.tools.websearch.maxUses'?: number;
|
|
11615
|
+
readonly 'github.copilot.chat.anthropic.tools.websearch.userLocation'?: Record<string, unknown> | null;
|
|
11616
|
+
readonly 'github.copilot.chat.anthropic.useMessagesApi'?: boolean;
|
|
11617
|
+
readonly 'github.copilot.chat.askAgent.additionalTools'?: (string)[];
|
|
11618
|
+
readonly 'github.copilot.chat.askAgent.model'?: string;
|
|
11619
|
+
readonly 'github.copilot.chat.backgroundAgent.enabled'?: boolean;
|
|
11620
|
+
readonly 'github.copilot.chat.claude47OpusPrompt.enabled'?: boolean;
|
|
11621
|
+
readonly 'github.copilot.chat.claudeAgent.allowAutoPermissions'?: boolean;
|
|
11622
|
+
readonly 'github.copilot.chat.claudeAgent.allowDangerouslySkipPermissions'?: boolean;
|
|
11623
|
+
readonly 'github.copilot.chat.claudeAgent.enabled'?: boolean;
|
|
11624
|
+
readonly 'github.copilot.chat.claudeAgent.sdkExtensionInstallTimeout'?: number;
|
|
11625
|
+
readonly 'github.copilot.chat.claudeAgent.useSdkExtension'?: boolean;
|
|
11626
|
+
readonly 'github.copilot.chat.cli.aiGenerateBranchNames.enabled'?: boolean;
|
|
11627
|
+
readonly 'github.copilot.chat.cli.autoCommit.enabled'?: boolean;
|
|
11628
|
+
readonly 'github.copilot.chat.cli.autoModel.enabled'?: boolean;
|
|
11629
|
+
readonly 'github.copilot.chat.cli.branchSupport.enabled'?: boolean;
|
|
11630
|
+
readonly 'github.copilot.chat.cli.forkSessions.enabled'?: boolean;
|
|
11631
|
+
readonly 'github.copilot.chat.cli.isolationOption.enabled'?: boolean;
|
|
11632
|
+
readonly 'github.copilot.chat.cli.lazyLoadSessionItem.enabled'?: boolean;
|
|
11633
|
+
readonly 'github.copilot.chat.cli.mcp.enabled'?: boolean;
|
|
11634
|
+
readonly 'github.copilot.chat.cli.planCommand.enabled'?: boolean;
|
|
11635
|
+
readonly 'github.copilot.chat.cli.planExitMode.enabled'?: boolean;
|
|
11636
|
+
readonly 'github.copilot.chat.cli.remote.enabled'?: boolean;
|
|
11637
|
+
readonly 'github.copilot.chat.cli.sandbox.enabled'?: 'off' | 'on' | 'allowNetwork';
|
|
11638
|
+
readonly 'github.copilot.chat.cli.sessionController.enabled'?: boolean;
|
|
11639
|
+
readonly 'github.copilot.chat.cli.sessionControllerForSessionsApp.enabled'?: boolean;
|
|
11640
|
+
readonly 'github.copilot.chat.cli.showExternalSessions'?: boolean;
|
|
11641
|
+
readonly 'github.copilot.chat.cli.terminalLinks.enabled'?: boolean;
|
|
11642
|
+
readonly 'github.copilot.chat.cli.thinkingEffort.enabled'?: boolean;
|
|
11643
|
+
readonly 'github.copilot.chat.cloudAgent.enabled'?: boolean;
|
|
11644
|
+
readonly 'github.copilot.chat.cloudAgentBackend.version'?: 'v1' | 'v2';
|
|
11645
|
+
readonly 'github.copilot.chat.codeGeneration.instructions'?: (unknown)[];
|
|
11646
|
+
readonly 'github.copilot.chat.codeGeneration.useInstructionFiles'?: boolean;
|
|
11647
|
+
readonly 'github.copilot.chat.codesearch.agent.enabled'?: boolean;
|
|
11648
|
+
readonly 'github.copilot.chat.codesearch.enabled'?: boolean;
|
|
11649
|
+
readonly 'github.copilot.chat.commitMessageGeneration.instructions'?: (unknown)[];
|
|
11650
|
+
readonly 'github.copilot.chat.completionsFetcher'?: 'electron-fetch' | 'node-fetch';
|
|
11651
|
+
readonly 'github.copilot.chat.conversationCompaction.model'?: string;
|
|
11652
|
+
readonly 'github.copilot.chat.conversationCompaction.prismModelFilter'?: string;
|
|
11653
|
+
readonly 'github.copilot.chat.conversationCompaction.usePrismCompaction'?: boolean;
|
|
11654
|
+
readonly 'github.copilot.chat.copilotDebugCommand.enabled'?: boolean;
|
|
11655
|
+
readonly 'github.copilot.chat.customInstructionsInSystemMessage'?: boolean;
|
|
11656
|
+
readonly 'github.copilot.chat.debug.promptOverrideFile'?: string | null;
|
|
11657
|
+
readonly 'github.copilot.chat.debug.promptOverrideString'?: string | null;
|
|
11658
|
+
readonly 'github.copilot.chat.debug.requestLogger.maxEntries'?: number;
|
|
11659
|
+
readonly 'github.copilot.chat.debugTerminalCommandPatterns'?: (string)[];
|
|
11660
|
+
readonly 'github.copilot.chat.editRecording.enabled'?: boolean;
|
|
11661
|
+
readonly 'github.copilot.chat.edits.batchReplaceStringDescriptions'?: boolean;
|
|
11662
|
+
readonly 'github.copilot.chat.edits.gemini3MultiReplaceString'?: boolean;
|
|
11663
|
+
readonly 'github.copilot.chat.enableUserPreferences'?: boolean;
|
|
11664
|
+
readonly 'github.copilot.chat.executionSubagent.enabled'?: boolean;
|
|
11665
|
+
readonly 'github.copilot.chat.executionSubagent.model'?: string;
|
|
11666
|
+
readonly 'github.copilot.chat.executionSubagent.toolCallLimit'?: number;
|
|
11667
|
+
readonly 'github.copilot.chat.executionSubagent.useAgenticProxy'?: boolean;
|
|
11668
|
+
readonly 'github.copilot.chat.exploreAgent.enabled'?: boolean;
|
|
11669
|
+
readonly 'github.copilot.chat.exploreAgent.model'?: string;
|
|
11670
|
+
readonly 'github.copilot.chat.feedback.onChange'?: boolean;
|
|
11671
|
+
readonly 'github.copilot.chat.gemini35FlashReducedToolUsePrompt.enabled'?: boolean;
|
|
11672
|
+
readonly 'github.copilot.chat.gemini3GetChangedFilesTool.enabled'?: boolean;
|
|
11673
|
+
readonly 'github.copilot.chat.gemini3LowReasoningEffort.enabled'?: boolean;
|
|
11674
|
+
readonly 'github.copilot.chat.getChangedFilesTool.enabled'?: boolean;
|
|
11675
|
+
readonly 'github.copilot.chat.githubMcpServer.channel'?: 'stable' | 'insiders';
|
|
11676
|
+
readonly 'github.copilot.chat.githubMcpServer.enabled'?: boolean;
|
|
11677
|
+
readonly 'github.copilot.chat.githubMcpServer.lockdown'?: boolean;
|
|
11678
|
+
readonly 'github.copilot.chat.githubMcpServer.readonly'?: boolean;
|
|
11679
|
+
readonly 'github.copilot.chat.githubMcpServer.toolsets'?: (string)[];
|
|
11680
|
+
readonly 'github.copilot.chat.gpt55GetChangedFilesTool.enabled'?: boolean;
|
|
11681
|
+
readonly 'github.copilot.chat.gpt55ReadFileTool.enabled'?: boolean;
|
|
11682
|
+
readonly 'github.copilot.chat.gpt5AlternativePatch'?: boolean;
|
|
11683
|
+
readonly 'github.copilot.chat.imageUpload.enabled'?: boolean;
|
|
11684
|
+
readonly 'github.copilot.chat.implementAgent.model'?: string;
|
|
11685
|
+
readonly 'github.copilot.chat.inlineChat.enableThinking'?: boolean;
|
|
11686
|
+
readonly 'github.copilot.chat.inlineChat.reasoningEffort'?: 'none' | 'minimal' | 'low' | 'medium' | 'high';
|
|
11687
|
+
readonly 'github.copilot.chat.inlineEdits.chatSessionContextProvider.enabled'?: boolean;
|
|
11688
|
+
readonly 'github.copilot.chat.inlineEdits.diagnosticsContextProvider.enabled'?: boolean;
|
|
11689
|
+
readonly 'github.copilot.chat.inlineEdits.nextCursorPrediction.currentFileMaxTokens'?: number;
|
|
11690
|
+
readonly 'github.copilot.chat.inlineEdits.nextCursorPrediction.displayLine'?: boolean;
|
|
11691
|
+
readonly 'github.copilot.chat.inlineEdits.renameSymbolSuggestions'?: boolean;
|
|
11692
|
+
readonly 'github.copilot.chat.inlineEdits.triggerOnEditorChangeAfterSeconds'?: number | null;
|
|
11693
|
+
readonly 'github.copilot.chat.inlineEdits.xtabProvider.modelConfiguration'?: Record<string, unknown> | null;
|
|
11694
|
+
readonly 'github.copilot.chat.installExtensionSkill.enabled'?: boolean;
|
|
11695
|
+
readonly 'github.copilot.chat.instantApply.shortContextLimit'?: number;
|
|
11696
|
+
readonly 'github.copilot.chat.instantApply.shortContextModelName'?: string;
|
|
11697
|
+
readonly 'github.copilot.chat.languageContext.fix.typescript.enabled'?: boolean;
|
|
11698
|
+
readonly 'github.copilot.chat.languageContext.inline.typescript.enabled'?: boolean;
|
|
11699
|
+
readonly 'github.copilot.chat.languageContext.typescript.cacheTimeout'?: number;
|
|
11700
|
+
readonly 'github.copilot.chat.languageContext.typescript.enabled'?: boolean;
|
|
11701
|
+
readonly 'github.copilot.chat.languageContext.typescript.includeDocumentation'?: boolean;
|
|
11702
|
+
readonly 'github.copilot.chat.languageContext.typescript.items'?: 'minimal' | 'double' | 'fillHalf' | 'fill';
|
|
11703
|
+
readonly 'github.copilot.chat.localIndex.enabled'?: boolean;
|
|
11704
|
+
readonly 'github.copilot.chat.localWorkspaceRecording.enabled'?: boolean;
|
|
11705
|
+
readonly 'github.copilot.chat.localeOverride'?: 'auto' | 'en' | 'fr' | 'it' | 'de' | 'es' | 'ru' | 'zh-CN' | 'zh-TW' | 'ja' | 'ko' | 'cs' | 'pt-br' | 'tr' | 'pl';
|
|
11706
|
+
readonly 'github.copilot.chat.modelCapabilityOverrides'?: Record<string, unknown>;
|
|
11707
|
+
readonly 'github.copilot.chat.nesFetcher'?: 'electron-fetch' | 'node-fetch';
|
|
11708
|
+
readonly 'github.copilot.chat.newWorkspace.useContext7'?: boolean;
|
|
11709
|
+
readonly 'github.copilot.chat.newWorkspaceCreation.enabled'?: boolean;
|
|
11710
|
+
readonly 'github.copilot.chat.notebook.alternativeFormat'?: 'xml' | 'markdown';
|
|
11711
|
+
readonly 'github.copilot.chat.notebook.alternativeNESFormat.enabled'?: boolean;
|
|
11712
|
+
readonly 'github.copilot.chat.notebook.enhancedNextEditSuggestions.enabled'?: boolean;
|
|
11713
|
+
readonly 'github.copilot.chat.notebook.followCellExecution.enabled'?: boolean;
|
|
11714
|
+
readonly 'github.copilot.chat.notebook.summaryExperimentEnabled'?: boolean;
|
|
11715
|
+
readonly 'github.copilot.chat.notebook.variableFilteringEnabled'?: boolean;
|
|
11716
|
+
readonly 'github.copilot.chat.omitBaseAgentInstructions'?: boolean;
|
|
11717
|
+
readonly 'github.copilot.chat.organizationCustomAgents.enabled'?: boolean;
|
|
11718
|
+
readonly 'github.copilot.chat.organizationInstructions.enabled'?: boolean;
|
|
11719
|
+
readonly 'github.copilot.chat.otel.captureContent'?: boolean;
|
|
11720
|
+
readonly 'github.copilot.chat.otel.dbSpanExporter.enabled'?: boolean;
|
|
11721
|
+
readonly 'github.copilot.chat.otel.enabled'?: boolean;
|
|
11722
|
+
readonly 'github.copilot.chat.otel.exporterType'?: 'otlp-grpc' | 'otlp-http' | 'console' | 'file';
|
|
11723
|
+
readonly 'github.copilot.chat.otel.maxAttributeSizeChars'?: number;
|
|
11724
|
+
readonly 'github.copilot.chat.otel.otlpEndpoint'?: string;
|
|
11725
|
+
readonly 'github.copilot.chat.otel.outfile'?: string;
|
|
11726
|
+
readonly 'github.copilot.chat.planAgent.additionalTools'?: (string)[];
|
|
11727
|
+
readonly 'github.copilot.chat.projectLabels.chat'?: boolean;
|
|
11728
|
+
readonly 'github.copilot.chat.projectLabels.expanded'?: boolean;
|
|
11729
|
+
readonly 'github.copilot.chat.projectLabels.inline'?: boolean;
|
|
11730
|
+
readonly 'github.copilot.chat.promptFileContextProvider.enabled'?: boolean;
|
|
11731
|
+
readonly 'github.copilot.chat.pullRequestDescriptionGeneration.instructions'?: (unknown)[];
|
|
11732
|
+
readonly 'github.copilot.chat.rateLimitAutoSwitchToAuto'?: boolean;
|
|
11733
|
+
readonly 'github.copilot.chat.reasoningEffortOverride'?: string | null;
|
|
11734
|
+
readonly 'github.copilot.chat.responsesApi.persistentCoT.enabled'?: boolean;
|
|
11735
|
+
readonly 'github.copilot.chat.responsesApi.promptCacheKey.enabled'?: boolean;
|
|
11736
|
+
readonly 'github.copilot.chat.responsesApiContextManagement.enabled'?: boolean;
|
|
11737
|
+
readonly 'github.copilot.chat.responsesApiReasoningSummary'?: 'off' | 'detailed';
|
|
11738
|
+
readonly 'github.copilot.chat.review.intent'?: boolean;
|
|
11739
|
+
readonly 'github.copilot.chat.reviewAgent.enabled'?: boolean;
|
|
11740
|
+
readonly 'github.copilot.chat.reviewSelection.enabled'?: boolean;
|
|
11741
|
+
readonly 'github.copilot.chat.reviewSelection.instructions'?: (unknown)[];
|
|
11742
|
+
readonly 'github.copilot.chat.scopeSelection'?: boolean;
|
|
11743
|
+
readonly 'github.copilot.chat.searchSubagent.enabled'?: boolean;
|
|
11744
|
+
readonly 'github.copilot.chat.searchSubagent.model'?: string;
|
|
11745
|
+
readonly 'github.copilot.chat.searchSubagent.thoroughnessEnabled'?: boolean;
|
|
11746
|
+
readonly 'github.copilot.chat.searchSubagent.toolCallLimit'?: number;
|
|
11747
|
+
readonly 'github.copilot.chat.searchSubagent.useAgenticProxy'?: boolean;
|
|
11748
|
+
readonly 'github.copilot.chat.setupTests.enabled'?: boolean;
|
|
11749
|
+
readonly 'github.copilot.chat.skillTool.enabled'?: boolean;
|
|
11750
|
+
readonly 'github.copilot.chat.summarizeAgentConversationHistory.enabled'?: boolean;
|
|
11751
|
+
readonly 'github.copilot.chat.summarizeAgentConversationHistoryThreshold'?: number | null;
|
|
11752
|
+
readonly 'github.copilot.chat.switchAgent.enabled'?: boolean;
|
|
11753
|
+
readonly 'github.copilot.chat.terminalChatLocation'?: 'chatView' | 'quickChat' | 'terminal';
|
|
11754
|
+
readonly 'github.copilot.chat.testGeneration.instructions'?: (unknown)[];
|
|
11755
|
+
readonly 'github.copilot.chat.tools.defaultToolsGrouped'?: boolean;
|
|
11756
|
+
readonly 'github.copilot.chat.tools.grepSearch.outputFormat'?: 'grep' | 'tag';
|
|
11757
|
+
readonly 'github.copilot.chat.tools.viewImage.enabled'?: boolean;
|
|
11758
|
+
readonly 'github.copilot.chat.updated53CodexPrompt.enabled'?: boolean;
|
|
11759
|
+
readonly 'github.copilot.chat.useProjectTemplates'?: boolean;
|
|
11760
|
+
readonly 'github.copilot.chat.useResponsesApiTruncation'?: boolean;
|
|
11761
|
+
readonly 'github.copilot.chat.virtualTools.threshold'?: number;
|
|
11762
|
+
readonly 'github.copilot.chat.workspace.codeSearchExternalIngest.enabled'?: boolean;
|
|
11763
|
+
readonly 'github.copilot.chat.workspace.enableCodeSearch'?: boolean;
|
|
11764
|
+
readonly 'github.copilot.chat.workspace.maxLocalIndexSize'?: number;
|
|
11765
|
+
readonly 'github.copilot.chat.workspace.preferredEmbeddingsModel'?: string;
|
|
11766
|
+
readonly 'github.copilot.chat.workspace.prototypeAdoCodeSearchEndpointOverride'?: string;
|
|
11767
|
+
readonly 'github.copilot.completions.chat.enabled'?: boolean;
|
|
11768
|
+
readonly 'github.copilot.editor.enableCodeActions'?: boolean;
|
|
11769
|
+
readonly 'github.copilot.enable'?: Record<string, unknown>;
|
|
11770
|
+
readonly 'github.copilot.nextEditSuggestions.allowWhitespaceOnlyChanges'?: boolean;
|
|
11771
|
+
readonly 'github.copilot.nextEditSuggestions.eagerness'?: 'auto' | 'low' | 'medium' | 'high';
|
|
11772
|
+
readonly 'github.copilot.nextEditSuggestions.enabled'?: boolean;
|
|
11773
|
+
readonly 'github.copilot.nextEditSuggestions.extendedRange'?: boolean;
|
|
11774
|
+
readonly 'github.copilot.nextEditSuggestions.fixes'?: boolean;
|
|
11775
|
+
readonly 'github.copilot.nextEditSuggestions.preferredModel'?: string;
|
|
11776
|
+
readonly 'github.copilot.renameSuggestions.triggerAutomatically'?: boolean;
|
|
11777
|
+
readonly 'github.copilot.selectedCompletionModel'?: string;
|
|
11778
|
+
readonly 'onboarding.developerMode'?: boolean;
|
|
11779
|
+
readonly 'remote.tunnels.access.enableMicrosoftAuth'?: boolean;
|
|
11780
|
+
readonly 'terminal.integrated.agentHostProfile.linux'?: string | Record<string, unknown> | null;
|
|
11781
|
+
readonly 'terminal.integrated.agentHostProfile.osx'?: string | Record<string, unknown> | null;
|
|
11782
|
+
readonly 'terminal.integrated.agentHostProfile.windows'?: string | Record<string, unknown> | null;
|
|
11783
|
+
readonly 'terminal.integrated.automationProfile.linux'?: Record<string, unknown> | null;
|
|
11784
|
+
readonly 'terminal.integrated.automationProfile.osx'?: Record<string, unknown> | null;
|
|
11785
|
+
readonly 'terminal.integrated.automationProfile.windows'?: Record<string, unknown> | null;
|
|
11786
|
+
readonly 'terminal.integrated.profiles.linux'?: Record<string, unknown>;
|
|
11787
|
+
readonly 'terminal.integrated.profiles.osx'?: Record<string, unknown>;
|
|
11788
|
+
readonly 'terminal.integrated.profiles.windows'?: Record<string, unknown>;
|
|
11789
|
+
readonly 'terminal.integrated.tabs.defaultIcon'?: 'add' | 'plus' | 'gist-new' | 'repo-create' | 'lightbulb' | 'light-bulb' | 'repo' | 'repo-delete' | 'gist-fork' | 'repo-forked' | 'git-pull-request' | 'git-pull-request-abandoned' | 'record-keys' | 'keyboard' | 'tag' | 'git-pull-request-label' | 'tag-add' | 'tag-remove' | 'person' | 'person-follow' | 'person-outline' | 'person-filled' | 'source-control' | 'mirror' | 'mirror-public' | 'star' | 'star-add' | 'star-delete' | 'star-empty' | 'comment' | 'comment-add' | 'alert' | 'warning' | 'search' | 'search-save' | 'log-out' | 'sign-out' | 'log-in' | 'sign-in' | 'eye' | 'eye-unwatch' | 'eye-watch' | 'circle-filled' | 'primitive-dot' | 'close-dirty' | 'debug-breakpoint' | 'debug-breakpoint-disabled' | 'debug-hint' | 'terminal-decoration-success' | 'primitive-square' | 'edit' | 'pencil' | 'info' | 'issue-opened' | 'gist-private' | 'git-fork-private' | 'lock' | 'mirror-private' | 'close' | 'remove-close' | 'x' | 'repo-sync' | 'sync' | 'clone' | 'desktop-download' | 'beaker' | 'microscope' | 'vm' | 'device-desktop' | 'file' | 'more' | 'ellipsis' | 'kebab-horizontal' | 'mail-reply' | 'reply' | 'organization' | 'organization-filled' | 'organization-outline' | 'new-file' | 'file-add' | 'new-folder' | 'file-directory-create' | 'trash' | 'trashcan' | 'history' | 'clock' | 'folder' | 'file-directory' | 'symbol-folder' | 'logo-github' | 'mark-github' | 'github' | 'terminal' | 'console' | 'repl' | 'zap' | 'symbol-event' | 'error' | 'stop' | 'variable' | 'symbol-variable' | 'array' | 'symbol-array' | 'symbol-module' | 'symbol-package' | 'symbol-namespace' | 'symbol-object' | 'symbol-method' | 'symbol-function' | 'symbol-constructor' | 'symbol-boolean' | 'symbol-null' | 'symbol-numeric' | 'symbol-number' | 'symbol-structure' | 'symbol-struct' | 'symbol-parameter' | 'symbol-type-parameter' | 'symbol-key' | 'symbol-text' | 'symbol-reference' | 'go-to-file' | 'symbol-enum' | 'symbol-value' | 'symbol-ruler' | 'symbol-unit' | 'activate-breakpoints' | 'archive' | 'arrow-both' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'arrow-small-down' | 'arrow-small-left' | 'arrow-small-right' | 'arrow-small-up' | 'arrow-up' | 'bell' | 'bold' | 'book' | 'bookmark' | 'debug-breakpoint-conditional-unverified' | 'debug-breakpoint-conditional' | 'debug-breakpoint-conditional-disabled' | 'debug-breakpoint-data-unverified' | 'debug-breakpoint-data' | 'debug-breakpoint-data-disabled' | 'debug-breakpoint-log-unverified' | 'debug-breakpoint-log' | 'debug-breakpoint-log-disabled' | 'briefcase' | 'broadcast' | 'browser' | 'bug' | 'calendar' | 'case-sensitive' | 'check' | 'checklist' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'chrome-close' | 'chrome-maximize' | 'chrome-minimize' | 'chrome-restore' | 'circle-outline' | 'circle' | 'debug-breakpoint-unverified' | 'terminal-decoration-incomplete' | 'circle-slash' | 'circuit-board' | 'clear-all' | 'clippy' | 'close-all' | 'cloud-download' | 'cloud-upload' | 'code' | 'collapse-all' | 'color-mode' | 'comment-discussion' | 'credit-card' | 'dash' | 'dashboard' | 'database' | 'debug-continue' | 'debug-disconnect' | 'debug-pause' | 'debug-restart' | 'debug-start' | 'debug-step-into' | 'debug-step-out' | 'debug-step-over' | 'debug-stop' | 'debug' | 'device-camera-video' | 'device-camera' | 'device-mobile' | 'diff-added' | 'diff-ignored' | 'diff-modified' | 'diff-removed' | 'diff-renamed' | 'diff' | 'diff-sidebyside' | 'discard' | 'editor-layout' | 'empty-window' | 'exclude' | 'extensions' | 'eye-closed' | 'file-binary' | 'file-code' | 'file-media' | 'file-pdf' | 'file-submodule' | 'file-symlink-directory' | 'file-symlink-file' | 'file-zip' | 'files' | 'filter' | 'flame' | 'fold-down' | 'fold-up' | 'fold' | 'folder-active' | 'folder-opened' | 'gear' | 'gift' | 'gist-secret' | 'gist' | 'git-commit' | 'git-compare' | 'compare-changes' | 'git-merge' | 'github-action' | 'github-alt' | 'globe' | 'grabber' | 'graph' | 'gripper' | 'heart' | 'home' | 'horizontal-rule' | 'hubot' | 'inbox' | 'issue-reopened' | 'issues' | 'italic' | 'jersey' | 'json' | 'bracket' | 'kebab-vertical' | 'key' | 'law' | 'lightbulb-autofix' | 'link-external' | 'link' | 'list-ordered' | 'list-unordered' | 'live-share' | 'loading' | 'location' | 'mail-read' | 'mail' | 'markdown' | 'megaphone' | 'mention' | 'milestone' | 'git-pull-request-milestone' | 'mortar-board' | 'move' | 'multiple-windows' | 'mute' | 'no-newline' | 'note' | 'octoface' | 'open-preview' | 'package' | 'paintcan' | 'pin' | 'play' | 'run' | 'plug' | 'preserve-case' | 'preview' | 'project' | 'pulse' | 'question' | 'quote' | 'radio-tower' | 'reactions' | 'references' | 'refresh' | 'regex' | 'remote-explorer' | 'remote' | 'remove' | 'replace-all' | 'replace' | 'repo-clone' | 'repo-force-push' | 'repo-pull' | 'repo-push' | 'report' | 'request-changes' | 'rocket' | 'root-folder-opened' | 'root-folder' | 'rss' | 'ruby' | 'save-all' | 'save-as' | 'save' | 'screen-full' | 'screen-normal' | 'search-stop' | 'server' | 'settings-gear' | 'settings' | 'shield' | 'smiley' | 'sort-precedence' | 'split-horizontal' | 'split-vertical' | 'squirrel' | 'star-full' | 'star-half' | 'symbol-class' | 'symbol-color' | 'symbol-constant' | 'symbol-enum-member' | 'symbol-field' | 'symbol-file' | 'symbol-interface' | 'symbol-keyword' | 'symbol-misc' | 'symbol-operator' | 'symbol-property' | 'wrench' | 'wrench-subaction' | 'symbol-snippet' | 'tasklist' | 'telescope' | 'text-size' | 'three-bars' | 'thumbsdown' | 'thumbsup' | 'tools' | 'triangle-down' | 'triangle-left' | 'triangle-right' | 'triangle-up' | 'twitter' | 'unfold' | 'unlock' | 'unmute' | 'unverified' | 'verified' | 'versions' | 'vm-active' | 'vm-outline' | 'vm-running' | 'watch' | 'whitespace' | 'whole-word' | 'window' | 'word-wrap' | 'zoom-in' | 'zoom-out' | 'list-filter' | 'list-flat' | 'list-selection' | 'selection' | 'list-tree' | 'debug-breakpoint-function-unverified' | 'debug-breakpoint-function' | 'debug-breakpoint-function-disabled' | 'debug-stackframe-active' | 'circle-small-filled' | 'debug-stackframe-dot' | 'terminal-decoration-mark' | 'debug-stackframe' | 'debug-stackframe-focused' | 'debug-breakpoint-unsupported' | 'symbol-string' | 'debug-reverse-continue' | 'debug-step-back' | 'debug-restart-frame' | 'debug-alt' | 'call-incoming' | 'call-outgoing' | 'menu' | 'expand-all' | 'feedback' | 'git-pull-request-reviewer' | 'group-by-ref-type' | 'ungroup-by-ref-type' | 'account' | 'git-pull-request-assignee' | 'bell-dot' | 'debug-console' | 'library' | 'output' | 'run-all' | 'sync-ignored' | 'pinned' | 'github-inverted' | 'server-process' | 'server-environment' | 'pass' | 'issue-closed' | 'stop-circle' | 'play-circle' | 'record' | 'debug-alt-small' | 'vm-connect' | 'cloud' | 'merge' | 'export' | 'graph-left' | 'magnet' | 'notebook' | 'redo' | 'check-all' | 'pinned-dirty' | 'pass-filled' | 'circle-large-filled' | 'circle-large' | 'circle-large-outline' | 'combine' | 'gather' | 'table' | 'variable-group' | 'type-hierarchy' | 'type-hierarchy-sub' | 'type-hierarchy-super' | 'git-pull-request-create' | 'run-above' | 'run-below' | 'notebook-template' | 'debug-rerun' | 'workspace-trusted' | 'workspace-untrusted' | 'workspace-unknown' | 'terminal-cmd' | 'terminal-debian' | 'terminal-linux' | 'terminal-powershell' | 'terminal-tmux' | 'terminal-ubuntu' | 'terminal-bash' | 'arrow-swap' | 'copy' | 'person-add' | 'filter-filled' | 'wand' | 'debug-line-by-line' | 'inspect' | 'layers' | 'layers-dot' | 'layers-active' | 'compass' | 'compass-dot' | 'compass-active' | 'azure' | 'issue-draft' | 'git-pull-request-closed' | 'git-pull-request-draft' | 'debug-all' | 'debug-coverage' | 'run-errors' | 'folder-library' | 'debug-continue-small' | 'beaker-stop' | 'graph-line' | 'graph-scatter' | 'pie-chart' | 'bracket-dot' | 'bracket-error' | 'lock-small' | 'azure-devops' | 'verified-filled' | 'newline' | 'layout' | 'layout-activitybar-left' | 'layout-activitybar-right' | 'layout-panel-left' | 'layout-panel-center' | 'layout-panel-justify' | 'layout-panel-right' | 'layout-panel' | 'layout-sidebar-left' | 'layout-sidebar-right' | 'layout-statusbar' | 'layout-menubar' | 'layout-centered' | 'target' | 'indent' | 'record-small' | 'error-small' | 'terminal-decoration-error' | 'arrow-circle-down' | 'arrow-circle-left' | 'arrow-circle-right' | 'arrow-circle-up' | 'layout-sidebar-right-off' | 'layout-panel-off' | 'layout-sidebar-left-off' | 'blank' | 'heart-filled' | 'map' | 'map-horizontal' | 'fold-horizontal' | 'map-filled' | 'map-horizontal-filled' | 'fold-horizontal-filled' | 'circle-small' | 'bell-slash' | 'bell-slash-dot' | 'comment-unresolved' | 'git-pull-request-go-to-changes' | 'git-pull-request-new-changes' | 'search-fuzzy' | 'comment-draft' | 'send' | 'sparkle' | 'insert' | 'mic' | 'thumbsdown-filled' | 'thumbsup-filled' | 'coffee' | 'snake' | 'game' | 'vr' | 'chip' | 'piano' | 'music' | 'mic-filled' | 'repo-fetch' | 'copilot' | 'lightbulb-sparkle' | 'robot' | 'sparkle-filled' | 'diff-single' | 'diff-multiple' | 'surround-with' | 'share' | 'git-stash' | 'git-stash-apply' | 'git-stash-pop' | 'vscode' | 'vscode-insiders' | 'code-oss' | 'run-coverage' | 'run-all-coverage' | 'coverage' | 'github-project' | 'map-vertical' | 'fold-vertical' | 'map-vertical-filled' | 'fold-vertical-filled' | 'go-to-search' | 'percentage' | 'sort-percentage' | 'attach' | 'go-to-editing-session' | 'edit-session' | 'code-review' | 'copilot-warning' | 'python' | 'copilot-large' | 'copilot-warning-large' | 'keyboard-tab' | 'copilot-blocked' | 'copilot-not-connected' | 'flag' | 'lightbulb-empty' | 'symbol-method-arrow' | 'copilot-unavailable' | 'repo-pinned' | 'keyboard-tab-above' | 'keyboard-tab-below' | 'git-pull-request-done' | 'mcp' | 'extensions-large' | 'layout-panel-dock' | 'layout-sidebar-left-dock' | 'layout-sidebar-right-dock' | 'copilot-in-progress' | 'copilot-error' | 'copilot-success' | 'chat-sparkle' | 'search-sparkle' | 'edit-sparkle' | 'copilot-snooze' | 'send-to-remote-agent' | 'comment-discussion-sparkle' | 'chat-sparkle-warning' | 'chat-sparkle-error' | 'collection' | 'new-collection' | 'thinking' | 'build' | 'comment-discussion-quote' | 'cursor' | 'eraser' | 'file-text' | 'quotes' | 'rename' | 'run-with-deps' | 'debug-connected' | 'strikethrough' | 'open-in-product' | 'index-zero' | 'agent' | 'edit-code' | 'repo-selected' | 'skip' | 'merge-into' | 'git-branch-changes' | 'git-branch-staged-changes' | 'git-branch-conflicts' | 'git-branch' | 'git-branch-create' | 'git-branch-delete' | 'search-large' | 'terminal-git-bash' | 'window-active' | 'forward' | 'download' | 'clockface' | 'unarchive' | 'session-in-progress' | 'collection-small' | 'vm-small' | 'cloud-small' | 'add-small' | 'remove-small' | 'worktree-small' | 'worktree' | 'screen-cut' | 'ask' | 'openai' | 'claude' | 'open-in-window' | 'new-session' | 'terminal-secure' | 'chat-import' | 'chat-export' | 'share-window' | 'circle-slash-compact' | 'copilot-compact' | 'folder-opened-compact' | 'folder-compact' | 'gear-compact' | 'git-branch-compact' | 'library-compact' | 'record-keys-compact' | 'remote-compact' | 'repo-forked-compact' | 'repo-compact' | 'shield-compact' | 'sparkle-compact' | 'symbol-color-compact' | 'window-compact' | 'error-compact' | 'warning-compact' | 'pass-compact' | 'important' | 'important-compact' | 'rocket-compact' | 'unpin' | 'add-compact' | 'attach-compact' | 'beaker-compact' | 'check-compact' | 'checklist-compact' | 'chevron-down-compact' | 'chevron-left-compact' | 'chevron-right-compact' | 'chevron-up-compact' | 'circle-filled-compact' | 'circle-small-filled-compact' | 'close-compact' | 'collapse-all-compact' | 'comment-compact' | 'comment-unresolved-compact' | 'debug-connected-compact' | 'debug-disconnect-compact' | 'edit-compact' | 'file-media-compact' | 'git-fetch' | 'lightbulb-compact' | 'loading-compact' | 'pass-filled-compact' | 'project-compact' | 'refresh-compact' | 'search-compact' | 'session-in-progress-compact' | 'sync-compact' | 'terminal-compact' | 'vm-pending' | 'worktree-compact' | 'developer-tools' | 'cloud-compact' | 'agent-compact' | 'ask-compact' | 'settings-compact' | 'vm-compact' | 'run-compact' | 'git-pull-request-comment' | 'git-pull-request-error' | 'right-panel-hide' | 'right-panel-show' | 'vscode-insiders-outline' | 'vscode-outline' | 'voice-mode' | 'voice-mode-compact' | 'dialog-error' | 'dialog-warning' | 'dialog-info' | 'dialog-close' | 'tree-item-expanded' | 'tree-filter-on-type-on' | 'tree-filter-on-type-off' | 'tree-filter-clear' | 'tree-item-loading' | 'menu-selection' | 'menu-submenu' | 'menubar-more' | 'scrollbar-button-left' | 'scrollbar-button-right' | 'scrollbar-button-up' | 'scrollbar-button-down' | 'toolbar-more' | 'quick-input-back' | 'drop-down-button' | 'symbol-customcolor' | 'export' | 'workspace-unspecified' | 'newline' | 'thumbsdown-filled' | 'thumbsup-filled' | 'lightbulb-sparkle-autofix' | 'debug-breakpoint-pending';
|
|
11790
|
+
readonly 'update.showPostInstallInfo'?: boolean;
|
|
11791
|
+
readonly 'workbench.browser.searchEngine'?: 'none' | 'bing' | 'google' | 'yahoo' | 'duckduckgo';
|
|
11792
|
+
readonly 'workbench.editorAssociations'?: Record<string, unknown>;
|
|
11793
|
+
}, 'agents.voice.microphoneDevice' | 'chat.agentHost.clientTools' | 'chat.customizations.harnessSelector.enabled'>;
|
|
11794
|
+
|
|
11579
11795
|
// ── Version map ──
|
|
11580
11796
|
// Stable entries map directly to their settings type.
|
|
11581
11797
|
// Insider entries map to a nested record keyed by 10-digit build release date
|
|
@@ -11663,12 +11879,13 @@ interface VscodeVersionMap {
|
|
|
11663
11879
|
}>;
|
|
11664
11880
|
'1.127.0-insider': InsiderBuilds<{
|
|
11665
11881
|
'2026062317': VscodeSettings_1_127_0_insider_2026062317;
|
|
11882
|
+
'2026062521': VscodeSettings_1_127_0_insider_2026062521;
|
|
11666
11883
|
}>;
|
|
11667
11884
|
}
|
|
11668
11885
|
|
|
11669
11886
|
export type LatestVscodeSettings = VscodeSettings_1_126_0;
|
|
11670
11887
|
|
|
11671
|
-
export type LatestInsiderVscodeSettings =
|
|
11888
|
+
export type LatestInsiderVscodeSettings = VscodeSettings_1_127_0_insider_2026062521;
|
|
11672
11889
|
|
|
11673
11890
|
export type VscodeVersion = keyof VscodeVersionMap;
|
|
11674
11891
|
|
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-31",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa",
|
|
6
6
|
"description": "Tracks VS Code settings schema changes across versions",
|