@vscode/vscode-settings-history 0.0.2-1 → 0.0.2-2

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.
@@ -6704,7 +6704,4105 @@ export type VscodeSettings_1_116_0 = Patch<VscodeSettings_1_115_0, {
6704
6704
  readonly 'workbench.welcomePage.experimentalOnboarding'?: boolean;
6705
6705
  }, 'chat.artifacts.mode' | 'chat.customizations.providerApi.enabled' | 'chat.customizationsMenu.enabled' | 'chat.tools.terminal.autoReplyToPrompts'>;
6706
6706
 
6707
+ // ── 1.120.0: +2039 ──
6708
+ export type VscodeSettings_1_120_0 = Patch<VscodeSettings_1_119_0, {
6709
+ readonly '[chatagent]'?: Record<string, unknown>;
6710
+ readonly '[clojure]'?: Record<string, unknown>;
6711
+ readonly '[coffeescript]'?: Record<string, unknown>;
6712
+ readonly '[csharp]'?: Record<string, unknown>;
6713
+ readonly '[css]'?: Record<string, unknown>;
6714
+ readonly '[dockercompose]'?: Record<string, unknown>;
6715
+ readonly '[dockerfile]'?: Record<string, unknown>;
6716
+ readonly '[fsharp]'?: Record<string, unknown>;
6717
+ readonly '[git-commit]'?: Record<string, unknown>;
6718
+ readonly '[git-rebase]'?: Record<string, unknown>;
6719
+ readonly '[go]'?: Record<string, unknown>;
6720
+ readonly '[handlebars]'?: Record<string, unknown>;
6721
+ readonly '[html]'?: Record<string, unknown>;
6722
+ readonly '[instructions]'?: Record<string, unknown>;
6723
+ readonly '[jade]'?: Record<string, unknown>;
6724
+ readonly '[javascript]'?: Record<string, unknown>;
6725
+ readonly '[json]'?: Record<string, unknown>;
6726
+ readonly '[jsonc]'?: Record<string, unknown>;
6727
+ readonly '[julia]'?: Record<string, unknown>;
6728
+ readonly '[less]'?: Record<string, unknown>;
6729
+ readonly '[makefile]'?: Record<string, unknown>;
6730
+ readonly '[markdown]'?: Record<string, unknown>;
6731
+ readonly '[plaintext]'?: Record<string, unknown>;
6732
+ readonly '[prompt]'?: Record<string, unknown>;
6733
+ readonly '[python]'?: Record<string, unknown>;
6734
+ readonly '[ruby]'?: Record<string, unknown>;
6735
+ readonly '[scss]'?: Record<string, unknown>;
6736
+ readonly '[search-result]'?: Record<string, unknown>;
6737
+ readonly '[shellscript]'?: Record<string, unknown>;
6738
+ readonly '[skill]'?: Record<string, unknown>;
6739
+ readonly '[snippets]'?: Record<string, unknown>;
6740
+ readonly '[yaml]'?: Record<string, unknown>;
6741
+ readonly 'accessibility.accessibleView.closeOnKeyPress'?: boolean;
6742
+ readonly 'accessibility.chat.showCheckmarks'?: boolean;
6743
+ readonly 'accessibility.debugWatchVariableAnnouncements'?: boolean;
6744
+ readonly 'accessibility.dimUnfocused.enabled'?: boolean;
6745
+ readonly 'accessibility.dimUnfocused.opacity'?: number;
6746
+ readonly 'accessibility.hideAccessibleView'?: boolean;
6747
+ readonly 'accessibility.openChatEditedFiles'?: boolean;
6748
+ readonly 'accessibility.replEditor.autoFocusReplExecution'?: 'none' | 'input' | 'lastExecution';
6749
+ readonly 'accessibility.replEditor.readLastExecutionOutput'?: boolean;
6750
+ readonly 'accessibility.signalOptions.debouncePositionChanges'?: boolean;
6751
+ readonly 'accessibility.signalOptions.experimental.delays.errorAtPosition'?: Record<string, unknown>;
6752
+ readonly 'accessibility.signalOptions.experimental.delays.general'?: Record<string, unknown>;
6753
+ readonly 'accessibility.signalOptions.experimental.delays.warningAtPosition'?: Record<string, unknown>;
6754
+ readonly 'accessibility.signalOptions.volume'?: number;
6755
+ readonly 'accessibility.signals.chatEditModifiedFile'?: Record<string, unknown>;
6756
+ readonly 'accessibility.signals.chatRequestSent'?: Record<string, unknown>;
6757
+ readonly 'accessibility.signals.chatResponseReceived'?: Record<string, unknown>;
6758
+ readonly 'accessibility.signals.chatUserActionRequired'?: Record<string, unknown>;
6759
+ readonly 'accessibility.signals.clear'?: Record<string, unknown>;
6760
+ readonly 'accessibility.signals.codeActionApplied'?: Record<string, unknown>;
6761
+ readonly 'accessibility.signals.codeActionTriggered'?: Record<string, unknown>;
6762
+ readonly 'accessibility.signals.diffLineDeleted'?: Record<string, unknown>;
6763
+ readonly 'accessibility.signals.diffLineInserted'?: Record<string, unknown>;
6764
+ readonly 'accessibility.signals.diffLineModified'?: Record<string, unknown>;
6765
+ readonly 'accessibility.signals.editsKept'?: Record<string, unknown>;
6766
+ readonly 'accessibility.signals.editsUndone'?: Record<string, unknown>;
6767
+ readonly 'accessibility.signals.format'?: Record<string, unknown>;
6768
+ readonly 'accessibility.signals.lineHasBreakpoint'?: Record<string, unknown>;
6769
+ readonly 'accessibility.signals.lineHasError'?: Record<string, unknown>;
6770
+ readonly 'accessibility.signals.lineHasFoldedArea'?: Record<string, unknown>;
6771
+ readonly 'accessibility.signals.lineHasInlineSuggestion'?: Record<string, unknown>;
6772
+ readonly 'accessibility.signals.lineHasWarning'?: Record<string, unknown>;
6773
+ readonly 'accessibility.signals.nextEditSuggestion'?: Record<string, unknown>;
6774
+ readonly 'accessibility.signals.noInlayHints'?: Record<string, unknown>;
6775
+ readonly 'accessibility.signals.notebookCellCompleted'?: Record<string, unknown>;
6776
+ readonly 'accessibility.signals.notebookCellFailed'?: Record<string, unknown>;
6777
+ readonly 'accessibility.signals.onDebugBreak'?: Record<string, unknown>;
6778
+ readonly 'accessibility.signals.positionHasError'?: Record<string, unknown>;
6779
+ readonly 'accessibility.signals.positionHasWarning'?: Record<string, unknown>;
6780
+ readonly 'accessibility.signals.progress'?: Record<string, unknown>;
6781
+ readonly 'accessibility.signals.save'?: Record<string, unknown>;
6782
+ readonly 'accessibility.signals.taskCompleted'?: Record<string, unknown>;
6783
+ readonly 'accessibility.signals.taskFailed'?: Record<string, unknown>;
6784
+ readonly 'accessibility.signals.terminalBell'?: Record<string, unknown>;
6785
+ readonly 'accessibility.signals.terminalCommandFailed'?: Record<string, unknown>;
6786
+ readonly 'accessibility.signals.terminalCommandSucceeded'?: Record<string, unknown>;
6787
+ readonly 'accessibility.signals.terminalQuickFix'?: Record<string, unknown>;
6788
+ readonly 'accessibility.signals.voiceRecordingStarted'?: Record<string, unknown>;
6789
+ readonly 'accessibility.signals.voiceRecordingStopped'?: Record<string, unknown>;
6790
+ readonly 'accessibility.underlineLinks'?: boolean;
6791
+ readonly 'accessibility.verboseChatProgressUpdates'?: boolean;
6792
+ readonly 'accessibility.verbosity.chatQuestionCarousel'?: boolean;
6793
+ readonly 'accessibility.verbosity.comments'?: boolean;
6794
+ readonly 'accessibility.verbosity.debug'?: boolean;
6795
+ readonly 'accessibility.verbosity.diffEditor'?: boolean;
6796
+ readonly 'accessibility.verbosity.diffEditorActive'?: boolean;
6797
+ readonly 'accessibility.verbosity.emptyEditorHint'?: boolean;
6798
+ readonly 'accessibility.verbosity.find'?: boolean;
6799
+ readonly 'accessibility.verbosity.hover'?: boolean;
6800
+ readonly 'accessibility.verbosity.inlineChat'?: boolean;
6801
+ readonly 'accessibility.verbosity.inlineCompletions'?: boolean;
6802
+ readonly 'accessibility.verbosity.keybindingsEditor'?: boolean;
6803
+ readonly 'accessibility.verbosity.notebook'?: boolean;
6804
+ readonly 'accessibility.verbosity.notification'?: boolean;
6805
+ readonly 'accessibility.verbosity.panelChat'?: boolean;
6806
+ readonly 'accessibility.verbosity.replEditor'?: boolean;
6807
+ readonly 'accessibility.verbosity.sessionsChat'?: boolean;
6808
+ readonly 'accessibility.verbosity.sourceControl'?: boolean;
6809
+ readonly 'accessibility.verbosity.terminal'?: boolean;
6810
+ readonly 'accessibility.verbosity.terminalChatOutput'?: boolean;
6811
+ readonly 'accessibility.verbosity.walkthrough'?: boolean;
6812
+ readonly 'accessibility.windowTitleOptimized'?: boolean;
6813
+ readonly 'application.experimental.rendererProfiling'?: boolean;
6814
+ readonly 'application.shellEnvironmentResolutionTimeout'?: number;
6815
+ readonly 'breadcrumbs.enabled'?: boolean;
6816
+ readonly 'breadcrumbs.filePath'?: 'on' | 'off' | 'last';
6817
+ readonly 'breadcrumbs.icons'?: boolean;
6818
+ readonly 'breadcrumbs.showArrays'?: boolean;
6819
+ readonly 'breadcrumbs.showBooleans'?: boolean;
6820
+ readonly 'breadcrumbs.showClasses'?: boolean;
6821
+ readonly 'breadcrumbs.showConstants'?: boolean;
6822
+ readonly 'breadcrumbs.showConstructors'?: boolean;
6823
+ readonly 'breadcrumbs.showEnumMembers'?: boolean;
6824
+ readonly 'breadcrumbs.showEnums'?: boolean;
6825
+ readonly 'breadcrumbs.showEvents'?: boolean;
6826
+ readonly 'breadcrumbs.showFields'?: boolean;
6827
+ readonly 'breadcrumbs.showFiles'?: boolean;
6828
+ readonly 'breadcrumbs.showFunctions'?: boolean;
6829
+ readonly 'breadcrumbs.showInterfaces'?: boolean;
6830
+ readonly 'breadcrumbs.showKeys'?: boolean;
6831
+ readonly 'breadcrumbs.showMethods'?: boolean;
6832
+ readonly 'breadcrumbs.showModules'?: boolean;
6833
+ readonly 'breadcrumbs.showNamespaces'?: boolean;
6834
+ readonly 'breadcrumbs.showNull'?: boolean;
6835
+ readonly 'breadcrumbs.showNumbers'?: boolean;
6836
+ readonly 'breadcrumbs.showObjects'?: boolean;
6837
+ readonly 'breadcrumbs.showOperators'?: boolean;
6838
+ readonly 'breadcrumbs.showPackages'?: boolean;
6839
+ readonly 'breadcrumbs.showProperties'?: boolean;
6840
+ readonly 'breadcrumbs.showStrings'?: boolean;
6841
+ readonly 'breadcrumbs.showStructs'?: boolean;
6842
+ readonly 'breadcrumbs.showTypeParameters'?: boolean;
6843
+ readonly 'breadcrumbs.showVariables'?: boolean;
6844
+ readonly 'breadcrumbs.symbolPath'?: 'on' | 'off' | 'last';
6845
+ readonly 'breadcrumbs.symbolPathSeparator'?: string;
6846
+ readonly 'breadcrumbs.symbolSortOrder'?: 'position' | 'name' | 'type';
6847
+ readonly 'chat.agent.allowedNetworkDomains'?: (string)[];
6848
+ readonly 'chat.agent.codeBlockProgress'?: boolean;
6849
+ readonly 'chat.agent.deniedNetworkDomains'?: (string)[];
6850
+ readonly 'chat.agent.enabled'?: boolean;
6851
+ readonly 'chat.agent.maxRequests'?: number;
6852
+ readonly 'chat.agent.networkFilter'?: boolean;
6853
+ readonly 'chat.agent.sandbox.allowAutoApprove'?: boolean;
6854
+ readonly 'chat.agent.sandbox.allowUnsandboxedCommands'?: boolean;
6855
+ readonly 'chat.agent.sandbox.allowedNetworkDomains'?: (string)[];
6856
+ readonly 'chat.agent.sandbox.autoApproveUnsandboxedCommands'?: boolean;
6857
+ readonly 'chat.agent.sandbox.deniedNetworkDomains'?: (string)[];
6858
+ readonly 'chat.agent.sandbox.enabled'?: 'off' | 'on' | 'allowNetwork';
6859
+ readonly 'chat.agent.sandbox.fileSystem.linux'?: Record<string, unknown>;
6860
+ readonly 'chat.agent.sandbox.fileSystem.mac'?: Record<string, unknown>;
6861
+ readonly 'chat.agent.sandboxFileSystem.linux'?: Record<string, unknown>;
6862
+ readonly 'chat.agent.sandboxFileSystem.mac'?: Record<string, unknown>;
6863
+ readonly 'chat.agent.sandboxNetwork.allowedDomains'?: (string)[];
6864
+ readonly 'chat.agent.sandboxNetwork.deniedDomains'?: (string)[];
6865
+ readonly 'chat.agent.terminal.allowList'?: unknown;
6866
+ readonly 'chat.agent.terminal.autoApprove'?: unknown;
6867
+ readonly 'chat.agent.terminal.denyList'?: unknown;
6868
+ readonly 'chat.agent.thinking.collapsedTools'?: 'off' | 'withThinking' | 'always';
6869
+ readonly 'chat.agent.thinking.generateTitles'?: boolean;
6870
+ readonly 'chat.agent.thinking.phrases'?: Record<string, unknown>;
6871
+ readonly 'chat.agent.thinking.terminalTools'?: boolean;
6872
+ readonly 'chat.agent.thinkingStyle'?: 'collapsed' | 'collapsedPreview' | 'fixedScrolling';
6873
+ readonly 'chat.agentFilesLocations'?: Record<string, unknown>;
6874
+ readonly 'chat.agentSessionProjection.enabled'?: boolean;
6875
+ readonly 'chat.agentSkillsLocations'?: Record<string, unknown>;
6876
+ readonly 'chat.agentsControl.enabled'?: 'hidden' | 'badge' | 'compact';
6877
+ readonly 'chat.allowAnonymousAccess'?: boolean;
6878
+ readonly 'chat.artifacts.enabled'?: boolean;
6879
+ readonly 'chat.artifacts.rules.byFilePath'?: Record<string, unknown>;
6880
+ readonly 'chat.artifacts.rules.byMemoryFilePath'?: Record<string, unknown>;
6881
+ readonly 'chat.artifacts.rules.byMimeType'?: Record<string, unknown>;
6882
+ readonly 'chat.autoReply'?: boolean;
6883
+ readonly 'chat.autopilot.enabled'?: boolean;
6884
+ readonly 'chat.checkpoints.enabled'?: boolean;
6885
+ readonly 'chat.checkpoints.showFileChanges'?: boolean;
6886
+ readonly 'chat.contextUsage.enabled'?: boolean;
6887
+ readonly 'chat.customizations.harnessSelector.enabled'?: boolean;
6888
+ readonly 'chat.customizations.structuredPreview.enabled'?: boolean;
6889
+ readonly 'chat.customizations.useChatSessionCustomizationsForCustomAgents'?: boolean;
6890
+ readonly 'chat.detectParticipant.enabled'?: boolean;
6891
+ readonly 'chat.disableAIFeatures'?: boolean;
6892
+ readonly 'chat.editMode.hidden'?: boolean;
6893
+ readonly 'chat.editRequests'?: 'inline' | 'hover' | 'input' | 'none';
6894
+ readonly 'chat.editing.autoAcceptDelay'?: number;
6895
+ readonly 'chat.editing.confirmEditRequestRemoval'?: boolean;
6896
+ readonly 'chat.editing.confirmEditRequestRetry'?: boolean;
6897
+ readonly 'chat.editing.explainChanges.enabled'?: boolean;
6898
+ readonly 'chat.editing.revealNextChangeOnResolve'?: boolean;
6899
+ readonly 'chat.editor.fontFamily'?: string;
6900
+ readonly 'chat.editor.fontSize'?: number;
6901
+ readonly 'chat.editor.fontWeight'?: string;
6902
+ readonly 'chat.editor.lineHeight'?: number;
6903
+ readonly 'chat.editor.wordWrap'?: 'on' | 'off';
6904
+ readonly 'chat.editorAssociations'?: Record<string, unknown>;
6905
+ readonly 'chat.exitAfterDelegation'?: boolean;
6906
+ readonly 'chat.experimental.detectParticipant.enabled'?: boolean;
6907
+ readonly 'chat.experimental.incrementalRendering.animationStyle'?: 'none' | 'fade' | 'rise' | 'blur' | 'scale' | 'slide' | 'reveal';
6908
+ readonly 'chat.experimental.incrementalRendering.buffering'?: 'off' | 'word' | 'paragraph';
6909
+ readonly 'chat.experimental.incrementalRendering.enabled'?: boolean;
6910
+ readonly 'chat.experimental.useSkillAdherencePrompt'?: boolean;
6911
+ readonly 'chat.experimentalSessionsWindowOverride'?: boolean;
6912
+ readonly 'chat.exploreAgent.defaultModel'?: '';
6913
+ readonly 'chat.extensionTools.enabled'?: boolean;
6914
+ readonly 'chat.extensionUnification.enabled'?: boolean;
6915
+ readonly 'chat.fontFamily'?: string;
6916
+ readonly 'chat.fontSize'?: number;
6917
+ readonly 'chat.generalPurposeAgent.enabled'?: boolean;
6918
+ readonly 'chat.growthNotification.enabled'?: boolean;
6919
+ readonly 'chat.hookFilesLocations'?: Record<string, unknown>;
6920
+ readonly 'chat.implicitContext.enabled'?: Record<string, unknown>;
6921
+ readonly 'chat.implicitContext.suggestedContext'?: boolean;
6922
+ readonly 'chat.includeApplyingInstructions'?: boolean;
6923
+ readonly 'chat.includeReferencedInstructions'?: boolean;
6924
+ readonly 'chat.inlineReferences.style'?: 'box' | 'link';
6925
+ readonly 'chat.instructionsFilesLocations'?: Record<string, unknown>;
6926
+ readonly 'chat.math.enabled'?: boolean;
6927
+ readonly 'chat.mcp.access'?: 'none' | 'registry' | 'all';
6928
+ readonly 'chat.mcp.apps.enabled'?: boolean;
6929
+ readonly 'chat.mcp.assisted.nuget.enabled'?: boolean;
6930
+ readonly 'chat.mcp.autostart'?: 'never' | 'onlyNew' | 'newAndOutdated';
6931
+ readonly 'chat.mcp.collisionBehavior'?: 'disable' | 'suffix';
6932
+ readonly 'chat.mcp.discovery.enabled'?: Record<string, unknown>;
6933
+ readonly 'chat.mcp.gallery.enabled'?: boolean;
6934
+ readonly 'chat.mcp.serverSampling'?: Record<string, unknown>;
6935
+ readonly 'chat.modeFilesLocations'?: Record<string, unknown>;
6936
+ readonly 'chat.newSession.defaultMode'?: string;
6937
+ readonly 'chat.notifyWindowOnConfirmation'?: 'off' | 'windowNotFocused' | 'always';
6938
+ readonly 'chat.notifyWindowOnResponseReceived'?: 'off' | 'windowNotFocused' | 'always';
6939
+ readonly 'chat.permissions.default'?: 'default' | 'autoApprove' | 'autopilot';
6940
+ readonly 'chat.persistentProgress.enabled'?: boolean;
6941
+ readonly 'chat.planAgent.defaultModel'?: '';
6942
+ readonly 'chat.planReview.inlineEditor.enabled'?: boolean;
6943
+ readonly 'chat.pluginLocations'?: Record<string, unknown>;
6944
+ readonly 'chat.plugins.enabled'?: boolean;
6945
+ readonly 'chat.plugins.marketplaces'?: (string)[];
6946
+ readonly 'chat.progressBorder.enabled'?: boolean;
6947
+ readonly 'chat.promptFilesLocations'?: Record<string, unknown>;
6948
+ readonly 'chat.promptFilesRecommendations'?: Record<string, unknown>;
6949
+ readonly 'chat.requestQueuing.defaultAction'?: 'queue' | 'steer';
6950
+ readonly 'chat.restoreLastPanelSession'?: boolean;
6951
+ readonly 'chat.sendElementsToChat.attachImages'?: boolean;
6952
+ readonly 'chat.sessionSync.enabled'?: boolean;
6953
+ readonly 'chat.sessionSync.excludeRepositories'?: (string)[];
6954
+ readonly 'chat.subagents.allowInvocationsFromSubagents'?: boolean;
6955
+ readonly 'chat.tips.enabled'?: boolean;
6956
+ readonly 'chat.titleBar.signIn.enabled'?: boolean;
6957
+ readonly 'chat.tools.autoExpandFailures'?: boolean;
6958
+ readonly 'chat.tools.compressOutput.enabled'?: boolean;
6959
+ readonly 'chat.tools.confirmationCarousel.enabled'?: boolean;
6960
+ readonly 'chat.tools.edits.autoApprove'?: Record<string, unknown>;
6961
+ readonly 'chat.tools.eligibleForAutoApproval'?: Record<string, unknown>;
6962
+ readonly 'chat.tools.global.autoApprove'?: boolean;
6963
+ readonly 'chat.tools.renameTool.enabled'?: boolean;
6964
+ readonly 'chat.tools.riskAssessment.enabled'?: boolean;
6965
+ readonly 'chat.tools.riskAssessment.model'?: string;
6966
+ readonly 'chat.tools.terminal.autoApprove'?: Record<string, unknown>;
6967
+ readonly 'chat.tools.terminal.autoApproveWorkspaceNpmScripts'?: boolean;
6968
+ readonly 'chat.tools.terminal.backgroundNotifications'?: boolean;
6969
+ readonly 'chat.tools.terminal.blockDetectedFileWrites'?: 'never' | 'outsideWorkspace' | 'all';
6970
+ readonly 'chat.tools.terminal.enableAutoApprove'?: boolean;
6971
+ readonly 'chat.tools.terminal.enforceTimeoutFromModel'?: boolean;
6972
+ readonly 'chat.tools.terminal.idlePollInterval'?: number;
6973
+ readonly 'chat.tools.terminal.ignoreDefaultAutoApproveRules'?: boolean;
6974
+ readonly 'chat.tools.terminal.outputLocation'?: 'terminal' | 'chat';
6975
+ readonly 'chat.tools.terminal.preventShellHistory'?: boolean;
6976
+ readonly 'chat.tools.terminal.shellIntegrationTimeout'?: number;
6977
+ readonly 'chat.tools.terminal.simpleCollapsible'?: boolean;
6978
+ readonly 'chat.tools.terminal.terminalProfile.linux'?: Record<string, unknown> | null;
6979
+ readonly 'chat.tools.terminal.terminalProfile.osx'?: Record<string, unknown> | null;
6980
+ readonly 'chat.tools.terminal.terminalProfile.windows'?: Record<string, unknown> | null;
6981
+ readonly 'chat.tools.todos.showWidget'?: boolean;
6982
+ readonly 'chat.tools.urls.autoApprove'?: Record<string, unknown>;
6983
+ readonly 'chat.tools.usagesTool.enabled'?: boolean;
6984
+ readonly 'chat.undoRequests.restoreInput'?: boolean;
6985
+ readonly 'chat.unifiedAgentsBar.enabled'?: boolean;
6986
+ readonly 'chat.upvoteAnimation'?: 'off' | 'confetti' | 'floatingThumbs' | 'pulseWave' | 'radiantLines';
6987
+ readonly 'chat.useAgentSkills'?: boolean;
6988
+ readonly 'chat.useAgentsMdFile'?: boolean;
6989
+ readonly 'chat.useClaudeHooks'?: boolean;
6990
+ readonly 'chat.useClaudeMdFile'?: boolean;
6991
+ readonly 'chat.useCustomizationsInParentRepositories'?: boolean;
6992
+ readonly 'chat.useHooks'?: boolean;
6993
+ readonly 'chat.useNestedAgentsMdFiles'?: boolean;
6994
+ readonly 'chat.viewProgressBadge.enabled'?: boolean;
6995
+ readonly 'chat.viewSessions.enabled'?: boolean;
6996
+ readonly 'chat.viewSessions.orientation'?: 'stacked' | 'sideBySide';
6997
+ readonly 'comments.collapseOnResolve'?: boolean;
6998
+ readonly 'comments.maxHeight'?: boolean;
6999
+ readonly 'comments.openPanel'?: 'neverOpen' | 'openOnSessionStart' | 'openOnSessionStartWithComments';
7000
+ readonly 'comments.openView'?: 'never' | 'file' | 'firstFile' | 'firstFileUnresolved';
7001
+ readonly 'comments.thread.confirmOnCollapse'?: 'whenHasUnsubmittedComments' | 'never';
7002
+ readonly 'comments.useRelativeTime'?: boolean;
7003
+ readonly 'comments.visible'?: boolean;
7004
+ readonly 'css.completion.completePropertyWithSemicolon'?: boolean;
7005
+ readonly 'css.completion.triggerPropertyValueCompletion'?: boolean;
7006
+ readonly 'css.customData'?: (string)[];
7007
+ readonly 'css.format.braceStyle'?: 'collapse' | 'expand';
7008
+ readonly 'css.format.enable'?: boolean;
7009
+ readonly 'css.format.maxPreserveNewLines'?: number | null;
7010
+ readonly 'css.format.newlineBetweenRules'?: boolean;
7011
+ readonly 'css.format.newlineBetweenSelectors'?: boolean;
7012
+ readonly 'css.format.preserveNewLines'?: boolean;
7013
+ readonly 'css.format.spaceAroundSelectorSeparator'?: boolean;
7014
+ readonly 'css.hover.documentation'?: boolean;
7015
+ readonly 'css.hover.references'?: boolean;
7016
+ readonly 'css.lint.argumentsInColorFunction'?: 'ignore' | 'warning' | 'error';
7017
+ readonly 'css.lint.boxModel'?: 'ignore' | 'warning' | 'error';
7018
+ readonly 'css.lint.compatibleVendorPrefixes'?: 'ignore' | 'warning' | 'error';
7019
+ readonly 'css.lint.duplicateProperties'?: 'ignore' | 'warning' | 'error';
7020
+ readonly 'css.lint.emptyRules'?: 'ignore' | 'warning' | 'error';
7021
+ readonly 'css.lint.float'?: 'ignore' | 'warning' | 'error';
7022
+ readonly 'css.lint.fontFaceProperties'?: 'ignore' | 'warning' | 'error';
7023
+ readonly 'css.lint.hexColorLength'?: 'ignore' | 'warning' | 'error';
7024
+ readonly 'css.lint.idSelector'?: 'ignore' | 'warning' | 'error';
7025
+ readonly 'css.lint.ieHack'?: 'ignore' | 'warning' | 'error';
7026
+ readonly 'css.lint.importStatement'?: 'ignore' | 'warning' | 'error';
7027
+ readonly 'css.lint.important'?: 'ignore' | 'warning' | 'error';
7028
+ readonly 'css.lint.propertyIgnoredDueToDisplay'?: 'ignore' | 'warning' | 'error';
7029
+ readonly 'css.lint.universalSelector'?: 'ignore' | 'warning' | 'error';
7030
+ readonly 'css.lint.unknownAtRules'?: 'ignore' | 'warning' | 'error';
7031
+ readonly 'css.lint.unknownProperties'?: 'ignore' | 'warning' | 'error';
7032
+ readonly 'css.lint.unknownVendorSpecificProperties'?: 'ignore' | 'warning' | 'error';
7033
+ readonly 'css.lint.validProperties'?: (string)[];
7034
+ readonly 'css.lint.vendorPrefix'?: 'ignore' | 'warning' | 'error';
7035
+ readonly 'css.lint.zeroUnits'?: 'ignore' | 'warning' | 'error';
7036
+ readonly 'css.trace.server'?: 'off' | 'messages' | 'verbose';
7037
+ readonly 'css.validate'?: boolean;
7038
+ readonly 'debug.allowBreakpointsEverywhere'?: boolean;
7039
+ readonly 'debug.autoExpandLazyVariables'?: 'auto' | 'on' | 'off';
7040
+ readonly 'debug.breakpointsView.presentation'?: 'tree' | 'list';
7041
+ readonly 'debug.closeReadonlyTabsOnEnd'?: boolean;
7042
+ readonly 'debug.confirmOnExit'?: 'never' | 'always';
7043
+ readonly 'debug.console.acceptSuggestionOnEnter'?: 'off' | 'on';
7044
+ readonly 'debug.console.closeOnEnd'?: boolean;
7045
+ readonly 'debug.console.collapseIdenticalLines'?: boolean;
7046
+ readonly 'debug.console.fontFamily'?: string;
7047
+ readonly 'debug.console.fontSize'?: number;
7048
+ readonly 'debug.console.historySuggestions'?: boolean;
7049
+ readonly 'debug.console.lineHeight'?: number;
7050
+ readonly 'debug.console.maximumLines'?: number;
7051
+ readonly 'debug.console.wordWrap'?: boolean;
7052
+ readonly 'debug.disassemblyView.showSourceCode'?: boolean;
7053
+ readonly 'debug.enableStatusBarColor'?: boolean;
7054
+ readonly 'debug.focusEditorOnBreak'?: boolean;
7055
+ readonly 'debug.focusWindowOnBreak'?: boolean;
7056
+ readonly 'debug.gutterMiddleClickAction'?: 'logpoint' | 'conditionalBreakpoint' | 'triggeredBreakpoint' | 'none';
7057
+ readonly 'debug.hideLauncherWhileDebugging'?: boolean;
7058
+ readonly 'debug.hideSlowPreLaunchWarning'?: boolean;
7059
+ readonly 'debug.inlineValues'?: 'on' | 'off' | 'auto';
7060
+ readonly 'debug.internalConsoleOptions'?: 'neverOpen' | 'openOnSessionStart' | 'openOnFirstSessionStart';
7061
+ readonly 'debug.javascript.autoAttachFilter'?: 'always' | 'smart' | 'onlyWithFlag' | 'disabled';
7062
+ readonly 'debug.javascript.autoAttachSmartPattern'?: (string)[];
7063
+ readonly 'debug.javascript.automaticallyTunnelRemoteServer'?: boolean;
7064
+ readonly 'debug.javascript.breakOnConditionalError'?: boolean;
7065
+ readonly 'debug.javascript.codelens.npmScripts'?: 'top' | 'all' | 'never';
7066
+ readonly 'debug.javascript.debugByLinkOptions'?: unknown;
7067
+ readonly 'debug.javascript.defaultRuntimeExecutable'?: Record<string, unknown>;
7068
+ readonly 'debug.javascript.enableNetworkView'?: boolean;
7069
+ readonly 'debug.javascript.pickAndAttachOptions'?: Record<string, unknown>;
7070
+ readonly 'debug.javascript.resourceRequestOptions'?: Record<string, unknown>;
7071
+ readonly 'debug.javascript.terminalOptions'?: Record<string, unknown>;
7072
+ readonly 'debug.javascript.unmapMissingSources'?: boolean;
7073
+ readonly 'debug.onTaskErrors'?: 'debugAnyway' | 'showErrors' | 'prompt' | 'abort';
7074
+ readonly 'debug.openDebug'?: 'neverOpen' | 'openOnSessionStart' | 'openOnFirstSessionStart' | 'openOnDebugBreak';
7075
+ readonly 'debug.openExplorerOnEnd'?: boolean;
7076
+ readonly 'debug.saveBeforeStart'?: 'allEditorsInActiveGroup' | 'nonUntitledEditorsInActiveGroup' | 'none';
7077
+ readonly 'debug.showBreakpointsInOverviewRuler'?: boolean;
7078
+ readonly 'debug.showInStatusBar'?: 'never' | 'always' | 'onFirstSessionStart';
7079
+ readonly 'debug.showInlineBreakpointCandidates'?: boolean;
7080
+ readonly 'debug.showSubSessionsInToolBar'?: boolean;
7081
+ readonly 'debug.showVariableTypes'?: boolean;
7082
+ readonly 'debug.terminal.clearBeforeReusing'?: boolean;
7083
+ readonly 'debug.toolBarLocation'?: 'floating' | 'docked' | 'commandCenter' | 'hidden';
7084
+ readonly 'diffEditor.codeLens'?: boolean;
7085
+ readonly 'diffEditor.diffAlgorithm'?: 'legacy' | 'advanced';
7086
+ readonly 'diffEditor.experimental.showEmptyDecorations'?: boolean;
7087
+ readonly 'diffEditor.experimental.showMoves'?: boolean;
7088
+ readonly 'diffEditor.experimental.useTrueInlineView'?: boolean;
7089
+ readonly 'diffEditor.hideUnchangedRegions.contextLineCount'?: number;
7090
+ readonly 'diffEditor.hideUnchangedRegions.enabled'?: boolean;
7091
+ readonly 'diffEditor.hideUnchangedRegions.minimumLineCount'?: number;
7092
+ readonly 'diffEditor.hideUnchangedRegions.revealLineCount'?: number;
7093
+ readonly 'diffEditor.ignoreTrimWhitespace'?: boolean;
7094
+ readonly 'diffEditor.maxComputationTime'?: number;
7095
+ readonly 'diffEditor.maxFileSize'?: number;
7096
+ readonly 'diffEditor.renderGutterMenu'?: boolean;
7097
+ readonly 'diffEditor.renderIndicators'?: boolean;
7098
+ readonly 'diffEditor.renderMarginRevertIcon'?: boolean;
7099
+ readonly 'diffEditor.renderSideBySide'?: boolean;
7100
+ readonly 'diffEditor.renderSideBySideInlineBreakpoint'?: number;
7101
+ readonly 'diffEditor.useInlineViewWhenSpaceIsLimited'?: boolean;
7102
+ readonly 'diffEditor.wordWrap'?: 'off' | 'on' | 'inherit';
7103
+ readonly 'editor.acceptSuggestionOnCommitCharacter'?: boolean;
7104
+ readonly 'editor.acceptSuggestionOnEnter'?: 'on' | 'smart' | 'off';
7105
+ readonly 'editor.accessibilityPageSize'?: number;
7106
+ readonly 'editor.accessibilitySupport'?: 'auto' | 'on' | 'off';
7107
+ readonly 'editor.aiStats.enabled'?: boolean;
7108
+ readonly 'editor.allowVariableFonts'?: boolean;
7109
+ readonly 'editor.allowVariableFontsInAccessibilityMode'?: boolean;
7110
+ readonly 'editor.allowVariableLineHeights'?: boolean;
7111
+ readonly 'editor.autoClosingBrackets'?: 'always' | 'languageDefined' | 'beforeWhitespace' | 'never';
7112
+ readonly 'editor.autoClosingComments'?: 'always' | 'languageDefined' | 'beforeWhitespace' | 'never';
7113
+ readonly 'editor.autoClosingDelete'?: 'always' | 'auto' | 'never';
7114
+ readonly 'editor.autoClosingOvertype'?: 'always' | 'auto' | 'never';
7115
+ readonly 'editor.autoClosingQuotes'?: 'always' | 'languageDefined' | 'beforeWhitespace' | 'never';
7116
+ readonly 'editor.autoIndent'?: 'none' | 'keep' | 'brackets' | 'advanced' | 'full';
7117
+ readonly 'editor.autoIndentOnPaste'?: boolean;
7118
+ readonly 'editor.autoIndentOnPasteWithinString'?: boolean;
7119
+ readonly 'editor.autoSurround'?: 'languageDefined' | 'quotes' | 'brackets' | 'never';
7120
+ readonly 'editor.bracketPairColorization.enabled'?: boolean;
7121
+ readonly 'editor.bracketPairColorization.independentColorPoolPerBracketType'?: boolean;
7122
+ readonly 'editor.codeActionWidget.includeNearbyQuickFixes'?: boolean;
7123
+ readonly 'editor.codeActionWidget.showHeaders'?: boolean;
7124
+ readonly 'editor.codeActions.triggerOnFocusChange'?: boolean;
7125
+ readonly 'editor.codeActionsOnSave'?: Record<string, unknown> | unknown[];
7126
+ readonly 'editor.codeLens'?: boolean;
7127
+ readonly 'editor.codeLensFontFamily'?: string;
7128
+ readonly 'editor.codeLensFontSize'?: number;
7129
+ readonly 'editor.colorDecorators'?: boolean;
7130
+ readonly 'editor.colorDecoratorsActivatedOn'?: 'clickAndHover' | 'hover' | 'click';
7131
+ readonly 'editor.colorDecoratorsLimit'?: number;
7132
+ readonly 'editor.columnSelection'?: boolean;
7133
+ readonly 'editor.comments.ignoreEmptyLines'?: boolean;
7134
+ readonly 'editor.comments.insertSpace'?: boolean;
7135
+ readonly 'editor.copyWithSyntaxHighlighting'?: boolean;
7136
+ readonly 'editor.cursorBlinking'?: 'blink' | 'smooth' | 'phase' | 'expand' | 'solid';
7137
+ readonly 'editor.cursorHeight'?: number;
7138
+ readonly 'editor.cursorSmoothCaretAnimation'?: 'off' | 'explicit' | 'on';
7139
+ readonly 'editor.cursorStyle'?: 'line' | 'block' | 'underline' | 'line-thin' | 'block-outline' | 'underline-thin';
7140
+ readonly 'editor.cursorSurroundingLines'?: number;
7141
+ readonly 'editor.cursorSurroundingLinesStyle'?: 'default' | 'all';
7142
+ readonly 'editor.cursorWidth'?: number;
7143
+ readonly 'editor.defaultColorDecorators'?: 'auto' | 'always' | 'never';
7144
+ readonly 'editor.defaultFoldingRangeProvider'?: string | null;
7145
+ readonly 'editor.defaultFormatter'?: null | 'GitHub.copilot-chat' | 'vscode.css-language-features' | 'vscode.html-language-features' | 'vscode.json-language-features' | 'vscode.markdown-language-features' | 'vscode.markdown-math' | 'vscode.php-language-features' | 'vscode.typescript-language-features' | 'vscode.configuration-editing' | 'vscode.debug-auto-launch' | 'vscode.debug-server-ready' | 'vscode.emmet' | 'vscode.extension-editing' | 'vscode.git' | 'vscode.git-base' | 'vscode.github' | 'vscode.github-authentication' | 'vscode.grunt' | 'vscode.gulp' | 'vscode.ipynb' | 'vscode.jake' | 'ms-vscode.js-debug' | 'ms-vscode.js-debug-companion' | 'vscode.media-preview' | 'vscode.merge-conflict' | 'vscode.mermaid-chat-features' | 'vscode.microsoft-authentication' | 'vscode.npm' | 'vscode.references-view' | 'vscode.search-result' | 'vscode.simple-browser' | 'vscode.terminal-suggest' | 'vscode.tunnel-forwarding' | 'ms-vscode.vscode-js-profile-table';
7146
+ readonly 'editor.definitionLinkOpensInPeek'?: boolean;
7147
+ readonly 'editor.detectIndentation'?: boolean;
7148
+ readonly 'editor.doubleClickSelectsBlock'?: boolean;
7149
+ readonly 'editor.dragAndDrop'?: boolean;
7150
+ readonly 'editor.dropIntoEditor.enabled'?: boolean;
7151
+ readonly 'editor.dropIntoEditor.preferences'?: (unknown)[];
7152
+ readonly 'editor.dropIntoEditor.showDropSelector'?: 'afterDrop' | 'never';
7153
+ readonly 'editor.editContext'?: boolean;
7154
+ readonly 'editor.emptySelectionClipboard'?: boolean;
7155
+ readonly 'editor.experimental.asyncTokenization'?: boolean;
7156
+ readonly 'editor.experimental.asyncTokenizationLogging'?: boolean;
7157
+ readonly 'editor.experimental.asyncTokenizationVerification'?: boolean;
7158
+ readonly 'editor.experimental.preferTreeSitter.css'?: boolean;
7159
+ readonly 'editor.experimental.preferTreeSitter.ini'?: boolean;
7160
+ readonly 'editor.experimental.preferTreeSitter.regex'?: boolean;
7161
+ readonly 'editor.experimental.preferTreeSitter.typescript'?: boolean;
7162
+ readonly 'editor.experimental.treeSitterTelemetry'?: boolean;
7163
+ readonly 'editor.experimentalGpuAcceleration'?: 'off' | 'on';
7164
+ readonly 'editor.experimentalWhitespaceRendering'?: 'svg' | 'font' | 'off';
7165
+ readonly 'editor.fastScrollSensitivity'?: number;
7166
+ readonly 'editor.find.addExtraSpaceOnTop'?: boolean;
7167
+ readonly 'editor.find.autoFindInSelection'?: 'never' | 'always' | 'multiline';
7168
+ readonly 'editor.find.closeOnResult'?: boolean;
7169
+ readonly 'editor.find.cursorMoveOnType'?: boolean;
7170
+ readonly 'editor.find.findOnType'?: boolean;
7171
+ readonly 'editor.find.history'?: 'never' | 'workspace';
7172
+ readonly 'editor.find.loop'?: boolean;
7173
+ readonly 'editor.find.replaceHistory'?: 'never' | 'workspace';
7174
+ readonly 'editor.find.seedSearchStringFromSelection'?: 'never' | 'always' | 'selection';
7175
+ readonly 'editor.folding'?: boolean;
7176
+ readonly 'editor.foldingHighlight'?: boolean;
7177
+ readonly 'editor.foldingImportsByDefault'?: boolean;
7178
+ readonly 'editor.foldingMaximumRegions'?: number;
7179
+ readonly 'editor.foldingStrategy'?: 'auto' | 'indentation';
7180
+ readonly 'editor.fontFamily'?: string;
7181
+ readonly 'editor.fontLigatures'?: unknown;
7182
+ readonly 'editor.fontSize'?: number;
7183
+ readonly 'editor.fontVariations'?: unknown;
7184
+ readonly 'editor.fontWeight'?: unknown;
7185
+ readonly 'editor.formatOnPaste'?: boolean;
7186
+ readonly 'editor.formatOnSave'?: boolean;
7187
+ readonly 'editor.formatOnSaveMode'?: 'file' | 'modifications' | 'modificationsIfAvailable';
7188
+ readonly 'editor.formatOnType'?: boolean;
7189
+ readonly 'editor.glyphMargin'?: boolean;
7190
+ readonly 'editor.gotoLocation.alternativeDeclarationCommand'?: '' | 'editor.action.referenceSearch.trigger' | 'editor.action.goToReferences' | 'editor.action.peekImplementation' | 'editor.action.goToImplementation' | 'editor.action.peekTypeDefinition' | 'editor.action.goToTypeDefinition' | 'editor.action.peekDeclaration' | 'editor.action.revealDeclaration' | 'editor.action.peekDefinition' | 'editor.action.revealDefinitionAside' | 'editor.action.revealDefinition';
7191
+ readonly 'editor.gotoLocation.alternativeDefinitionCommand'?: '' | 'editor.action.referenceSearch.trigger' | 'editor.action.goToReferences' | 'editor.action.peekImplementation' | 'editor.action.goToImplementation' | 'editor.action.peekTypeDefinition' | 'editor.action.goToTypeDefinition' | 'editor.action.peekDeclaration' | 'editor.action.revealDeclaration' | 'editor.action.peekDefinition' | 'editor.action.revealDefinitionAside' | 'editor.action.revealDefinition';
7192
+ readonly 'editor.gotoLocation.alternativeImplementationCommand'?: '' | 'editor.action.referenceSearch.trigger' | 'editor.action.goToReferences' | 'editor.action.peekImplementation' | 'editor.action.goToImplementation' | 'editor.action.peekTypeDefinition' | 'editor.action.goToTypeDefinition' | 'editor.action.peekDeclaration' | 'editor.action.revealDeclaration' | 'editor.action.peekDefinition' | 'editor.action.revealDefinitionAside' | 'editor.action.revealDefinition';
7193
+ readonly 'editor.gotoLocation.alternativeReferenceCommand'?: '' | 'editor.action.referenceSearch.trigger' | 'editor.action.goToReferences' | 'editor.action.peekImplementation' | 'editor.action.goToImplementation' | 'editor.action.peekTypeDefinition' | 'editor.action.goToTypeDefinition' | 'editor.action.peekDeclaration' | 'editor.action.revealDeclaration' | 'editor.action.peekDefinition' | 'editor.action.revealDefinitionAside' | 'editor.action.revealDefinition';
7194
+ readonly 'editor.gotoLocation.alternativeTypeDefinitionCommand'?: '' | 'editor.action.referenceSearch.trigger' | 'editor.action.goToReferences' | 'editor.action.peekImplementation' | 'editor.action.goToImplementation' | 'editor.action.peekTypeDefinition' | 'editor.action.goToTypeDefinition' | 'editor.action.peekDeclaration' | 'editor.action.revealDeclaration' | 'editor.action.peekDefinition' | 'editor.action.revealDefinitionAside' | 'editor.action.revealDefinition';
7195
+ readonly 'editor.gotoLocation.multiple'?: unknown;
7196
+ readonly 'editor.gotoLocation.multipleDeclarations'?: 'peek' | 'gotoAndPeek' | 'goto';
7197
+ readonly 'editor.gotoLocation.multipleDefinitions'?: 'peek' | 'gotoAndPeek' | 'goto';
7198
+ readonly 'editor.gotoLocation.multipleImplementations'?: 'peek' | 'gotoAndPeek' | 'goto';
7199
+ readonly 'editor.gotoLocation.multipleReferences'?: 'peek' | 'gotoAndPeek' | 'goto';
7200
+ readonly 'editor.gotoLocation.multipleTypeDefinitions'?: 'peek' | 'gotoAndPeek' | 'goto';
7201
+ readonly 'editor.guides.bracketPairs'?: true | 'active' | false;
7202
+ readonly 'editor.guides.bracketPairsHorizontal'?: true | 'active' | false;
7203
+ readonly 'editor.guides.highlightActiveBracketPair'?: boolean;
7204
+ readonly 'editor.guides.highlightActiveIndentation'?: true | 'always' | false;
7205
+ readonly 'editor.guides.indentation'?: boolean;
7206
+ readonly 'editor.hideCursorInOverviewRuler'?: boolean;
7207
+ readonly 'editor.hover.above'?: boolean;
7208
+ readonly 'editor.hover.delay'?: number;
7209
+ readonly 'editor.hover.enabled'?: 'on' | 'off' | 'onKeyboardModifier';
7210
+ readonly 'editor.hover.hidingDelay'?: number;
7211
+ readonly 'editor.hover.showLongLineWarning'?: boolean;
7212
+ readonly 'editor.hover.sticky'?: boolean;
7213
+ readonly 'editor.indentSize'?: unknown;
7214
+ readonly 'editor.inertialScroll'?: boolean;
7215
+ readonly 'editor.inlayHints.enabled'?: 'on' | 'onUnlessPressed' | 'offUnlessPressed' | 'off';
7216
+ readonly 'editor.inlayHints.fontFamily'?: string;
7217
+ readonly 'editor.inlayHints.fontSize'?: number;
7218
+ readonly 'editor.inlayHints.maximumLength'?: number;
7219
+ readonly 'editor.inlayHints.padding'?: boolean;
7220
+ readonly 'editor.inlineCompletionsAccessibilityVerbose'?: boolean;
7221
+ readonly 'editor.inlineSuggest.edits.allowCodeShifting'?: 'always' | 'horizontal' | 'never';
7222
+ readonly 'editor.inlineSuggest.edits.renderSideBySide'?: 'auto' | 'never';
7223
+ readonly 'editor.inlineSuggest.edits.showCollapsed'?: boolean;
7224
+ readonly 'editor.inlineSuggest.edits.showLongDistanceHint'?: boolean;
7225
+ readonly 'editor.inlineSuggest.enabled'?: boolean;
7226
+ readonly 'editor.inlineSuggest.experimental.emptyResponseInformation'?: boolean;
7227
+ readonly 'editor.inlineSuggest.experimental.showOnSuggestConflict'?: 'always' | 'never' | 'whenSuggestListIsIncomplete';
7228
+ readonly 'editor.inlineSuggest.experimental.suppressInlineSuggestions'?: string;
7229
+ readonly 'editor.inlineSuggest.fontFamily'?: string;
7230
+ readonly 'editor.inlineSuggest.minShowDelay'?: number;
7231
+ readonly 'editor.inlineSuggest.showToolbar'?: 'always' | 'onHover' | 'never';
7232
+ readonly 'editor.inlineSuggest.suppressInSnippetMode'?: boolean;
7233
+ readonly 'editor.inlineSuggest.suppressSuggestions'?: boolean;
7234
+ readonly 'editor.inlineSuggest.syntaxHighlightingEnabled'?: boolean;
7235
+ readonly 'editor.inlineSuggest.triggerCommandOnProviderChange'?: boolean;
7236
+ readonly 'editor.insertSpaces'?: boolean;
7237
+ readonly 'editor.language.brackets'?: ((unknown)[])[] | null;
7238
+ readonly 'editor.language.colorizedBracketPairs'?: ((unknown)[])[] | null;
7239
+ readonly 'editor.largeFileOptimizations'?: boolean;
7240
+ readonly 'editor.letterSpacing'?: number;
7241
+ readonly 'editor.lightbulb.enabled'?: 'off' | 'onCode' | 'on';
7242
+ readonly 'editor.lineHeight'?: number;
7243
+ readonly 'editor.lineNumbers'?: 'off' | 'on' | 'relative' | 'interval';
7244
+ readonly 'editor.linkedEditing'?: boolean;
7245
+ readonly 'editor.links'?: boolean;
7246
+ readonly 'editor.matchBrackets'?: 'always' | 'near' | 'never';
7247
+ readonly 'editor.maxTokenizationLineLength'?: number;
7248
+ readonly 'editor.minimap.autohide'?: 'none' | 'mouseover' | 'scroll';
7249
+ readonly 'editor.minimap.enabled'?: boolean;
7250
+ readonly 'editor.minimap.markSectionHeaderRegex'?: string;
7251
+ readonly 'editor.minimap.maxColumn'?: number;
7252
+ readonly 'editor.minimap.renderCharacters'?: boolean;
7253
+ readonly 'editor.minimap.scale'?: 1 | 2 | 3;
7254
+ readonly 'editor.minimap.sectionHeaderFontSize'?: number;
7255
+ readonly 'editor.minimap.sectionHeaderLetterSpacing'?: number;
7256
+ readonly 'editor.minimap.showMarkSectionHeaders'?: boolean;
7257
+ readonly 'editor.minimap.showRegionSectionHeaders'?: boolean;
7258
+ readonly 'editor.minimap.showSlider'?: 'always' | 'mouseover';
7259
+ readonly 'editor.minimap.side'?: 'left' | 'right';
7260
+ readonly 'editor.minimap.size'?: 'proportional' | 'fill' | 'fit';
7261
+ readonly 'editor.mouseMiddleClickAction'?: 'default' | 'openLink' | 'ctrlLeftClick';
7262
+ readonly 'editor.mouseWheelScrollSensitivity'?: number;
7263
+ readonly 'editor.mouseWheelZoom'?: boolean;
7264
+ readonly 'editor.multiCursorLimit'?: number;
7265
+ readonly 'editor.multiCursorMergeOverlapping'?: boolean;
7266
+ readonly 'editor.multiCursorModifier'?: 'ctrlCmd' | 'alt';
7267
+ readonly 'editor.multiCursorPaste'?: 'spread' | 'full';
7268
+ readonly 'editor.occurrencesHighlight'?: 'off' | 'singleFile' | 'multiFile';
7269
+ readonly 'editor.occurrencesHighlightDelay'?: number;
7270
+ readonly 'editor.overtypeCursorStyle'?: 'line' | 'block' | 'underline' | 'line-thin' | 'block-outline' | 'underline-thin';
7271
+ readonly 'editor.overtypeOnPaste'?: boolean;
7272
+ readonly 'editor.overviewRulerBorder'?: boolean;
7273
+ readonly 'editor.padding.bottom'?: number;
7274
+ readonly 'editor.padding.top'?: number;
7275
+ readonly 'editor.parameterHints.cycle'?: boolean;
7276
+ readonly 'editor.parameterHints.enabled'?: boolean;
7277
+ readonly 'editor.pasteAs.enabled'?: boolean;
7278
+ readonly 'editor.pasteAs.preferences'?: (unknown)[];
7279
+ readonly 'editor.pasteAs.showPasteSelector'?: 'afterPaste' | 'never';
7280
+ readonly 'editor.peekWidgetDefaultFocus'?: 'tree' | 'editor';
7281
+ readonly 'editor.quickSuggestions'?: unknown;
7282
+ readonly 'editor.quickSuggestionsDelay'?: number;
7283
+ readonly 'editor.rename.enablePreview'?: boolean;
7284
+ readonly 'editor.renameOnType'?: boolean;
7285
+ readonly 'editor.renderControlCharacters'?: boolean;
7286
+ readonly 'editor.renderFinalNewline'?: 'off' | 'on' | 'dimmed';
7287
+ readonly 'editor.renderLineHighlight'?: 'none' | 'gutter' | 'line' | 'all';
7288
+ readonly 'editor.renderLineHighlightOnlyWhenFocus'?: boolean;
7289
+ readonly 'editor.renderRichScreenReaderContent'?: boolean;
7290
+ readonly 'editor.renderWhitespace'?: 'none' | 'boundary' | 'selection' | 'trailing' | 'all';
7291
+ readonly 'editor.roundedSelection'?: boolean;
7292
+ readonly 'editor.rulers'?: (unknown)[];
7293
+ readonly 'editor.screenReaderAnnounceInlineSuggestion'?: boolean;
7294
+ readonly 'editor.scrollBeyondLastColumn'?: number;
7295
+ readonly 'editor.scrollBeyondLastLine'?: boolean;
7296
+ readonly 'editor.scrollOnMiddleClick'?: boolean;
7297
+ readonly 'editor.scrollPredominantAxis'?: boolean;
7298
+ readonly 'editor.scrollbar.horizontal'?: 'auto' | 'visible' | 'hidden';
7299
+ readonly 'editor.scrollbar.horizontalScrollbarSize'?: number;
7300
+ readonly 'editor.scrollbar.ignoreHorizontalScrollbarInContentHeight'?: boolean;
7301
+ readonly 'editor.scrollbar.scrollByPage'?: boolean;
7302
+ readonly 'editor.scrollbar.vertical'?: 'auto' | 'visible' | 'hidden';
7303
+ readonly 'editor.scrollbar.verticalScrollbarSize'?: number;
7304
+ readonly 'editor.selectionClipboard'?: boolean;
7305
+ readonly 'editor.selectionHighlight'?: boolean;
7306
+ readonly 'editor.selectionHighlightMaxLength'?: number;
7307
+ readonly 'editor.selectionHighlightMultiline'?: boolean;
7308
+ readonly 'editor.semanticHighlighting.enabled'?: true | false | 'configuredByTheme';
7309
+ readonly 'editor.semanticTokenColorCustomizations'?: unknown;
7310
+ readonly 'editor.showDeprecated'?: boolean;
7311
+ readonly 'editor.showFoldingControls'?: 'always' | 'never' | 'mouseover';
7312
+ readonly 'editor.showUnused'?: boolean;
7313
+ readonly 'editor.smartSelect.selectLeadingAndTrailingWhitespace'?: boolean;
7314
+ readonly 'editor.smartSelect.selectSubwords'?: boolean;
7315
+ readonly 'editor.smoothScrolling'?: boolean;
7316
+ readonly 'editor.snippetSuggestions'?: 'top' | 'bottom' | 'inline' | 'none';
7317
+ readonly 'editor.snippets.codeActions.enabled'?: boolean;
7318
+ readonly 'editor.stablePeek'?: boolean;
7319
+ readonly 'editor.stickyScroll.defaultModel'?: 'outlineModel' | 'foldingProviderModel' | 'indentationModel';
7320
+ readonly 'editor.stickyScroll.enabled'?: boolean;
7321
+ readonly 'editor.stickyScroll.maxLineCount'?: number;
7322
+ readonly 'editor.stickyScroll.scrollWithEditor'?: boolean;
7323
+ readonly 'editor.stickyTabStops'?: boolean;
7324
+ readonly 'editor.suggest.filterGraceful'?: boolean;
7325
+ readonly 'editor.suggest.filteredTypes'?: Record<string, unknown>;
7326
+ readonly 'editor.suggest.insertMode'?: 'insert' | 'replace';
7327
+ readonly 'editor.suggest.localityBonus'?: boolean;
7328
+ readonly 'editor.suggest.matchOnWordStartOnly'?: boolean;
7329
+ readonly 'editor.suggest.maxVisibleSuggestions'?: number;
7330
+ readonly 'editor.suggest.preview'?: boolean;
7331
+ readonly 'editor.suggest.selectionMode'?: 'always' | 'never' | 'whenTriggerCharacter' | 'whenQuickSuggestion';
7332
+ readonly 'editor.suggest.shareSuggestSelections'?: boolean;
7333
+ readonly 'editor.suggest.showClasses'?: boolean;
7334
+ readonly 'editor.suggest.showColors'?: boolean;
7335
+ readonly 'editor.suggest.showConstants'?: boolean;
7336
+ readonly 'editor.suggest.showConstructors'?: boolean;
7337
+ readonly 'editor.suggest.showCustomcolors'?: boolean;
7338
+ readonly 'editor.suggest.showDeprecated'?: boolean;
7339
+ readonly 'editor.suggest.showEnumMembers'?: boolean;
7340
+ readonly 'editor.suggest.showEnums'?: boolean;
7341
+ readonly 'editor.suggest.showEvents'?: boolean;
7342
+ readonly 'editor.suggest.showFields'?: boolean;
7343
+ readonly 'editor.suggest.showFiles'?: boolean;
7344
+ readonly 'editor.suggest.showFolders'?: boolean;
7345
+ readonly 'editor.suggest.showFunctions'?: boolean;
7346
+ readonly 'editor.suggest.showIcons'?: boolean;
7347
+ readonly 'editor.suggest.showInlineDetails'?: boolean;
7348
+ readonly 'editor.suggest.showInterfaces'?: boolean;
7349
+ readonly 'editor.suggest.showIssues'?: boolean;
7350
+ readonly 'editor.suggest.showKeywords'?: boolean;
7351
+ readonly 'editor.suggest.showMethods'?: boolean;
7352
+ readonly 'editor.suggest.showModules'?: boolean;
7353
+ readonly 'editor.suggest.showOperators'?: boolean;
7354
+ readonly 'editor.suggest.showProperties'?: boolean;
7355
+ readonly 'editor.suggest.showReferences'?: boolean;
7356
+ readonly 'editor.suggest.showSnippets'?: boolean;
7357
+ readonly 'editor.suggest.showStatusBar'?: boolean;
7358
+ readonly 'editor.suggest.showStructs'?: boolean;
7359
+ readonly 'editor.suggest.showTypeParameters'?: boolean;
7360
+ readonly 'editor.suggest.showUnits'?: boolean;
7361
+ readonly 'editor.suggest.showUsers'?: boolean;
7362
+ readonly 'editor.suggest.showValues'?: boolean;
7363
+ readonly 'editor.suggest.showVariables'?: boolean;
7364
+ readonly 'editor.suggest.showWords'?: boolean;
7365
+ readonly 'editor.suggest.snippetsPreventQuickSuggestions'?: boolean;
7366
+ readonly 'editor.suggestFontSize'?: number;
7367
+ readonly 'editor.suggestLineHeight'?: number;
7368
+ readonly 'editor.suggestOnTriggerCharacters'?: boolean;
7369
+ readonly 'editor.suggestSelection'?: 'first' | 'recentlyUsed' | 'recentlyUsedByPrefix';
7370
+ readonly 'editor.tabCompletion'?: 'on' | 'off' | 'onlySnippets';
7371
+ readonly 'editor.tabFocusMode'?: boolean;
7372
+ readonly 'editor.tabSize'?: number;
7373
+ readonly 'editor.tokenColorCustomizations'?: unknown;
7374
+ readonly 'editor.trimAutoWhitespace'?: boolean;
7375
+ readonly 'editor.trimWhitespaceOnDelete'?: boolean;
7376
+ readonly 'editor.unfoldOnClickAfterEndOfLine'?: boolean;
7377
+ readonly 'editor.unicodeHighlight.allowedCharacters'?: Record<string, unknown>;
7378
+ readonly 'editor.unicodeHighlight.allowedLocales'?: Record<string, unknown>;
7379
+ readonly 'editor.unicodeHighlight.ambiguousCharacters'?: boolean;
7380
+ readonly 'editor.unicodeHighlight.includeComments'?: true | false | 'inUntrustedWorkspace';
7381
+ readonly 'editor.unicodeHighlight.includeStrings'?: true | false | 'inUntrustedWorkspace';
7382
+ readonly 'editor.unicodeHighlight.invisibleCharacters'?: boolean;
7383
+ readonly 'editor.unicodeHighlight.nonBasicASCII'?: true | false | 'inUntrustedWorkspace';
7384
+ readonly 'editor.unusualLineTerminators'?: 'auto' | 'off' | 'prompt';
7385
+ readonly 'editor.useTabStops'?: boolean;
7386
+ readonly 'editor.wordBasedSuggestions'?: 'off' | 'offWithInlineSuggestions' | 'currentDocument' | 'matchingDocuments' | 'allDocuments';
7387
+ readonly 'editor.wordBreak'?: 'normal' | 'keepAll';
7388
+ readonly 'editor.wordSegmenterLocales'?: (string)[];
7389
+ readonly 'editor.wordSeparators'?: string;
7390
+ readonly 'editor.wordWrap'?: 'off' | 'on' | 'wordWrapColumn' | 'bounded';
7391
+ readonly 'editor.wordWrapColumn'?: number;
7392
+ readonly 'editor.wrapOnEscapedLineFeeds'?: boolean;
7393
+ readonly 'editor.wrappingIndent'?: 'none' | 'same' | 'indent' | 'deepIndent';
7394
+ readonly 'editor.wrappingStrategy'?: 'simple' | 'advanced';
7395
+ readonly 'emmet.excludeLanguages'?: (string)[];
7396
+ readonly 'emmet.extensionsPath'?: (string)[];
7397
+ readonly 'emmet.includeLanguages'?: Record<string, unknown>;
7398
+ readonly 'emmet.optimizeStylesheetParsing'?: boolean;
7399
+ readonly 'emmet.preferences'?: Record<string, unknown>;
7400
+ readonly 'emmet.showAbbreviationSuggestions'?: boolean;
7401
+ readonly 'emmet.showExpandedAbbreviation'?: 'never' | 'always' | 'inMarkupAndStylesheetFilesOnly';
7402
+ readonly 'emmet.showSuggestionsAsSnippets'?: boolean;
7403
+ readonly 'emmet.syntaxProfiles'?: Record<string, unknown>;
7404
+ readonly 'emmet.triggerExpansionOnTab'?: boolean;
7405
+ readonly 'emmet.useInlineCompletions'?: boolean;
7406
+ readonly 'emmet.variables'?: Record<string, unknown>;
7407
+ readonly 'explorer.autoOpenDroppedFile'?: boolean;
7408
+ readonly 'explorer.autoReveal'?: true | false | 'focusNoScroll';
7409
+ readonly 'explorer.autoRevealExclude'?: Record<string, unknown>;
7410
+ readonly 'explorer.compactFolders'?: boolean;
7411
+ readonly 'explorer.confirmDelete'?: boolean;
7412
+ readonly 'explorer.confirmDragAndDrop'?: boolean;
7413
+ readonly 'explorer.confirmPasteNative'?: boolean;
7414
+ readonly 'explorer.confirmUndo'?: 'verbose' | 'default' | 'light';
7415
+ readonly 'explorer.copyPathSeparator'?: '/' | '\' | 'auto';
7416
+ readonly 'explorer.copyRelativePathSeparator'?: '/' | '\' | 'auto';
7417
+ readonly 'explorer.decorations.badges'?: boolean;
7418
+ readonly 'explorer.decorations.colors'?: boolean;
7419
+ readonly 'explorer.enableDragAndDrop'?: boolean;
7420
+ readonly 'explorer.enableUndo'?: boolean;
7421
+ readonly 'explorer.excludeGitIgnore'?: boolean;
7422
+ readonly 'explorer.expandSingleFolderWorkspaces'?: boolean;
7423
+ readonly 'explorer.fileNesting.enabled'?: boolean;
7424
+ readonly 'explorer.fileNesting.expand'?: boolean;
7425
+ readonly 'explorer.fileNesting.patterns'?: Record<string, unknown>;
7426
+ readonly 'explorer.incrementalNaming'?: 'simple' | 'smart' | 'disabled';
7427
+ readonly 'explorer.openEditors.minVisible'?: number;
7428
+ readonly 'explorer.openEditors.sortOrder'?: 'editorOrder' | 'alphabetical' | 'fullPath';
7429
+ readonly 'explorer.openEditors.visible'?: number;
7430
+ readonly 'explorer.sortOrder'?: 'default' | 'mixed' | 'filesFirst' | 'type' | 'modified' | 'foldersNestsFiles';
7431
+ readonly 'explorer.sortOrderLexicographicOptions'?: 'default' | 'upper' | 'lower' | 'unicode';
7432
+ readonly 'explorer.sortOrderReverse'?: boolean;
7433
+ readonly 'extensions.allowOpenInModalEditor'?: boolean;
7434
+ readonly 'extensions.allowed'?: Record<string, unknown>;
7435
+ readonly 'extensions.autoCheckUpdates'?: boolean;
7436
+ readonly 'extensions.autoUpdate'?: true | 'onlyEnabledExtensions' | false;
7437
+ readonly 'extensions.closeExtensionDetailsOnViewChange'?: boolean;
7438
+ readonly 'extensions.confirmedUriHandlerExtensionIds'?: (string)[];
7439
+ readonly 'extensions.experimental.affinity'?: Record<string, unknown>;
7440
+ readonly 'extensions.experimental.deferredStartupFinishedActivation'?: boolean;
7441
+ readonly 'extensions.experimental.issueQuickAccess'?: boolean;
7442
+ readonly 'extensions.ignoreRecommendations'?: boolean;
7443
+ readonly 'extensions.requestTimeout'?: number;
7444
+ readonly 'extensions.showRecommendationsOnlyOnDemand'?: boolean;
7445
+ readonly 'extensions.supportAgentsWindow'?: Record<string, unknown>;
7446
+ readonly 'extensions.supportNodeGlobalNavigator'?: boolean;
7447
+ readonly 'extensions.supportUntrustedWorkspaces'?: Record<string, unknown>;
7448
+ readonly 'extensions.supportVirtualWorkspaces'?: Record<string, unknown>;
7449
+ readonly 'extensions.verifySignature'?: boolean;
7450
+ readonly 'extensions.webWorker'?: true | false | 'auto';
7451
+ readonly 'files.associations'?: Record<string, unknown>;
7452
+ readonly 'files.autoGuessEncoding'?: boolean;
7453
+ readonly 'files.autoSave'?: 'off' | 'afterDelay' | 'onFocusChange' | 'onWindowChange';
7454
+ readonly 'files.autoSaveDelay'?: number;
7455
+ readonly 'files.autoSaveWhenNoErrors'?: boolean;
7456
+ readonly 'files.autoSaveWorkspaceFilesOnly'?: boolean;
7457
+ readonly 'files.candidateGuessEncodings'?: ('utf8' | 'utf16le' | 'utf16be' | 'windows1252' | 'windows1250' | 'iso88592' | 'windows1251' | 'cp866' | 'cp1125' | 'iso88595' | 'koi8r' | 'windows1253' | 'iso88597' | 'windows1255' | 'iso88598' | 'cp950' | 'shiftjis' | 'eucjp' | 'euckr' | 'gb2312')[];
7458
+ readonly 'files.defaultLanguage'?: string;
7459
+ readonly 'files.dialog.defaultPath'?: string;
7460
+ readonly 'files.enableTrash'?: boolean;
7461
+ readonly 'files.encoding'?: 'utf8' | 'utf8bom' | 'utf16le' | 'utf16be' | 'windows1252' | 'iso88591' | 'iso88593' | 'iso885915' | 'macroman' | 'cp437' | 'windows1256' | 'iso88596' | 'windows1257' | 'iso88594' | 'iso885914' | 'windows1250' | 'iso88592' | 'cp852' | 'windows1251' | 'cp866' | 'cp1125' | 'iso88595' | 'koi8r' | 'koi8u' | 'iso885913' | 'windows1253' | 'iso88597' | 'windows1255' | 'iso88598' | 'iso885910' | 'iso885916' | 'windows1254' | 'iso88599' | 'cp857' | 'windows1258' | 'gbk' | 'gb18030' | 'cp950' | 'big5hkscs' | 'shiftjis' | 'eucjp' | 'euckr' | 'windows874' | 'iso885911' | 'koi8ru' | 'koi8t' | 'gb2312' | 'cp865' | 'cp850';
7462
+ readonly 'files.eol'?: '
7463
+ ' | '
7464
+ ' | 'auto';
7465
+ readonly 'files.exclude'?: Record<string, unknown>;
7466
+ readonly 'files.hotExit'?: 'off' | 'onExit' | 'onExitAndWindowClose';
7467
+ readonly 'files.insertFinalNewline'?: boolean;
7468
+ readonly 'files.participants.timeout'?: number;
7469
+ readonly 'files.readonlyExclude'?: Record<string, unknown>;
7470
+ readonly 'files.readonlyFromPermissions'?: boolean;
7471
+ readonly 'files.readonlyInclude'?: Record<string, unknown>;
7472
+ readonly 'files.refactoring.autoSave'?: boolean;
7473
+ readonly 'files.restoreUndoStack'?: boolean;
7474
+ readonly 'files.saveConflictResolution'?: 'askUser' | 'overwriteFileOnDisk';
7475
+ readonly 'files.simpleDialog.enable'?: boolean;
7476
+ readonly 'files.trimFinalNewlines'?: boolean;
7477
+ readonly 'files.trimTrailingWhitespace'?: boolean;
7478
+ readonly 'files.trimTrailingWhitespaceInRegexAndStrings'?: boolean;
7479
+ readonly 'files.watcherExclude'?: Record<string, unknown>;
7480
+ readonly 'files.watcherInclude'?: (string)[];
7481
+ readonly 'git.addAICoAuthor'?: 'off' | 'chatAndAgent' | 'all';
7482
+ readonly 'git.allowForcePush'?: boolean;
7483
+ readonly 'git.allowNoVerifyCommit'?: boolean;
7484
+ readonly 'git.alwaysShowStagedChangesResourceGroup'?: boolean;
7485
+ readonly 'git.alwaysSignOff'?: boolean;
7486
+ readonly 'git.autoRepositoryDetection'?: true | false | 'subFolders' | 'openEditors';
7487
+ readonly 'git.autoStash'?: boolean;
7488
+ readonly 'git.autofetch'?: true | false | 'all';
7489
+ readonly 'git.autofetchPeriod'?: number;
7490
+ readonly 'git.autorefresh'?: boolean;
7491
+ readonly 'git.blame.editorDecoration.disableHover'?: boolean;
7492
+ readonly 'git.blame.editorDecoration.enabled'?: boolean;
7493
+ readonly 'git.blame.editorDecoration.template'?: string;
7494
+ readonly 'git.blame.ignoreWhitespace'?: boolean;
7495
+ readonly 'git.blame.statusBarItem.enabled'?: boolean;
7496
+ readonly 'git.blame.statusBarItem.template'?: string;
7497
+ readonly 'git.branchPrefix'?: string;
7498
+ readonly 'git.branchProtection'?: (string)[];
7499
+ readonly 'git.branchProtectionPrompt'?: 'alwaysCommit' | 'alwaysCommitToNewBranch' | 'alwaysPrompt';
7500
+ readonly 'git.branchRandomName.dictionary'?: ('adjectives' | 'animals' | 'colors' | 'numbers')[];
7501
+ readonly 'git.branchRandomName.enable'?: boolean;
7502
+ readonly 'git.branchSortOrder'?: 'committerdate' | 'alphabetically';
7503
+ readonly 'git.branchValidationRegex'?: string;
7504
+ readonly 'git.branchWhitespaceChar'?: string;
7505
+ readonly 'git.checkoutType'?: ('local' | 'tags' | 'remote')[];
7506
+ readonly 'git.closeDiffOnOperation'?: boolean;
7507
+ readonly 'git.commandsToLog'?: (string)[];
7508
+ readonly 'git.commitShortHashLength'?: number;
7509
+ readonly 'git.confirmCommittedDelete'?: boolean;
7510
+ readonly 'git.confirmEmptyCommits'?: boolean;
7511
+ readonly 'git.confirmForcePush'?: boolean;
7512
+ readonly 'git.confirmNoVerifyCommit'?: boolean;
7513
+ readonly 'git.confirmSync'?: boolean;
7514
+ readonly 'git.countBadge'?: 'all' | 'tracked' | 'off';
7515
+ readonly 'git.decorations.enabled'?: boolean;
7516
+ readonly 'git.defaultBranchName'?: string;
7517
+ readonly 'git.defaultCloneDirectory'?: string | null;
7518
+ readonly 'git.detectSubmodules'?: boolean;
7519
+ readonly 'git.detectSubmodulesLimit'?: number;
7520
+ readonly 'git.detectWorktrees'?: boolean;
7521
+ readonly 'git.detectWorktreesLimit'?: number;
7522
+ readonly 'git.diagnosticsCommitHook.enabled'?: boolean;
7523
+ readonly 'git.diagnosticsCommitHook.sources'?: Record<string, unknown>;
7524
+ readonly 'git.discardUntrackedChangesToTrash'?: boolean;
7525
+ readonly 'git.enableCommitSigning'?: boolean;
7526
+ readonly 'git.enableSmartCommit'?: boolean;
7527
+ readonly 'git.enableStatusBarSync'?: boolean;
7528
+ readonly 'git.enabled'?: boolean;
7529
+ readonly 'git.fetchOnPull'?: boolean;
7530
+ readonly 'git.followTagsWhenSync'?: boolean;
7531
+ readonly 'git.githubAuthentication'?: unknown;
7532
+ readonly 'git.ignoreLegacyWarning'?: boolean;
7533
+ readonly 'git.ignoreLimitWarning'?: boolean;
7534
+ readonly 'git.ignoreMissingGitWarning'?: boolean;
7535
+ readonly 'git.ignoreRebaseWarning'?: boolean;
7536
+ readonly 'git.ignoreSubmodules'?: boolean;
7537
+ readonly 'git.ignoreWindowsGit27Warning'?: boolean;
7538
+ readonly 'git.ignoredRepositories'?: (string)[];
7539
+ readonly 'git.inputValidation'?: boolean;
7540
+ readonly 'git.inputValidationLength'?: number;
7541
+ readonly 'git.inputValidationSubjectLength'?: number | null;
7542
+ readonly 'git.mergeEditor'?: boolean;
7543
+ readonly 'git.openAfterClone'?: 'always' | 'alwaysNewWindow' | 'whenNoFolderOpen' | 'prompt';
7544
+ readonly 'git.openDiffOnClick'?: boolean;
7545
+ readonly 'git.openRepositoryInParentFolders'?: 'always' | 'never' | 'prompt';
7546
+ readonly 'git.optimisticUpdate'?: boolean;
7547
+ readonly 'git.path'?: string | null | unknown[];
7548
+ readonly 'git.postCommitCommand'?: 'none' | 'push' | 'sync';
7549
+ readonly 'git.promptToSaveFilesBeforeCommit'?: 'always' | 'staged' | 'never';
7550
+ readonly 'git.promptToSaveFilesBeforeStash'?: 'always' | 'staged' | 'never';
7551
+ readonly 'git.pruneOnFetch'?: boolean;
7552
+ readonly 'git.pullBeforeCheckout'?: boolean;
7553
+ readonly 'git.pullTags'?: boolean;
7554
+ readonly 'git.rebaseWhenSync'?: boolean;
7555
+ readonly 'git.rememberPostCommitCommand'?: boolean;
7556
+ readonly 'git.replaceTagsWhenPull'?: boolean;
7557
+ readonly 'git.repositoryScanIgnoredFolders'?: (string)[];
7558
+ readonly 'git.repositoryScanMaxDepth'?: number;
7559
+ readonly 'git.requireGitUserConfig'?: boolean;
7560
+ readonly 'git.scanRepositories'?: (string)[];
7561
+ readonly 'git.showActionButton'?: Record<string, unknown>;
7562
+ readonly 'git.showCommitInput'?: boolean;
7563
+ readonly 'git.showInlineOpenFileAction'?: boolean;
7564
+ readonly 'git.showProgress'?: boolean;
7565
+ readonly 'git.showPushSuccessNotification'?: boolean;
7566
+ readonly 'git.showReferenceDetails'?: boolean;
7567
+ readonly 'git.similarityThreshold'?: number;
7568
+ readonly 'git.smartCommitChanges'?: 'all' | 'tracked';
7569
+ readonly 'git.statusLimit'?: number;
7570
+ readonly 'git.suggestSmartCommit'?: boolean;
7571
+ readonly 'git.supportCancellation'?: boolean;
7572
+ readonly 'git.terminalAuthentication'?: boolean;
7573
+ readonly 'git.terminalGitEditor'?: boolean;
7574
+ readonly 'git.timeline.date'?: 'committed' | 'authored';
7575
+ readonly 'git.timeline.showAuthor'?: boolean;
7576
+ readonly 'git.timeline.showUncommitted'?: boolean;
7577
+ readonly 'git.untrackedChanges'?: 'mixed' | 'separate' | 'hidden';
7578
+ readonly 'git.useCommitInputAsStashMessage'?: boolean;
7579
+ readonly 'git.useEditorAsCommitInput'?: boolean;
7580
+ readonly 'git.useForcePushIfIncludes'?: boolean;
7581
+ readonly 'git.useForcePushWithLease'?: boolean;
7582
+ readonly 'git.useIntegratedAskPass'?: boolean;
7583
+ readonly 'git.verboseCommit'?: boolean;
7584
+ readonly 'git.worktreeIncludeFiles'?: (string)[];
7585
+ readonly 'github-authentication.preferDeviceCodeFlow'?: boolean;
7586
+ readonly 'github-authentication.useElectronFetch'?: boolean;
7587
+ readonly 'github-enterprise.uri'?: string;
7588
+ readonly 'github.branchProtection'?: boolean;
7589
+ readonly 'github.copilot.chat.additionalReadAccessPaths'?: (string)[];
7590
+ readonly 'github.copilot.chat.agent.autoFix'?: boolean;
7591
+ readonly 'github.copilot.chat.agent.backgroundTodoAgent.enabled'?: boolean;
7592
+ readonly 'github.copilot.chat.agent.currentEditorContext.enabled'?: boolean;
7593
+ readonly 'github.copilot.chat.agent.largeToolResultsToDisk.enabled'?: boolean;
7594
+ readonly 'github.copilot.chat.agent.largeToolResultsToDisk.thresholdBytes'?: number;
7595
+ readonly 'github.copilot.chat.agent.modelDetails.enabled'?: boolean;
7596
+ readonly 'github.copilot.chat.agent.omitFileAttachmentContents'?: boolean;
7597
+ readonly 'github.copilot.chat.agent.temperature'?: number | null;
7598
+ readonly 'github.copilot.chat.agent.terminal.allowList'?: unknown;
7599
+ readonly 'github.copilot.chat.agent.terminal.denyList'?: unknown;
7600
+ readonly 'github.copilot.chat.agentDebugLog.enabled'?: boolean;
7601
+ readonly 'github.copilot.chat.agentDebugLog.fileLogging.enabled'?: boolean;
7602
+ readonly 'github.copilot.chat.agentDebugLog.fileLogging.flushIntervalMs'?: number;
7603
+ readonly 'github.copilot.chat.agentDebugLog.fileLogging.maxRetainedSessionLogs'?: number;
7604
+ readonly 'github.copilot.chat.agentDebugLog.fileLogging.maxSessionLogSizeMB'?: number;
7605
+ readonly 'github.copilot.chat.agentHistorySummarizationMode'?: string | null;
7606
+ readonly 'github.copilot.chat.alternateGeminiModelFPrompt.enabled'?: boolean;
7607
+ readonly 'github.copilot.chat.alternateGptPrompt.enabled'?: boolean;
7608
+ readonly 'github.copilot.chat.anthropic.contextEditing.mode'?: 'off' | 'clear-thinking' | 'clear-tooluse' | 'clear-both';
7609
+ readonly 'github.copilot.chat.anthropic.tools.websearch.allowedDomains'?: (string)[];
7610
+ readonly 'github.copilot.chat.anthropic.tools.websearch.blockedDomains'?: (string)[];
7611
+ readonly 'github.copilot.chat.anthropic.tools.websearch.enabled'?: boolean;
7612
+ readonly 'github.copilot.chat.anthropic.tools.websearch.maxUses'?: number;
7613
+ readonly 'github.copilot.chat.anthropic.tools.websearch.userLocation'?: Record<string, unknown> | null;
7614
+ readonly 'github.copilot.chat.anthropic.useMessagesApi'?: boolean;
7615
+ readonly 'github.copilot.chat.askAgent.additionalTools'?: (string)[];
7616
+ readonly 'github.copilot.chat.askAgent.model'?: string;
7617
+ readonly 'github.copilot.chat.backgroundAgent.enabled'?: boolean;
7618
+ readonly 'github.copilot.chat.claude47OpusPrompt.enabled'?: boolean;
7619
+ readonly 'github.copilot.chat.claudeAgent.allowDangerouslySkipPermissions'?: boolean;
7620
+ readonly 'github.copilot.chat.claudeAgent.enabled'?: boolean;
7621
+ readonly 'github.copilot.chat.cli.aiGenerateBranchNames.enabled'?: boolean;
7622
+ readonly 'github.copilot.chat.cli.autoCommit.enabled'?: boolean;
7623
+ readonly 'github.copilot.chat.cli.autoModel.enabled'?: boolean;
7624
+ readonly 'github.copilot.chat.cli.branchSupport.enabled'?: boolean;
7625
+ readonly 'github.copilot.chat.cli.forkSessions.enabled'?: boolean;
7626
+ readonly 'github.copilot.chat.cli.isolationOption.enabled'?: boolean;
7627
+ readonly 'github.copilot.chat.cli.lazyLoadSessionItem.enabled'?: boolean;
7628
+ readonly 'github.copilot.chat.cli.mcp.enabled'?: boolean;
7629
+ readonly 'github.copilot.chat.cli.planCommand.enabled'?: boolean;
7630
+ readonly 'github.copilot.chat.cli.planExitMode.enabled'?: boolean;
7631
+ readonly 'github.copilot.chat.cli.remote.enabled'?: boolean;
7632
+ readonly 'github.copilot.chat.cli.sessionController.enabled'?: boolean;
7633
+ readonly 'github.copilot.chat.cli.sessionControllerForSessionsApp.enabled'?: boolean;
7634
+ readonly 'github.copilot.chat.cli.showExternalSessions'?: boolean;
7635
+ readonly 'github.copilot.chat.cli.terminalLinks.enabled'?: boolean;
7636
+ readonly 'github.copilot.chat.cli.thinkingEffort.enabled'?: boolean;
7637
+ readonly 'github.copilot.chat.cloudAgent.enabled'?: boolean;
7638
+ readonly 'github.copilot.chat.codeGeneration.instructions'?: (unknown)[];
7639
+ readonly 'github.copilot.chat.codeGeneration.useInstructionFiles'?: boolean;
7640
+ readonly 'github.copilot.chat.codesearch.agent.enabled'?: boolean;
7641
+ readonly 'github.copilot.chat.codesearch.enabled'?: boolean;
7642
+ readonly 'github.copilot.chat.commitMessageGeneration.instructions'?: (unknown)[];
7643
+ readonly 'github.copilot.chat.completionsFetcher'?: 'electron-fetch' | 'node-fetch';
7644
+ readonly 'github.copilot.chat.copilotDebugCommand.enabled'?: boolean;
7645
+ readonly 'github.copilot.chat.customInstructionsInSystemMessage'?: boolean;
7646
+ readonly 'github.copilot.chat.debug.promptOverrideFile'?: string | null;
7647
+ readonly 'github.copilot.chat.debug.promptOverrideString'?: string | null;
7648
+ readonly 'github.copilot.chat.debug.requestLogger.maxEntries'?: number;
7649
+ readonly 'github.copilot.chat.debugTerminalCommandPatterns'?: (string)[];
7650
+ readonly 'github.copilot.chat.editRecording.enabled'?: boolean;
7651
+ readonly 'github.copilot.chat.edits.batchReplaceStringDescriptions'?: boolean;
7652
+ readonly 'github.copilot.chat.edits.gemini3MultiReplaceString'?: boolean;
7653
+ readonly 'github.copilot.chat.enableUserPreferences'?: boolean;
7654
+ readonly 'github.copilot.chat.executionSubagent.enabled'?: boolean;
7655
+ readonly 'github.copilot.chat.executionSubagent.model'?: string;
7656
+ readonly 'github.copilot.chat.executionSubagent.toolCallLimit'?: number;
7657
+ readonly 'github.copilot.chat.executionSubagent.useAgenticProxy'?: boolean;
7658
+ readonly 'github.copilot.chat.exploreAgent.enabled'?: boolean;
7659
+ readonly 'github.copilot.chat.exploreAgent.model'?: string;
7660
+ readonly 'github.copilot.chat.feedback.onChange'?: boolean;
7661
+ readonly 'github.copilot.chat.getChangedFilesTool.enabled'?: boolean;
7662
+ readonly 'github.copilot.chat.githubMcpServer.channel'?: 'stable' | 'insiders';
7663
+ readonly 'github.copilot.chat.githubMcpServer.enabled'?: boolean;
7664
+ readonly 'github.copilot.chat.githubMcpServer.lockdown'?: boolean;
7665
+ readonly 'github.copilot.chat.githubMcpServer.readonly'?: boolean;
7666
+ readonly 'github.copilot.chat.githubMcpServer.toolsets'?: (string)[];
7667
+ readonly 'github.copilot.chat.gpt54ConcisePrompt.enabled'?: boolean;
7668
+ readonly 'github.copilot.chat.gpt54LargePrompt.enabled'?: boolean;
7669
+ readonly 'github.copilot.chat.gpt55EconomicalSearchAndEdit.enabled'?: boolean;
7670
+ readonly 'github.copilot.chat.gpt55GetChangedFilesTool.enabled'?: boolean;
7671
+ readonly 'github.copilot.chat.gpt55LargePromptSections.enabled'?: boolean;
7672
+ readonly 'github.copilot.chat.gpt55ReadFileTool.enabled'?: boolean;
7673
+ readonly 'github.copilot.chat.gpt5AlternativePatch'?: boolean;
7674
+ readonly 'github.copilot.chat.imageUpload.enabled'?: boolean;
7675
+ readonly 'github.copilot.chat.implementAgent.model'?: string;
7676
+ readonly 'github.copilot.chat.inlineChat.enableThinking'?: boolean;
7677
+ readonly 'github.copilot.chat.inlineChat.reasoningEffort'?: 'none' | 'minimal' | 'low' | 'medium' | 'high';
7678
+ readonly 'github.copilot.chat.inlineEdits.chatSessionContextProvider.enabled'?: boolean;
7679
+ readonly 'github.copilot.chat.inlineEdits.diagnosticsContextProvider.enabled'?: boolean;
7680
+ readonly 'github.copilot.chat.inlineEdits.nextCursorPrediction.currentFileMaxTokens'?: number;
7681
+ readonly 'github.copilot.chat.inlineEdits.nextCursorPrediction.displayLine'?: boolean;
7682
+ readonly 'github.copilot.chat.inlineEdits.renameSymbolSuggestions'?: boolean;
7683
+ readonly 'github.copilot.chat.inlineEdits.triggerOnEditorChangeAfterSeconds'?: number | null;
7684
+ readonly 'github.copilot.chat.inlineEdits.xtabProvider.modelConfiguration'?: Record<string, unknown> | null;
7685
+ readonly 'github.copilot.chat.installExtensionSkill.enabled'?: boolean;
7686
+ readonly 'github.copilot.chat.instantApply.shortContextLimit'?: number;
7687
+ readonly 'github.copilot.chat.instantApply.shortContextModelName'?: string;
7688
+ readonly 'github.copilot.chat.languageContext.fix.typescript.enabled'?: boolean;
7689
+ readonly 'github.copilot.chat.languageContext.inline.typescript.enabled'?: boolean;
7690
+ readonly 'github.copilot.chat.languageContext.typescript.cacheTimeout'?: number;
7691
+ readonly 'github.copilot.chat.languageContext.typescript.enabled'?: boolean;
7692
+ readonly 'github.copilot.chat.languageContext.typescript.includeDocumentation'?: boolean;
7693
+ readonly 'github.copilot.chat.languageContext.typescript.items'?: 'minimal' | 'double' | 'fillHalf' | 'fill';
7694
+ readonly 'github.copilot.chat.localIndex.enabled'?: boolean;
7695
+ readonly 'github.copilot.chat.localWorkspaceRecording.enabled'?: boolean;
7696
+ readonly 'github.copilot.chat.localeOverride'?: 'auto' | 'en' | 'fr' | 'it' | 'de' | 'es' | 'ru' | 'zh-CN' | 'zh-TW' | 'ja' | 'ko' | 'cs' | 'pt-br' | 'tr' | 'pl';
7697
+ readonly 'github.copilot.chat.nesFetcher'?: 'electron-fetch' | 'node-fetch';
7698
+ readonly 'github.copilot.chat.newWorkspace.useContext7'?: boolean;
7699
+ readonly 'github.copilot.chat.newWorkspaceCreation.enabled'?: boolean;
7700
+ readonly 'github.copilot.chat.notebook.alternativeFormat'?: 'xml' | 'markdown';
7701
+ readonly 'github.copilot.chat.notebook.alternativeNESFormat.enabled'?: boolean;
7702
+ readonly 'github.copilot.chat.notebook.enhancedNextEditSuggestions.enabled'?: boolean;
7703
+ readonly 'github.copilot.chat.notebook.followCellExecution.enabled'?: boolean;
7704
+ readonly 'github.copilot.chat.notebook.summaryExperimentEnabled'?: boolean;
7705
+ readonly 'github.copilot.chat.notebook.variableFilteringEnabled'?: boolean;
7706
+ readonly 'github.copilot.chat.omitBaseAgentInstructions'?: boolean;
7707
+ readonly 'github.copilot.chat.organizationCustomAgents.enabled'?: boolean;
7708
+ readonly 'github.copilot.chat.organizationInstructions.enabled'?: boolean;
7709
+ readonly 'github.copilot.chat.otel.captureContent'?: boolean;
7710
+ readonly 'github.copilot.chat.otel.dbSpanExporter.enabled'?: boolean;
7711
+ readonly 'github.copilot.chat.otel.enabled'?: boolean;
7712
+ readonly 'github.copilot.chat.otel.exporterType'?: 'otlp-grpc' | 'otlp-http' | 'console' | 'file';
7713
+ readonly 'github.copilot.chat.otel.maxAttributeSizeChars'?: number;
7714
+ readonly 'github.copilot.chat.otel.otlpEndpoint'?: string;
7715
+ readonly 'github.copilot.chat.otel.outfile'?: string;
7716
+ readonly 'github.copilot.chat.planAgent.additionalTools'?: (string)[];
7717
+ readonly 'github.copilot.chat.projectLabels.chat'?: boolean;
7718
+ readonly 'github.copilot.chat.projectLabels.expanded'?: boolean;
7719
+ readonly 'github.copilot.chat.projectLabels.inline'?: boolean;
7720
+ readonly 'github.copilot.chat.projectSetupInfoSkill.enabled'?: boolean;
7721
+ readonly 'github.copilot.chat.promptFileContextProvider.enabled'?: boolean;
7722
+ readonly 'github.copilot.chat.pullRequestDescriptionGeneration.instructions'?: (unknown)[];
7723
+ readonly 'github.copilot.chat.rateLimitAutoSwitchToAuto'?: boolean;
7724
+ readonly 'github.copilot.chat.reasoningEffortOverride'?: string | null;
7725
+ readonly 'github.copilot.chat.responsesApi.promptCacheKey.enabled'?: boolean;
7726
+ readonly 'github.copilot.chat.responsesApi.toolSearchTool.enabled'?: boolean;
7727
+ readonly 'github.copilot.chat.responsesApiContextManagement.enabled'?: boolean;
7728
+ readonly 'github.copilot.chat.responsesApiReasoningSummary'?: 'off' | 'detailed';
7729
+ readonly 'github.copilot.chat.review.intent'?: boolean;
7730
+ readonly 'github.copilot.chat.reviewAgent.enabled'?: boolean;
7731
+ readonly 'github.copilot.chat.reviewSelection.enabled'?: boolean;
7732
+ readonly 'github.copilot.chat.reviewSelection.instructions'?: (unknown)[];
7733
+ readonly 'github.copilot.chat.scopeSelection'?: boolean;
7734
+ readonly 'github.copilot.chat.searchSubagent.enabled'?: boolean;
7735
+ readonly 'github.copilot.chat.searchSubagent.model'?: string;
7736
+ readonly 'github.copilot.chat.searchSubagent.thoroughnessEnabled'?: boolean;
7737
+ readonly 'github.copilot.chat.searchSubagent.toolCallLimit'?: number;
7738
+ readonly 'github.copilot.chat.searchSubagent.useAgenticProxy'?: boolean;
7739
+ readonly 'github.copilot.chat.setupTests.enabled'?: boolean;
7740
+ readonly 'github.copilot.chat.skillTool.enabled'?: boolean;
7741
+ readonly 'github.copilot.chat.summarizeAgentConversationHistory.enabled'?: boolean;
7742
+ readonly 'github.copilot.chat.summarizeAgentConversationHistoryThreshold'?: number | null;
7743
+ readonly 'github.copilot.chat.switchAgent.enabled'?: boolean;
7744
+ readonly 'github.copilot.chat.terminalChatLocation'?: 'chatView' | 'quickChat' | 'terminal';
7745
+ readonly 'github.copilot.chat.testGeneration.instructions'?: (unknown)[];
7746
+ readonly 'github.copilot.chat.tools.defaultToolsGrouped'?: boolean;
7747
+ readonly 'github.copilot.chat.tools.memory.enabled'?: boolean;
7748
+ readonly 'github.copilot.chat.tools.viewImage.enabled'?: boolean;
7749
+ readonly 'github.copilot.chat.updated53CodexPrompt.enabled'?: boolean;
7750
+ readonly 'github.copilot.chat.useProjectTemplates'?: boolean;
7751
+ readonly 'github.copilot.chat.useResponsesApiTruncation'?: boolean;
7752
+ readonly 'github.copilot.chat.virtualTools.threshold'?: number;
7753
+ readonly 'github.copilot.chat.workspace.codeSearchExternalIngest.enabled'?: boolean;
7754
+ readonly 'github.copilot.chat.workspace.enableCodeSearch'?: boolean;
7755
+ readonly 'github.copilot.chat.workspace.maxLocalIndexSize'?: number;
7756
+ readonly 'github.copilot.chat.workspace.preferredEmbeddingsModel'?: string;
7757
+ readonly 'github.copilot.chat.workspace.prototypeAdoCodeSearchEndpointOverride'?: string;
7758
+ readonly 'github.copilot.editor.enableCodeActions'?: boolean;
7759
+ readonly 'github.copilot.enable'?: Record<string, unknown>;
7760
+ readonly 'github.copilot.nextEditSuggestions.allowWhitespaceOnlyChanges'?: boolean;
7761
+ readonly 'github.copilot.nextEditSuggestions.eagerness'?: 'auto' | 'low' | 'medium' | 'high';
7762
+ readonly 'github.copilot.nextEditSuggestions.enabled'?: boolean;
7763
+ readonly 'github.copilot.nextEditSuggestions.extendedRange'?: boolean;
7764
+ readonly 'github.copilot.nextEditSuggestions.fixes'?: boolean;
7765
+ readonly 'github.copilot.nextEditSuggestions.preferredModel'?: string;
7766
+ readonly 'github.copilot.renameSuggestions.triggerAutomatically'?: boolean;
7767
+ readonly 'github.copilot.selectedCompletionModel'?: string;
7768
+ readonly 'github.gitAuthentication'?: boolean;
7769
+ readonly 'github.gitProtocol'?: 'https' | 'ssh';
7770
+ readonly 'github.showAvatar'?: boolean;
7771
+ readonly 'grunt.autoDetect'?: 'off' | 'on';
7772
+ readonly 'gulp.autoDetect'?: 'off' | 'on';
7773
+ readonly 'html.autoClosingTags'?: boolean;
7774
+ readonly 'html.autoCreateQuotes'?: boolean;
7775
+ readonly 'html.completion.attributeDefaultValue'?: 'doublequotes' | 'singlequotes' | 'empty';
7776
+ readonly 'html.customData'?: (string)[];
7777
+ readonly 'html.format.contentUnformatted'?: string | null;
7778
+ readonly 'html.format.enable'?: boolean;
7779
+ readonly 'html.format.extraLiners'?: string | null;
7780
+ readonly 'html.format.indentHandlebars'?: boolean;
7781
+ readonly 'html.format.indentInnerHtml'?: boolean;
7782
+ readonly 'html.format.maxPreserveNewLines'?: number | null;
7783
+ readonly 'html.format.preserveNewLines'?: boolean;
7784
+ readonly 'html.format.templating'?: boolean;
7785
+ readonly 'html.format.unformatted'?: string | null;
7786
+ readonly 'html.format.unformattedContentDelimiter'?: string;
7787
+ readonly 'html.format.wrapAttributes'?: 'auto' | 'force' | 'force-aligned' | 'force-expand-multiline' | 'aligned-multiple' | 'preserve' | 'preserve-aligned';
7788
+ readonly 'html.format.wrapAttributesIndentSize'?: number | null;
7789
+ readonly 'html.format.wrapLineLength'?: number;
7790
+ readonly 'html.hover.documentation'?: boolean;
7791
+ readonly 'html.hover.references'?: boolean;
7792
+ readonly 'html.mirrorCursorOnMatchingTag'?: boolean;
7793
+ readonly 'html.suggest.hideEndTagSuggestions'?: boolean;
7794
+ readonly 'html.suggest.html5'?: boolean;
7795
+ readonly 'html.trace.server'?: 'off' | 'messages' | 'verbose';
7796
+ readonly 'html.validate.scripts'?: boolean;
7797
+ readonly 'html.validate.styles'?: boolean;
7798
+ readonly 'http.electronFetch'?: boolean;
7799
+ readonly 'http.experimental.networkInterfaceCheckInterval'?: number;
7800
+ readonly 'http.experimental.systemCertificatesV2'?: boolean;
7801
+ readonly 'http.fetchAdditionalSupport'?: boolean;
7802
+ readonly 'http.noProxy'?: (string)[];
7803
+ readonly 'http.proxy'?: string;
7804
+ readonly 'http.proxyAuthorization'?: null | string;
7805
+ readonly 'http.proxyKerberosServicePrincipal'?: string;
7806
+ readonly 'http.proxyStrictSSL'?: boolean;
7807
+ readonly 'http.proxySupport'?: 'off' | 'on' | 'fallback' | 'override';
7808
+ readonly 'http.systemCertificates'?: boolean;
7809
+ readonly 'http.systemCertificatesNode'?: boolean;
7810
+ readonly 'http.useLocalProxyConfiguration'?: boolean;
7811
+ readonly 'http.webSocketAdditionalSupport'?: boolean;
7812
+ readonly 'imageCarousel.chat.enabled'?: boolean;
7813
+ readonly 'imageCarousel.explorerContextMenu.enabled'?: boolean;
7814
+ readonly 'inlineChat.affordance'?: 'off' | 'editor';
7815
+ readonly 'inlineChat.askInChat'?: boolean;
7816
+ readonly 'inlineChat.defaultModel'?: '';
7817
+ readonly 'inlineChat.fixDiagnostics'?: boolean;
7818
+ readonly 'inlineChat.notebookAgent'?: boolean;
7819
+ readonly 'interactiveWindow.alwaysScrollOnNewCell'?: boolean;
7820
+ readonly 'interactiveWindow.collapseCellInputCode'?: 'always' | 'never' | 'fromEditor';
7821
+ readonly 'interactiveWindow.executeWithShiftEnter'?: boolean;
7822
+ readonly 'interactiveWindow.promptToSaveOnClose'?: boolean;
7823
+ readonly 'interactiveWindow.showExecutionHint'?: boolean;
7824
+ readonly 'ipynb.experimental.serialization'?: boolean;
7825
+ readonly 'ipynb.pasteImagesAsAttachments.enabled'?: boolean;
7826
+ readonly 'jake.autoDetect'?: 'off' | 'on';
7827
+ readonly 'javascript.autoClosingTags'?: boolean;
7828
+ readonly 'javascript.format.enable'?: boolean;
7829
+ readonly 'javascript.format.indentSwitchCase'?: boolean;
7830
+ readonly 'javascript.format.insertSpaceAfterCommaDelimiter'?: boolean;
7831
+ readonly 'javascript.format.insertSpaceAfterConstructor'?: boolean;
7832
+ readonly 'javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions'?: boolean;
7833
+ readonly 'javascript.format.insertSpaceAfterKeywordsInControlFlowStatements'?: boolean;
7834
+ readonly 'javascript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces'?: boolean;
7835
+ readonly 'javascript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces'?: boolean;
7836
+ readonly 'javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces'?: boolean;
7837
+ readonly 'javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets'?: boolean;
7838
+ readonly 'javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis'?: boolean;
7839
+ readonly 'javascript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces'?: boolean;
7840
+ readonly 'javascript.format.insertSpaceAfterSemicolonInForStatements'?: boolean;
7841
+ readonly 'javascript.format.insertSpaceBeforeAndAfterBinaryOperators'?: boolean;
7842
+ readonly 'javascript.format.insertSpaceBeforeFunctionParenthesis'?: boolean;
7843
+ readonly 'javascript.format.placeOpenBraceOnNewLineForControlBlocks'?: boolean;
7844
+ readonly 'javascript.format.placeOpenBraceOnNewLineForFunctions'?: boolean;
7845
+ readonly 'javascript.format.semicolons'?: 'ignore' | 'insert' | 'remove';
7846
+ readonly 'javascript.inlayHints.functionLikeReturnTypes.enabled'?: boolean;
7847
+ readonly 'javascript.inlayHints.parameterNames.enabled'?: 'none' | 'literals' | 'all';
7848
+ readonly 'javascript.inlayHints.parameterNames.suppressWhenArgumentMatchesName'?: boolean;
7849
+ readonly 'javascript.inlayHints.parameterTypes.enabled'?: boolean;
7850
+ readonly 'javascript.inlayHints.propertyDeclarationTypes.enabled'?: boolean;
7851
+ readonly 'javascript.inlayHints.variableTypes.enabled'?: boolean;
7852
+ readonly 'javascript.inlayHints.variableTypes.suppressWhenTypeMatchesName'?: boolean;
7853
+ readonly 'javascript.preferGoToSourceDefinition'?: boolean;
7854
+ readonly 'javascript.preferences.autoImportFileExcludePatterns'?: (string)[];
7855
+ readonly 'javascript.preferences.autoImportSpecifierExcludeRegexes'?: (string)[];
7856
+ readonly 'javascript.preferences.importModuleSpecifier'?: 'shortest' | 'relative' | 'non-relative' | 'project-relative';
7857
+ readonly 'javascript.preferences.importModuleSpecifierEnding'?: 'auto' | 'minimal' | 'index' | 'js';
7858
+ readonly 'javascript.preferences.jsxAttributeCompletionStyle'?: 'auto' | 'braces' | 'none';
7859
+ readonly 'javascript.preferences.organizeImports'?: Record<string, unknown>;
7860
+ readonly 'javascript.preferences.quoteStyle'?: 'auto' | 'single' | 'double';
7861
+ readonly 'javascript.preferences.renameMatchingJsxTags'?: boolean;
7862
+ readonly 'javascript.preferences.useAliasesForRenames'?: boolean;
7863
+ readonly 'javascript.referencesCodeLens.enabled'?: boolean;
7864
+ readonly 'javascript.referencesCodeLens.showOnAllFunctions'?: boolean;
7865
+ readonly 'javascript.suggest.autoImports'?: boolean;
7866
+ readonly 'javascript.suggest.classMemberSnippets.enabled'?: boolean;
7867
+ readonly 'javascript.suggest.completeFunctionCalls'?: boolean;
7868
+ readonly 'javascript.suggest.completeJSDocs'?: boolean;
7869
+ readonly 'javascript.suggest.enabled'?: boolean;
7870
+ readonly 'javascript.suggest.includeAutomaticOptionalChainCompletions'?: boolean;
7871
+ readonly 'javascript.suggest.includeCompletionsForImportStatements'?: boolean;
7872
+ readonly 'javascript.suggest.jsdoc.generateReturns'?: boolean;
7873
+ readonly 'javascript.suggest.names'?: boolean;
7874
+ readonly 'javascript.suggest.paths'?: boolean;
7875
+ readonly 'javascript.suggestionActions.enabled'?: boolean;
7876
+ readonly 'javascript.updateImportsOnFileMove.enabled'?: 'prompt' | 'always' | 'never';
7877
+ readonly 'javascript.updateImportsOnPaste.enabled'?: boolean;
7878
+ readonly 'javascript.validate.enable'?: boolean;
7879
+ readonly 'js/ts.autoClosingTags.enabled'?: boolean;
7880
+ readonly 'js/ts.experimental.useTsgo'?: boolean;
7881
+ readonly 'js/ts.format.enabled'?: boolean;
7882
+ readonly 'js/ts.format.indentSwitchCase'?: boolean;
7883
+ readonly 'js/ts.format.insertSpaceAfterCommaDelimiter'?: boolean;
7884
+ readonly 'js/ts.format.insertSpaceAfterConstructor'?: boolean;
7885
+ readonly 'js/ts.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions'?: boolean;
7886
+ readonly 'js/ts.format.insertSpaceAfterKeywordsInControlFlowStatements'?: boolean;
7887
+ readonly 'js/ts.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces'?: boolean;
7888
+ readonly 'js/ts.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces'?: boolean;
7889
+ readonly 'js/ts.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces'?: boolean;
7890
+ readonly 'js/ts.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets'?: boolean;
7891
+ readonly 'js/ts.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis'?: boolean;
7892
+ readonly 'js/ts.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces'?: boolean;
7893
+ readonly 'js/ts.format.insertSpaceAfterSemicolonInForStatements'?: boolean;
7894
+ readonly 'js/ts.format.insertSpaceAfterTypeAssertion'?: boolean;
7895
+ readonly 'js/ts.format.insertSpaceBeforeAndAfterBinaryOperators'?: boolean;
7896
+ readonly 'js/ts.format.insertSpaceBeforeFunctionParenthesis'?: boolean;
7897
+ readonly 'js/ts.format.placeOpenBraceOnNewLineForControlBlocks'?: boolean;
7898
+ readonly 'js/ts.format.placeOpenBraceOnNewLineForFunctions'?: boolean;
7899
+ readonly 'js/ts.format.semicolons'?: 'ignore' | 'insert' | 'remove';
7900
+ readonly 'js/ts.hover.maximumLength'?: number;
7901
+ readonly 'js/ts.implementationsCodeLens.enabled'?: boolean;
7902
+ readonly 'js/ts.implementationsCodeLens.showOnAllClassMethods'?: boolean;
7903
+ readonly 'js/ts.implementationsCodeLens.showOnInterfaceMethods'?: boolean;
7904
+ readonly 'js/ts.implicitProjectConfig.checkJs'?: boolean;
7905
+ readonly 'js/ts.implicitProjectConfig.experimentalDecorators'?: boolean;
7906
+ readonly 'js/ts.implicitProjectConfig.module'?: 'CommonJS' | 'AMD' | 'System' | 'UMD' | 'ES6' | 'ES2015' | 'ES2020' | 'ESNext' | 'None' | 'ES2022' | 'Node12' | 'NodeNext';
7907
+ readonly 'js/ts.implicitProjectConfig.strict'?: boolean;
7908
+ readonly 'js/ts.implicitProjectConfig.strictFunctionTypes'?: boolean;
7909
+ readonly 'js/ts.implicitProjectConfig.strictNullChecks'?: boolean;
7910
+ readonly 'js/ts.implicitProjectConfig.target'?: 'ES3' | 'ES5' | 'ES6' | 'ES2015' | 'ES2016' | 'ES2017' | 'ES2018' | 'ES2019' | 'ES2020' | 'ES2021' | 'ES2022' | 'ES2023' | 'ES2024' | 'ESNext';
7911
+ readonly 'js/ts.inlayHints.enumMemberValues.enabled'?: boolean;
7912
+ readonly 'js/ts.inlayHints.functionLikeReturnTypes.enabled'?: boolean;
7913
+ readonly 'js/ts.inlayHints.parameterNames.enabled'?: 'none' | 'literals' | 'all';
7914
+ readonly 'js/ts.inlayHints.parameterNames.suppressWhenArgumentMatchesName'?: boolean;
7915
+ readonly 'js/ts.inlayHints.parameterTypes.enabled'?: boolean;
7916
+ readonly 'js/ts.inlayHints.propertyDeclarationTypes.enabled'?: boolean;
7917
+ readonly 'js/ts.inlayHints.variableTypes.enabled'?: boolean;
7918
+ readonly 'js/ts.inlayHints.variableTypes.suppressWhenTypeMatchesName'?: boolean;
7919
+ readonly 'js/ts.locale'?: 'auto' | 'de' | 'es' | 'en' | 'fr' | 'it' | 'ja' | 'ko' | 'ru' | 'zh-CN' | 'zh-TW';
7920
+ readonly 'js/ts.preferGoToSourceDefinition'?: boolean;
7921
+ readonly 'js/ts.preferences.autoImportFileExcludePatterns'?: (string)[];
7922
+ readonly 'js/ts.preferences.autoImportSpecifierExcludeRegexes'?: (string)[];
7923
+ readonly 'js/ts.preferences.importModuleSpecifier'?: 'shortest' | 'relative' | 'non-relative' | 'project-relative';
7924
+ readonly 'js/ts.preferences.importModuleSpecifierEnding'?: 'auto' | 'minimal' | 'index' | 'js';
7925
+ readonly 'js/ts.preferences.includePackageJsonAutoImports'?: 'auto' | 'on' | 'off';
7926
+ readonly 'js/ts.preferences.jsxAttributeCompletionStyle'?: 'auto' | 'braces' | 'none';
7927
+ readonly 'js/ts.preferences.organizeImports'?: Record<string, unknown>;
7928
+ readonly 'js/ts.preferences.preferTypeOnlyAutoImports'?: boolean;
7929
+ readonly 'js/ts.preferences.quoteStyle'?: 'auto' | 'single' | 'double';
7930
+ readonly 'js/ts.preferences.renameMatchingJsxTags'?: boolean;
7931
+ readonly 'js/ts.preferences.useAliasesForRenames'?: boolean;
7932
+ readonly 'js/ts.referencesCodeLens.enabled'?: boolean;
7933
+ readonly 'js/ts.referencesCodeLens.showOnAllFunctions'?: boolean;
7934
+ readonly 'js/ts.reportStyleChecksAsWarnings'?: boolean;
7935
+ readonly 'js/ts.suggest.autoImports'?: boolean;
7936
+ readonly 'js/ts.suggest.classMemberSnippets.enabled'?: boolean;
7937
+ readonly 'js/ts.suggest.completeFunctionCalls'?: boolean;
7938
+ readonly 'js/ts.suggest.enabled'?: boolean;
7939
+ readonly 'js/ts.suggest.includeAutomaticOptionalChainCompletions'?: boolean;
7940
+ readonly 'js/ts.suggest.includeCompletionsForImportStatements'?: boolean;
7941
+ readonly 'js/ts.suggest.jsdoc.enabled'?: boolean;
7942
+ readonly 'js/ts.suggest.jsdoc.generateReturns'?: boolean;
7943
+ readonly 'js/ts.suggest.names'?: boolean;
7944
+ readonly 'js/ts.suggest.objectLiteralMethodSnippets.enabled'?: boolean;
7945
+ readonly 'js/ts.suggest.paths'?: boolean;
7946
+ readonly 'js/ts.suggestionActions.enabled'?: boolean;
7947
+ readonly 'js/ts.tsc.autoDetect'?: 'on' | 'off' | 'build' | 'watch';
7948
+ readonly 'js/ts.tsdk.path'?: string;
7949
+ readonly 'js/ts.tsdk.promptToUseWorkspaceVersion'?: boolean;
7950
+ readonly 'js/ts.tsserver.automaticTypeAcquisition.enabled'?: boolean;
7951
+ readonly 'js/ts.tsserver.checkNpmIsInstalled'?: boolean;
7952
+ readonly 'js/ts.tsserver.diagnosticDir'?: string;
7953
+ readonly 'js/ts.tsserver.experimental.enableProjectDiagnostics'?: boolean;
7954
+ readonly 'js/ts.tsserver.heapProfile'?: Record<string, unknown>;
7955
+ readonly 'js/ts.tsserver.heapSnapshot'?: number;
7956
+ readonly 'js/ts.tsserver.log'?: 'off' | 'terse' | 'normal' | 'verbose' | 'requestTime';
7957
+ readonly 'js/ts.tsserver.maxMemory'?: number;
7958
+ readonly 'js/ts.tsserver.node.path'?: string;
7959
+ readonly 'js/ts.tsserver.npm.path'?: string;
7960
+ readonly 'js/ts.tsserver.pluginPaths'?: (string)[];
7961
+ readonly 'js/ts.tsserver.tracing.enabled'?: boolean;
7962
+ readonly 'js/ts.tsserver.useSyntaxServer'?: 'always' | 'never' | 'auto';
7963
+ readonly 'js/ts.tsserver.watchOptions'?: unknown;
7964
+ readonly 'js/ts.tsserver.web.projectWideIntellisense.enabled'?: boolean;
7965
+ readonly 'js/ts.tsserver.web.projectWideIntellisense.suppressSemanticErrors'?: boolean;
7966
+ readonly 'js/ts.tsserver.web.typeAcquisition.enabled'?: boolean;
7967
+ readonly 'js/ts.updateImportsOnFileMove.enabled'?: 'prompt' | 'always' | 'never';
7968
+ readonly 'js/ts.updateImportsOnPaste.enabled'?: boolean;
7969
+ readonly 'js/ts.validate.enabled'?: boolean;
7970
+ readonly 'js/ts.workspaceSymbols.excludeLibrarySymbols'?: boolean;
7971
+ readonly 'js/ts.workspaceSymbols.scope'?: 'allOpenProjects' | 'currentProject';
7972
+ readonly 'json.colorDecorators.enable'?: boolean;
7973
+ readonly 'json.format.enable'?: boolean;
7974
+ readonly 'json.format.keepLines'?: boolean;
7975
+ readonly 'json.maxItemsComputed'?: number;
7976
+ readonly 'json.schemaDownload.enable'?: boolean;
7977
+ readonly 'json.schemaDownload.trustedDomains'?: Record<string, unknown>;
7978
+ readonly 'json.schemas'?: (Record<string, unknown>)[];
7979
+ readonly 'json.trace.server'?: 'off' | 'messages' | 'verbose';
7980
+ readonly 'json.validate.enable'?: boolean;
7981
+ readonly 'jsts-chat-features.skills.enabled'?: boolean;
7982
+ readonly 'keyboard.dispatch'?: 'code' | 'keyCode';
7983
+ readonly 'launch'?: Record<string, unknown>;
7984
+ readonly 'less.completion.completePropertyWithSemicolon'?: boolean;
7985
+ readonly 'less.completion.triggerPropertyValueCompletion'?: boolean;
7986
+ readonly 'less.format.braceStyle'?: 'collapse' | 'expand';
7987
+ readonly 'less.format.enable'?: boolean;
7988
+ readonly 'less.format.maxPreserveNewLines'?: number | null;
7989
+ readonly 'less.format.newlineBetweenRules'?: boolean;
7990
+ readonly 'less.format.newlineBetweenSelectors'?: boolean;
7991
+ readonly 'less.format.preserveNewLines'?: boolean;
7992
+ readonly 'less.format.spaceAroundSelectorSeparator'?: boolean;
7993
+ readonly 'less.hover.documentation'?: boolean;
7994
+ readonly 'less.hover.references'?: boolean;
7995
+ readonly 'less.lint.argumentsInColorFunction'?: 'ignore' | 'warning' | 'error';
7996
+ readonly 'less.lint.boxModel'?: 'ignore' | 'warning' | 'error';
7997
+ readonly 'less.lint.compatibleVendorPrefixes'?: 'ignore' | 'warning' | 'error';
7998
+ readonly 'less.lint.duplicateProperties'?: 'ignore' | 'warning' | 'error';
7999
+ readonly 'less.lint.emptyRules'?: 'ignore' | 'warning' | 'error';
8000
+ readonly 'less.lint.float'?: 'ignore' | 'warning' | 'error';
8001
+ readonly 'less.lint.fontFaceProperties'?: 'ignore' | 'warning' | 'error';
8002
+ readonly 'less.lint.hexColorLength'?: 'ignore' | 'warning' | 'error';
8003
+ readonly 'less.lint.idSelector'?: 'ignore' | 'warning' | 'error';
8004
+ readonly 'less.lint.ieHack'?: 'ignore' | 'warning' | 'error';
8005
+ readonly 'less.lint.importStatement'?: 'ignore' | 'warning' | 'error';
8006
+ readonly 'less.lint.important'?: 'ignore' | 'warning' | 'error';
8007
+ readonly 'less.lint.propertyIgnoredDueToDisplay'?: 'ignore' | 'warning' | 'error';
8008
+ readonly 'less.lint.universalSelector'?: 'ignore' | 'warning' | 'error';
8009
+ readonly 'less.lint.unknownAtRules'?: 'ignore' | 'warning' | 'error';
8010
+ readonly 'less.lint.unknownProperties'?: 'ignore' | 'warning' | 'error';
8011
+ readonly 'less.lint.unknownVendorSpecificProperties'?: 'ignore' | 'warning' | 'error';
8012
+ readonly 'less.lint.validProperties'?: (string)[];
8013
+ readonly 'less.lint.vendorPrefix'?: 'ignore' | 'warning' | 'error';
8014
+ readonly 'less.lint.zeroUnits'?: 'ignore' | 'warning' | 'error';
8015
+ readonly 'less.validate'?: boolean;
8016
+ readonly 'markdown.copyFiles.destination'?: Record<string, unknown>;
8017
+ readonly 'markdown.copyFiles.overwriteBehavior'?: 'nameIncrementally' | 'overwrite';
8018
+ readonly 'markdown.editor.drop.copyIntoWorkspace'?: 'mediaFiles' | 'never';
8019
+ readonly 'markdown.editor.drop.enabled'?: 'always' | 'smart' | 'never';
8020
+ readonly 'markdown.editor.filePaste.audioSnippet'?: string;
8021
+ readonly 'markdown.editor.filePaste.copyIntoWorkspace'?: 'mediaFiles' | 'never';
8022
+ readonly 'markdown.editor.filePaste.enabled'?: 'always' | 'smart' | 'never';
8023
+ readonly 'markdown.editor.filePaste.videoSnippet'?: string;
8024
+ readonly 'markdown.editor.pasteUrlAsFormattedLink.enabled'?: 'always' | 'smart' | 'smartWithSelection' | 'never';
8025
+ readonly 'markdown.editor.updateLinksOnPaste.enabled'?: boolean;
8026
+ readonly 'markdown.links.openLocation'?: 'currentGroup' | 'beside';
8027
+ readonly 'markdown.math.enabled'?: boolean;
8028
+ readonly 'markdown.math.macros'?: Record<string, unknown>;
8029
+ readonly 'markdown.occurrencesHighlight.enabled'?: boolean;
8030
+ readonly 'markdown.preferredMdPathExtensionStyle'?: 'auto' | 'includeExtension' | 'removeExtension';
8031
+ readonly 'markdown.preview.breaks'?: boolean;
8032
+ readonly 'markdown.preview.doubleClickToSwitchToEditor'?: boolean;
8033
+ readonly 'markdown.preview.fontFamily'?: string;
8034
+ readonly 'markdown.preview.fontSize'?: number;
8035
+ readonly 'markdown.preview.lineHeight'?: number;
8036
+ readonly 'markdown.preview.linkify'?: boolean;
8037
+ readonly 'markdown.preview.markEditorSelection'?: boolean;
8038
+ readonly 'markdown.preview.openMarkdownLinks'?: 'inPreview' | 'inEditor';
8039
+ readonly 'markdown.preview.scrollEditorWithPreview'?: boolean;
8040
+ readonly 'markdown.preview.scrollPreviewWithEditor'?: boolean;
8041
+ readonly 'markdown.preview.typographer'?: boolean;
8042
+ readonly 'markdown.server.log'?: 'off' | 'debug' | 'trace';
8043
+ readonly 'markdown.styles'?: (string)[];
8044
+ readonly 'markdown.suggest.paths.enabled'?: boolean;
8045
+ readonly 'markdown.suggest.paths.includeWorkspaceHeaderCompletions'?: 'never' | 'onDoubleHash' | 'onSingleOrDoubleHash';
8046
+ readonly 'markdown.trace.server'?: 'off' | 'messages' | 'verbose';
8047
+ readonly 'markdown.updateLinksOnFileMove.enableForDirectories'?: boolean;
8048
+ readonly 'markdown.updateLinksOnFileMove.enabled'?: 'prompt' | 'always' | 'never';
8049
+ readonly 'markdown.updateLinksOnFileMove.include'?: (string)[];
8050
+ readonly 'markdown.validate.duplicateLinkDefinitions.enabled'?: 'ignore' | 'warning' | 'error';
8051
+ readonly 'markdown.validate.enabled'?: boolean;
8052
+ readonly 'markdown.validate.fileLinks.enabled'?: 'ignore' | 'warning' | 'error';
8053
+ readonly 'markdown.validate.fileLinks.markdownFragmentLinks'?: 'inherit' | 'ignore' | 'warning' | 'error';
8054
+ readonly 'markdown.validate.fragmentLinks.enabled'?: 'ignore' | 'warning' | 'error';
8055
+ readonly 'markdown.validate.ignoredLinks'?: (string)[];
8056
+ readonly 'markdown.validate.referenceLinks.enabled'?: 'ignore' | 'warning' | 'error';
8057
+ readonly 'markdown.validate.unusedLinkDefinitions.enabled'?: 'ignore' | 'hint' | 'warning' | 'error';
8058
+ readonly 'mediaPreview.video.autoPlay'?: boolean;
8059
+ readonly 'mediaPreview.video.loop'?: boolean;
8060
+ readonly 'merge-conflict.autoNavigateNextConflict.enabled'?: boolean;
8061
+ readonly 'merge-conflict.codeLens.enabled'?: boolean;
8062
+ readonly 'merge-conflict.decorators.enabled'?: boolean;
8063
+ readonly 'merge-conflict.diffViewPosition'?: 'Current' | 'Beside' | 'Below';
8064
+ readonly 'mergeEditor.diffAlgorithm'?: 'legacy' | 'advanced';
8065
+ readonly 'mergeEditor.showDeletionMarkers'?: boolean;
8066
+ readonly 'mermaid-chat.enabled'?: boolean;
8067
+ readonly 'microsoft-authentication.implementation'?: 'msal' | 'msal-no-broker';
8068
+ readonly 'microsoft-sovereign-cloud.customEnvironment'?: Record<string, unknown>;
8069
+ readonly 'microsoft-sovereign-cloud.environment'?: 'ChinaCloud' | 'USGovernment' | 'custom';
8070
+ readonly 'network.meteredConnection'?: 'auto' | 'on' | 'off';
8071
+ readonly 'notebook.backup.sizeLimit'?: number;
8072
+ readonly 'notebook.breadcrumbs.showCodeCells'?: boolean;
8073
+ readonly 'notebook.cellExecutionTimeVerbosity'?: 'default' | 'verbose';
8074
+ readonly 'notebook.cellFailureDiagnostics'?: boolean;
8075
+ readonly 'notebook.cellFocusIndicator'?: 'border' | 'gutter';
8076
+ readonly 'notebook.cellToolbarLocation'?: Record<string, unknown>;
8077
+ readonly 'notebook.cellToolbarVisibility'?: 'hover' | 'click';
8078
+ readonly 'notebook.codeActionsOnSave'?: Record<string, unknown>;
8079
+ readonly 'notebook.compactView'?: boolean;
8080
+ readonly 'notebook.confirmDeleteRunningCell'?: boolean;
8081
+ readonly 'notebook.consolidatedOutputButton'?: boolean;
8082
+ readonly 'notebook.consolidatedRunButton'?: boolean;
8083
+ readonly 'notebook.defaultFormatter'?: null | 'GitHub.copilot-chat' | 'vscode.css-language-features' | 'vscode.html-language-features' | 'vscode.json-language-features' | 'vscode.markdown-language-features' | 'vscode.markdown-math' | 'vscode.php-language-features' | 'vscode.typescript-language-features' | 'vscode.configuration-editing' | 'vscode.debug-auto-launch' | 'vscode.debug-server-ready' | 'vscode.emmet' | 'vscode.extension-editing' | 'vscode.git' | 'vscode.git-base' | 'vscode.github' | 'vscode.github-authentication' | 'vscode.grunt' | 'vscode.gulp' | 'vscode.ipynb' | 'vscode.jake' | 'ms-vscode.js-debug' | 'ms-vscode.js-debug-companion' | 'vscode.media-preview' | 'vscode.merge-conflict' | 'vscode.mermaid-chat-features' | 'vscode.microsoft-authentication' | 'vscode.npm' | 'vscode.references-view' | 'vscode.search-result' | 'vscode.simple-browser' | 'vscode.terminal-suggest' | 'vscode.tunnel-forwarding' | 'ms-vscode.vscode-js-profile-table';
8084
+ readonly 'notebook.diff.enablePreview'?: boolean;
8085
+ readonly 'notebook.diff.experimental.toggleInline'?: boolean;
8086
+ readonly 'notebook.diff.ignoreMetadata'?: boolean;
8087
+ readonly 'notebook.diff.ignoreOutputs'?: boolean;
8088
+ readonly 'notebook.diff.overviewRuler'?: boolean;
8089
+ readonly 'notebook.displayOrder'?: (string)[];
8090
+ readonly 'notebook.dragAndDropEnabled'?: boolean;
8091
+ readonly 'notebook.editorOptionsCustomizations'?: unknown;
8092
+ readonly 'notebook.experimental.generate'?: boolean;
8093
+ readonly 'notebook.experimental.remoteSave'?: boolean;
8094
+ readonly 'notebook.find.filters'?: Record<string, unknown>;
8095
+ readonly 'notebook.formatOnCellExecution'?: boolean;
8096
+ readonly 'notebook.formatOnSave.enabled'?: boolean;
8097
+ readonly 'notebook.globalToolbar'?: boolean;
8098
+ readonly 'notebook.globalToolbarShowLabel'?: 'always' | 'never' | 'dynamic';
8099
+ readonly 'notebook.gotoSymbols.showAllSymbols'?: boolean;
8100
+ readonly 'notebook.inlineValues'?: 'on' | 'auto' | 'off';
8101
+ readonly 'notebook.insertFinalNewline'?: boolean;
8102
+ readonly 'notebook.insertToolbarLocation'?: 'betweenCells' | 'notebookToolbar' | 'both' | 'hidden';
8103
+ readonly 'notebook.lineNumbers'?: 'off' | 'on';
8104
+ readonly 'notebook.markdown.lineHeight'?: number;
8105
+ readonly 'notebook.markup.fontFamily'?: string;
8106
+ readonly 'notebook.markup.fontSize'?: number;
8107
+ readonly 'notebook.multiCursor.enabled'?: boolean;
8108
+ readonly 'notebook.navigation.allowNavigateToSurroundingCells'?: boolean;
8109
+ readonly 'notebook.outline.showCodeCellSymbols'?: boolean;
8110
+ readonly 'notebook.outline.showCodeCells'?: boolean;
8111
+ readonly 'notebook.outline.showMarkdownHeadersOnly'?: boolean;
8112
+ readonly 'notebook.output.fontFamily'?: string;
8113
+ readonly 'notebook.output.fontSize'?: number;
8114
+ readonly 'notebook.output.lineHeight'?: number;
8115
+ readonly 'notebook.output.linkifyFilePaths'?: boolean;
8116
+ readonly 'notebook.output.minimalErrorRendering'?: boolean;
8117
+ readonly 'notebook.output.scrolling'?: boolean;
8118
+ readonly 'notebook.output.textLineLimit'?: number;
8119
+ readonly 'notebook.output.wordWrap'?: boolean;
8120
+ readonly 'notebook.scrolling.revealNextCellOnExecute'?: 'fullCell' | 'firstLine' | 'none';
8121
+ readonly 'notebook.showCellStatusBar'?: 'hidden' | 'visible' | 'visibleAfterExecute';
8122
+ readonly 'notebook.showFoldingControls'?: 'always' | 'never' | 'mouseover';
8123
+ readonly 'notebook.stickyScroll.enabled'?: boolean;
8124
+ readonly 'notebook.stickyScroll.mode'?: 'flat' | 'indented';
8125
+ readonly 'notebook.undoRedoPerCell'?: boolean;
8126
+ readonly 'notebook.variablesView'?: boolean;
8127
+ readonly 'npm.autoDetect'?: 'off' | 'on';
8128
+ readonly 'npm.enableRunFromFolder'?: boolean;
8129
+ readonly 'npm.enableScriptExplorer'?: boolean;
8130
+ readonly 'npm.exclude'?: string | (string)[];
8131
+ readonly 'npm.fetchOnlinePackageInfo'?: boolean;
8132
+ readonly 'npm.packageManager'?: 'auto' | 'npm' | 'yarn' | 'pnpm' | 'bun';
8133
+ readonly 'npm.runSilent'?: boolean;
8134
+ readonly 'npm.scriptExplorerAction'?: 'open' | 'run';
8135
+ readonly 'npm.scriptExplorerExclude'?: (string)[];
8136
+ readonly 'npm.scriptHover'?: boolean;
8137
+ readonly 'npm.scriptRunner'?: 'auto' | 'npm' | 'yarn' | 'pnpm' | 'bun' | 'node';
8138
+ readonly 'outline.collapseItems'?: 'alwaysCollapse' | 'alwaysExpand';
8139
+ readonly 'outline.icons'?: boolean;
8140
+ readonly 'outline.problems.badges'?: boolean;
8141
+ readonly 'outline.problems.colors'?: boolean;
8142
+ readonly 'outline.problems.enabled'?: boolean;
8143
+ readonly 'outline.showArrays'?: boolean;
8144
+ readonly 'outline.showBooleans'?: boolean;
8145
+ readonly 'outline.showClasses'?: boolean;
8146
+ readonly 'outline.showConstants'?: boolean;
8147
+ readonly 'outline.showConstructors'?: boolean;
8148
+ readonly 'outline.showEnumMembers'?: boolean;
8149
+ readonly 'outline.showEnums'?: boolean;
8150
+ readonly 'outline.showEvents'?: boolean;
8151
+ readonly 'outline.showFields'?: boolean;
8152
+ readonly 'outline.showFiles'?: boolean;
8153
+ readonly 'outline.showFunctions'?: boolean;
8154
+ readonly 'outline.showInterfaces'?: boolean;
8155
+ readonly 'outline.showKeys'?: boolean;
8156
+ readonly 'outline.showMethods'?: boolean;
8157
+ readonly 'outline.showModules'?: boolean;
8158
+ readonly 'outline.showNamespaces'?: boolean;
8159
+ readonly 'outline.showNull'?: boolean;
8160
+ readonly 'outline.showNumbers'?: boolean;
8161
+ readonly 'outline.showObjects'?: boolean;
8162
+ readonly 'outline.showOperators'?: boolean;
8163
+ readonly 'outline.showPackages'?: boolean;
8164
+ readonly 'outline.showProperties'?: boolean;
8165
+ readonly 'outline.showStrings'?: boolean;
8166
+ readonly 'outline.showStructs'?: boolean;
8167
+ readonly 'outline.showTypeParameters'?: boolean;
8168
+ readonly 'outline.showVariables'?: boolean;
8169
+ readonly 'output.smartScroll.enabled'?: boolean;
8170
+ readonly 'php.suggest.basic'?: boolean;
8171
+ readonly 'php.validate.enable'?: boolean;
8172
+ readonly 'php.validate.executablePath'?: string | null;
8173
+ readonly 'php.validate.run'?: 'onSave' | 'onType';
8174
+ readonly 'problems.autoReveal'?: boolean;
8175
+ readonly 'problems.decorations.enabled'?: boolean;
8176
+ readonly 'problems.defaultViewMode'?: 'table' | 'tree';
8177
+ readonly 'problems.showCurrentInStatus'?: boolean;
8178
+ readonly 'problems.sortOrder'?: 'severity' | 'position';
8179
+ readonly 'problems.visibility'?: boolean;
8180
+ readonly 'references.preferredLocation'?: 'peek' | 'view';
8181
+ readonly 'remote.autoForwardPorts'?: boolean;
8182
+ readonly 'remote.autoForwardPortsFallback'?: number;
8183
+ readonly 'remote.autoForwardPortsSource'?: 'process' | 'output' | 'hybrid';
8184
+ readonly 'remote.defaultExtensionsIfInstalledLocally'?: (string)[];
8185
+ readonly 'remote.downloadExtensionsLocally'?: boolean;
8186
+ readonly 'remote.extensionKind'?: Record<string, unknown>;
8187
+ readonly 'remote.forwardOnOpen'?: boolean;
8188
+ readonly 'remote.localPortHost'?: 'localhost' | 'allInterfaces';
8189
+ readonly 'remote.otherPortsAttributes'?: Record<string, unknown>;
8190
+ readonly 'remote.portsAttributes'?: Record<string, unknown>;
8191
+ readonly 'remote.restoreForwardedPorts'?: boolean;
8192
+ readonly 'remote.tunnels.access.hostNameOverride'?: string;
8193
+ readonly 'remote.tunnels.access.preventSleep'?: boolean;
8194
+ readonly 'scm.alwaysShowActions'?: boolean;
8195
+ readonly 'scm.alwaysShowRepositories'?: boolean;
8196
+ readonly 'scm.autoReveal'?: boolean;
8197
+ readonly 'scm.compactFolders'?: boolean;
8198
+ readonly 'scm.countBadge'?: 'all' | 'focused' | 'off';
8199
+ readonly 'scm.defaultViewMode'?: 'tree' | 'list';
8200
+ readonly 'scm.defaultViewSortKey'?: 'name' | 'path' | 'status';
8201
+ readonly 'scm.diffDecorations'?: 'all' | 'gutter' | 'overview' | 'minimap' | 'none';
8202
+ readonly 'scm.diffDecorationsGutterAction'?: 'diff' | 'none';
8203
+ readonly 'scm.diffDecorationsGutterPattern'?: Record<string, unknown>;
8204
+ readonly 'scm.diffDecorationsGutterVisibility'?: 'always' | 'hover';
8205
+ readonly 'scm.diffDecorationsGutterWidth'?: 1 | 2 | 3 | 4 | 5;
8206
+ readonly 'scm.diffDecorationsIgnoreTrimWhitespace'?: 'true' | 'false' | 'inherit';
8207
+ readonly 'scm.graph.badges'?: 'all' | 'filter';
8208
+ readonly 'scm.graph.pageOnScroll'?: boolean;
8209
+ readonly 'scm.graph.pageSize'?: number;
8210
+ readonly 'scm.graph.showIncomingChanges'?: boolean;
8211
+ readonly 'scm.graph.showOutgoingChanges'?: boolean;
8212
+ readonly 'scm.inputFontFamily'?: string;
8213
+ readonly 'scm.inputFontSize'?: number;
8214
+ readonly 'scm.inputMaxLineCount'?: number;
8215
+ readonly 'scm.inputMinLineCount'?: number;
8216
+ readonly 'scm.providerCountBadge'?: 'hidden' | 'auto' | 'visible';
8217
+ readonly 'scm.repositories.explorer'?: boolean;
8218
+ readonly 'scm.repositories.selectionMode'?: 'multiple' | 'single';
8219
+ readonly 'scm.repositories.sortOrder'?: 'discovery time' | 'name' | 'path';
8220
+ readonly 'scm.repositories.visible'?: number;
8221
+ readonly 'scm.showActionButton'?: boolean;
8222
+ readonly 'scm.showInputActionButton'?: boolean;
8223
+ readonly 'scm.workingSets.default'?: 'empty' | 'current';
8224
+ readonly 'scm.workingSets.enabled'?: boolean;
8225
+ readonly 'screencastMode.fontSize'?: number;
8226
+ readonly 'screencastMode.keyboardOptions'?: Record<string, unknown>;
8227
+ readonly 'screencastMode.keyboardOverlayTimeout'?: number;
8228
+ readonly 'screencastMode.mouseIndicatorColor'?: string;
8229
+ readonly 'screencastMode.mouseIndicatorSize'?: number;
8230
+ readonly 'screencastMode.verticalOffset'?: number;
8231
+ readonly 'scss.completion.completePropertyWithSemicolon'?: boolean;
8232
+ readonly 'scss.completion.triggerPropertyValueCompletion'?: boolean;
8233
+ readonly 'scss.format.braceStyle'?: 'collapse' | 'expand';
8234
+ readonly 'scss.format.enable'?: boolean;
8235
+ readonly 'scss.format.maxPreserveNewLines'?: number | null;
8236
+ readonly 'scss.format.newlineBetweenRules'?: boolean;
8237
+ readonly 'scss.format.newlineBetweenSelectors'?: boolean;
8238
+ readonly 'scss.format.preserveNewLines'?: boolean;
8239
+ readonly 'scss.format.spaceAroundSelectorSeparator'?: boolean;
8240
+ readonly 'scss.hover.documentation'?: boolean;
8241
+ readonly 'scss.hover.references'?: boolean;
8242
+ readonly 'scss.lint.argumentsInColorFunction'?: 'ignore' | 'warning' | 'error';
8243
+ readonly 'scss.lint.boxModel'?: 'ignore' | 'warning' | 'error';
8244
+ readonly 'scss.lint.compatibleVendorPrefixes'?: 'ignore' | 'warning' | 'error';
8245
+ readonly 'scss.lint.duplicateProperties'?: 'ignore' | 'warning' | 'error';
8246
+ readonly 'scss.lint.emptyRules'?: 'ignore' | 'warning' | 'error';
8247
+ readonly 'scss.lint.float'?: 'ignore' | 'warning' | 'error';
8248
+ readonly 'scss.lint.fontFaceProperties'?: 'ignore' | 'warning' | 'error';
8249
+ readonly 'scss.lint.hexColorLength'?: 'ignore' | 'warning' | 'error';
8250
+ readonly 'scss.lint.idSelector'?: 'ignore' | 'warning' | 'error';
8251
+ readonly 'scss.lint.ieHack'?: 'ignore' | 'warning' | 'error';
8252
+ readonly 'scss.lint.importStatement'?: 'ignore' | 'warning' | 'error';
8253
+ readonly 'scss.lint.important'?: 'ignore' | 'warning' | 'error';
8254
+ readonly 'scss.lint.propertyIgnoredDueToDisplay'?: 'ignore' | 'warning' | 'error';
8255
+ readonly 'scss.lint.universalSelector'?: 'ignore' | 'warning' | 'error';
8256
+ readonly 'scss.lint.unknownAtRules'?: 'ignore' | 'warning' | 'error';
8257
+ readonly 'scss.lint.unknownProperties'?: 'ignore' | 'warning' | 'error';
8258
+ readonly 'scss.lint.unknownVendorSpecificProperties'?: 'ignore' | 'warning' | 'error';
8259
+ readonly 'scss.lint.validProperties'?: (string)[];
8260
+ readonly 'scss.lint.vendorPrefix'?: 'ignore' | 'warning' | 'error';
8261
+ readonly 'scss.lint.zeroUnits'?: 'ignore' | 'warning' | 'error';
8262
+ readonly 'scss.validate'?: boolean;
8263
+ readonly 'search.actionsPosition'?: 'auto' | 'right';
8264
+ readonly 'search.collapseResults'?: 'auto' | 'alwaysCollapse' | 'alwaysExpand';
8265
+ readonly 'search.decorations.badges'?: boolean;
8266
+ readonly 'search.decorations.colors'?: boolean;
8267
+ readonly 'search.defaultViewMode'?: 'tree' | 'list';
8268
+ readonly 'search.exclude'?: Record<string, unknown>;
8269
+ readonly 'search.experimental.closedNotebookRichContentResults'?: boolean;
8270
+ readonly 'search.followSymlinks'?: boolean;
8271
+ readonly 'search.location'?: 'sidebar' | 'panel';
8272
+ readonly 'search.maintainFileSearchCache'?: boolean;
8273
+ readonly 'search.maxResults'?: number | null;
8274
+ readonly 'search.mode'?: 'view' | 'reuseEditor' | 'newEditor';
8275
+ readonly 'search.quickAccess.preserveInput'?: boolean;
8276
+ readonly 'search.quickOpen.history.filterSortOrder'?: 'default' | 'recency';
8277
+ readonly 'search.quickOpen.includeHistory'?: boolean;
8278
+ readonly 'search.quickOpen.includeSymbols'?: boolean;
8279
+ readonly 'search.ripgrep.maxThreads'?: number;
8280
+ readonly 'search.searchEditor.defaultNumberOfContextLines'?: number | null;
8281
+ readonly 'search.searchEditor.doubleClickBehaviour'?: 'selectWord' | 'goToLocation' | 'openLocationToSide';
8282
+ readonly 'search.searchEditor.focusResultsOnSearch'?: boolean;
8283
+ readonly 'search.searchEditor.reusePriorSearchConfiguration'?: boolean;
8284
+ readonly 'search.searchEditor.singleClickBehaviour'?: 'default' | 'peekDefinition';
8285
+ readonly 'search.searchOnType'?: boolean;
8286
+ readonly 'search.searchOnTypeDebouncePeriod'?: number;
8287
+ readonly 'search.searchView.keywordSuggestions'?: boolean;
8288
+ readonly 'search.searchView.semanticSearchBehavior'?: 'manual' | 'runOnEmpty' | 'auto';
8289
+ readonly 'search.seedOnFocus'?: boolean;
8290
+ readonly 'search.seedWithNearestWord'?: boolean;
8291
+ readonly 'search.showLineNumbers'?: boolean;
8292
+ readonly 'search.smartCase'?: boolean;
8293
+ readonly 'search.sortOrder'?: 'default' | 'fileNames' | 'type' | 'modified' | 'countDescending' | 'countAscending';
8294
+ readonly 'search.useGlobalIgnoreFiles'?: boolean;
8295
+ readonly 'search.useIgnoreFiles'?: boolean;
8296
+ readonly 'search.usePCRE2'?: boolean;
8297
+ readonly 'search.useParentIgnoreFiles'?: boolean;
8298
+ readonly 'search.useReplacePreview'?: boolean;
8299
+ readonly 'search.useRipgrep'?: boolean;
8300
+ readonly 'security.promptForLocalFileProtocolHandling'?: boolean;
8301
+ readonly 'security.promptForRemoteFileProtocolHandling'?: boolean;
8302
+ readonly 'security.workspace.trust.banner'?: 'always' | 'untilDismissed' | 'never';
8303
+ readonly 'security.workspace.trust.emptyWindow'?: boolean;
8304
+ readonly 'security.workspace.trust.enabled'?: boolean;
8305
+ readonly 'security.workspace.trust.startupPrompt'?: 'always' | 'once' | 'never';
8306
+ readonly 'security.workspace.trust.untrustedFiles'?: 'prompt' | 'open' | 'newWindow';
8307
+ readonly 'simpleBrowser.focusLockIndicator.enabled'?: boolean;
8308
+ readonly 'task.allowAutomaticTasks'?: 'on' | 'off';
8309
+ readonly 'task.autoDetect'?: 'on' | 'off';
8310
+ readonly 'task.notifyWindowOnTaskCompletion'?: number;
8311
+ readonly 'task.problemMatchers.neverPrompt'?: unknown;
8312
+ readonly 'task.quickOpen.detail'?: boolean;
8313
+ readonly 'task.quickOpen.history'?: number;
8314
+ readonly 'task.quickOpen.showAll'?: boolean;
8315
+ readonly 'task.quickOpen.skip'?: boolean;
8316
+ readonly 'task.reconnection'?: boolean;
8317
+ readonly 'task.saveBeforeRun'?: 'always' | 'never' | 'prompt';
8318
+ readonly 'task.slowProviderWarning'?: unknown;
8319
+ readonly 'task.verboseLogging'?: boolean;
8320
+ readonly 'telemetry.editStats.details.enabled'?: boolean;
8321
+ readonly 'telemetry.editStats.enabled'?: boolean;
8322
+ readonly 'telemetry.editStats.showDecorations'?: boolean;
8323
+ readonly 'telemetry.editStats.showStatusBar'?: boolean;
8324
+ readonly 'telemetry.enableCrashReporter'?: boolean;
8325
+ readonly 'telemetry.enableTelemetry'?: boolean;
8326
+ readonly 'telemetry.feedback.enabled'?: boolean;
8327
+ readonly 'telemetry.performance.inputLatencySamplingProbability'?: number;
8328
+ readonly 'telemetry.telemetryLevel'?: 'all' | 'error' | 'crash' | 'off';
8329
+ readonly 'terminal.integrated.accessibleViewFocusOnCommandExecution'?: boolean;
8330
+ readonly 'terminal.integrated.accessibleViewPreserveCursorPosition'?: boolean;
8331
+ readonly 'terminal.integrated.agentHostProfile.linux'?: string | Record<string, unknown> | null;
8332
+ readonly 'terminal.integrated.agentHostProfile.osx'?: string | Record<string, unknown> | null;
8333
+ readonly 'terminal.integrated.agentHostProfile.windows'?: string | Record<string, unknown> | null;
8334
+ readonly 'terminal.integrated.allowChords'?: boolean;
8335
+ readonly 'terminal.integrated.allowInUntrustedWorkspace'?: boolean;
8336
+ readonly 'terminal.integrated.allowMnemonics'?: boolean;
8337
+ readonly 'terminal.integrated.allowedLinkSchemes'?: (string)[];
8338
+ readonly 'terminal.integrated.altClickMovesCursor'?: boolean;
8339
+ readonly 'terminal.integrated.autoReplies'?: Record<string, unknown>;
8340
+ readonly 'terminal.integrated.automationProfile.linux'?: Record<string, unknown> | null;
8341
+ readonly 'terminal.integrated.automationProfile.osx'?: Record<string, unknown> | null;
8342
+ readonly 'terminal.integrated.automationProfile.windows'?: Record<string, unknown> | null;
8343
+ readonly 'terminal.integrated.bellDuration'?: number;
8344
+ readonly 'terminal.integrated.commandsToSkipShell'?: (string)[];
8345
+ readonly 'terminal.integrated.confirmOnExit'?: 'never' | 'always' | 'hasChildProcesses';
8346
+ readonly 'terminal.integrated.confirmOnKill'?: 'never' | 'editor' | 'panel' | 'always';
8347
+ readonly 'terminal.integrated.copyOnSelection'?: boolean;
8348
+ readonly 'terminal.integrated.cursorBlinking'?: boolean;
8349
+ readonly 'terminal.integrated.cursorStyle'?: 'block' | 'line' | 'underline';
8350
+ readonly 'terminal.integrated.cursorStyleInactive'?: 'outline' | 'block' | 'line' | 'underline' | 'none';
8351
+ readonly 'terminal.integrated.cursorWidth'?: number;
8352
+ readonly 'terminal.integrated.customGlyphs'?: boolean;
8353
+ readonly 'terminal.integrated.cwd'?: string;
8354
+ readonly 'terminal.integrated.defaultLocation'?: 'editor' | 'view';
8355
+ readonly 'terminal.integrated.defaultProfile.linux'?: null | 'sh' | 'bash' | 'bash (2)' | 'rbash' | 'rbash (2)' | 'sh (2)' | 'dash' | 'dash (2)' | 'tmux' | 'screen' | 'pwsh' | 'pwsh (2)' | 'JavaScript Debug Terminal';
8356
+ readonly 'terminal.integrated.defaultProfile.osx'?: string | null;
8357
+ readonly 'terminal.integrated.defaultProfile.windows'?: string | null;
8358
+ readonly 'terminal.integrated.detectLocale'?: 'auto' | 'off' | 'on';
8359
+ readonly 'terminal.integrated.developer.devMode'?: boolean;
8360
+ readonly 'terminal.integrated.developer.ptyHost.latency'?: number;
8361
+ readonly 'terminal.integrated.developer.ptyHost.startupDelay'?: number;
8362
+ readonly 'terminal.integrated.drawBoldTextInBrightColors'?: boolean;
8363
+ readonly 'terminal.integrated.enableBell'?: boolean;
8364
+ readonly 'terminal.integrated.enableFileLinks'?: 'off' | 'on' | 'notRemote';
8365
+ readonly 'terminal.integrated.enableImages'?: boolean;
8366
+ readonly 'terminal.integrated.enableKittyKeyboardProtocol'?: boolean;
8367
+ readonly 'terminal.integrated.enableMultiLinePasteWarning'?: 'auto' | 'always' | 'never';
8368
+ readonly 'terminal.integrated.enableNotifications'?: boolean;
8369
+ readonly 'terminal.integrated.enablePersistentSessions'?: boolean;
8370
+ readonly 'terminal.integrated.enableVisualBell'?: boolean;
8371
+ readonly 'terminal.integrated.enableWin32InputMode'?: boolean;
8372
+ readonly 'terminal.integrated.env.linux'?: Record<string, unknown>;
8373
+ readonly 'terminal.integrated.env.osx'?: Record<string, unknown>;
8374
+ readonly 'terminal.integrated.env.windows'?: Record<string, unknown>;
8375
+ readonly 'terminal.integrated.environmentChangesRelaunch'?: boolean;
8376
+ readonly 'terminal.integrated.fastScrollSensitivity'?: number;
8377
+ readonly 'terminal.integrated.focusAfterRun'?: 'terminal' | 'accessible-buffer' | 'none';
8378
+ readonly 'terminal.integrated.fontFamily'?: string;
8379
+ readonly 'terminal.integrated.fontLigatures.enabled'?: boolean;
8380
+ readonly 'terminal.integrated.fontLigatures.fallbackLigatures'?: (unknown)[];
8381
+ readonly 'terminal.integrated.fontLigatures.featureSettings'?: string;
8382
+ readonly 'terminal.integrated.fontSize'?: number;
8383
+ readonly 'terminal.integrated.fontWeight'?: unknown;
8384
+ readonly 'terminal.integrated.fontWeightBold'?: unknown;
8385
+ readonly 'terminal.integrated.gpuAcceleration'?: 'auto' | 'on' | 'off';
8386
+ readonly 'terminal.integrated.hideOnLastClosed'?: boolean;
8387
+ readonly 'terminal.integrated.hideOnStartup'?: 'never' | 'whenEmpty' | 'always';
8388
+ readonly 'terminal.integrated.ignoreBracketedPasteMode'?: boolean;
8389
+ readonly 'terminal.integrated.ignoreProcessNames'?: (string)[];
8390
+ readonly 'terminal.integrated.inheritEnv'?: boolean;
8391
+ readonly 'terminal.integrated.initialHint'?: boolean;
8392
+ readonly 'terminal.integrated.initialHintCopilotCli'?: boolean;
8393
+ readonly 'terminal.integrated.letterSpacing'?: number;
8394
+ readonly 'terminal.integrated.lineHeight'?: number;
8395
+ readonly 'terminal.integrated.localEchoEnabled'?: 'on' | 'off' | 'auto';
8396
+ readonly 'terminal.integrated.localEchoExcludePrograms'?: (string)[];
8397
+ readonly 'terminal.integrated.localEchoLatencyThreshold'?: number;
8398
+ readonly 'terminal.integrated.localEchoStyle'?: unknown;
8399
+ readonly 'terminal.integrated.macOptionClickForcesSelection'?: boolean;
8400
+ readonly 'terminal.integrated.macOptionIsMeta'?: boolean;
8401
+ readonly 'terminal.integrated.middleClickBehavior'?: 'default' | 'paste';
8402
+ readonly 'terminal.integrated.minimumContrastRatio'?: number;
8403
+ readonly 'terminal.integrated.mouseWheelScrollSensitivity'?: number;
8404
+ readonly 'terminal.integrated.mouseWheelZoom'?: boolean;
8405
+ readonly 'terminal.integrated.persistentSessionReviveProcess'?: 'onExit' | 'onExitAndWindowClose' | 'never';
8406
+ readonly 'terminal.integrated.persistentSessionScrollback'?: number;
8407
+ readonly 'terminal.integrated.profiles.linux'?: Record<string, unknown>;
8408
+ readonly 'terminal.integrated.profiles.osx'?: Record<string, unknown>;
8409
+ readonly 'terminal.integrated.profiles.windows'?: Record<string, unknown>;
8410
+ readonly 'terminal.integrated.rescaleOverlappingGlyphs'?: boolean;
8411
+ readonly 'terminal.integrated.rightClickBehavior'?: 'default' | 'copyPaste' | 'paste' | 'selectWord' | 'nothing';
8412
+ readonly 'terminal.integrated.scrollback'?: number;
8413
+ readonly 'terminal.integrated.sendKeybindingsToShell'?: boolean;
8414
+ readonly 'terminal.integrated.shellIntegration.decorationsEnabled'?: 'both' | 'gutter' | 'overviewRuler' | 'never';
8415
+ readonly 'terminal.integrated.shellIntegration.enabled'?: boolean;
8416
+ readonly 'terminal.integrated.shellIntegration.environmentReporting'?: boolean;
8417
+ readonly 'terminal.integrated.shellIntegration.history'?: number;
8418
+ readonly 'terminal.integrated.shellIntegration.quickFixEnabled'?: boolean;
8419
+ readonly 'terminal.integrated.shellIntegration.showCommandGuide'?: boolean;
8420
+ readonly 'terminal.integrated.shellIntegration.timeout'?: number;
8421
+ readonly 'terminal.integrated.showExitAlert'?: boolean;
8422
+ readonly 'terminal.integrated.showLinkHover'?: boolean;
8423
+ readonly 'terminal.integrated.smoothScrolling'?: boolean;
8424
+ readonly 'terminal.integrated.splitCwd'?: 'workspaceRoot' | 'initial' | 'inherited';
8425
+ readonly 'terminal.integrated.stickyScroll.enabled'?: boolean;
8426
+ readonly 'terminal.integrated.stickyScroll.ignoredCommands'?: (string)[];
8427
+ readonly 'terminal.integrated.stickyScroll.maxLineCount'?: number;
8428
+ readonly 'terminal.integrated.suggest.cdPath'?: 'off' | 'relative' | 'absolute';
8429
+ readonly 'terminal.integrated.suggest.enabled'?: boolean;
8430
+ readonly 'terminal.integrated.suggest.inlineSuggestion'?: 'off' | 'alwaysOnTopExceptExactMatch' | 'alwaysOnTop';
8431
+ readonly 'terminal.integrated.suggest.insertTrailingSpace'?: boolean;
8432
+ readonly 'terminal.integrated.suggest.providers'?: Record<string, unknown>;
8433
+ readonly 'terminal.integrated.suggest.quickSuggestions'?: Record<string, unknown>;
8434
+ readonly 'terminal.integrated.suggest.runOnEnter'?: 'never' | 'exactMatch' | 'exactMatchIgnoreExtension' | 'always';
8435
+ readonly 'terminal.integrated.suggest.selectionMode'?: 'partial' | 'always' | 'never';
8436
+ readonly 'terminal.integrated.suggest.showStatusBar'?: boolean;
8437
+ readonly 'terminal.integrated.suggest.suggestOnTriggerCharacters'?: boolean;
8438
+ readonly 'terminal.integrated.suggest.upArrowNavigatesHistory'?: boolean;
8439
+ readonly 'terminal.integrated.suggest.windowsExecutableExtensions'?: Record<string, unknown>;
8440
+ readonly 'terminal.integrated.tabStopWidth'?: number;
8441
+ readonly 'terminal.integrated.tabs.allowAgentCliTitle'?: boolean;
8442
+ readonly 'terminal.integrated.tabs.defaultColor'?: 'terminal.ansiBlack' | 'terminal.ansiRed' | 'terminal.ansiGreen' | 'terminal.ansiYellow' | 'terminal.ansiBlue' | 'terminal.ansiMagenta' | 'terminal.ansiCyan' | 'terminal.ansiWhite';
8443
+ 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' | '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' | 'git-fetch' | 'lightbulb-sparkle-autofix' | 'debug-breakpoint-pending';
8444
+ readonly 'terminal.integrated.tabs.description'?: string;
8445
+ readonly 'terminal.integrated.tabs.enableAnimation'?: boolean;
8446
+ readonly 'terminal.integrated.tabs.enabled'?: boolean;
8447
+ readonly 'terminal.integrated.tabs.focusMode'?: 'singleClick' | 'doubleClick';
8448
+ readonly 'terminal.integrated.tabs.hideCondition'?: 'never' | 'singleTerminal' | 'singleGroup';
8449
+ readonly 'terminal.integrated.tabs.location'?: 'left' | 'right';
8450
+ readonly 'terminal.integrated.tabs.separator'?: string;
8451
+ readonly 'terminal.integrated.tabs.showActions'?: 'always' | 'singleTerminal' | 'singleTerminalOrNarrow' | 'never';
8452
+ readonly 'terminal.integrated.tabs.showActiveTerminal'?: 'always' | 'singleTerminal' | 'singleTerminalOrNarrow' | 'never';
8453
+ readonly 'terminal.integrated.tabs.title'?: string;
8454
+ readonly 'terminal.integrated.textBlinking'?: boolean;
8455
+ readonly 'terminal.integrated.unicodeVersion'?: '6' | '11';
8456
+ readonly 'terminal.integrated.useWslProfiles'?: boolean;
8457
+ readonly 'terminal.integrated.windowsUseConptyDll'?: boolean;
8458
+ readonly 'terminal.integrated.wordSeparators'?: string;
8459
+ readonly 'testing.alwaysRevealTestOnStateChange'?: boolean;
8460
+ readonly 'testing.automaticallyOpenPeekView'?: 'failureAnywhere' | 'failureInVisibleDocument' | 'never';
8461
+ readonly 'testing.automaticallyOpenPeekViewDuringAutoRun'?: boolean;
8462
+ readonly 'testing.automaticallyOpenTestResults'?: 'neverOpen' | 'openOnTestStart' | 'openOnTestFailure' | 'openExplorerOnTestStart';
8463
+ readonly 'testing.countBadge'?: 'failed' | 'off' | 'passed' | 'skipped';
8464
+ readonly 'testing.coverageBarThresholds'?: unknown;
8465
+ readonly 'testing.coverageMinimapEnabled'?: boolean;
8466
+ readonly 'testing.coverageToolbarEnabled'?: boolean;
8467
+ readonly 'testing.defaultGutterClickAction'?: 'run' | 'debug' | 'runWithCoverage' | 'contextMenu';
8468
+ readonly 'testing.displayedCoveragePercent'?: 'totalCoverage' | 'statement' | 'minimum';
8469
+ readonly 'testing.followRunningTest'?: boolean;
8470
+ readonly 'testing.gutterEnabled'?: boolean;
8471
+ readonly 'testing.resultsView.layout'?: 'treeRight' | 'treeLeft';
8472
+ readonly 'testing.saveBeforeTest'?: boolean;
8473
+ readonly 'testing.showAllMessages'?: boolean;
8474
+ readonly 'testing.showCoverageInExplorer'?: boolean;
8475
+ readonly 'timeline.pageOnScroll'?: boolean;
8476
+ readonly 'timeline.pageSize'?: number | null;
8477
+ readonly 'typescript.autoClosingTags'?: boolean;
8478
+ readonly 'typescript.check.npmIsInstalled'?: boolean;
8479
+ readonly 'typescript.disableAutomaticTypeAcquisition'?: boolean;
8480
+ readonly 'typescript.enablePromptUseWorkspaceTsdk'?: boolean;
8481
+ readonly 'typescript.experimental.useTsgo'?: boolean;
8482
+ readonly 'typescript.format.enable'?: boolean;
8483
+ readonly 'typescript.format.indentSwitchCase'?: boolean;
8484
+ readonly 'typescript.format.insertSpaceAfterCommaDelimiter'?: boolean;
8485
+ readonly 'typescript.format.insertSpaceAfterConstructor'?: boolean;
8486
+ readonly 'typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions'?: boolean;
8487
+ readonly 'typescript.format.insertSpaceAfterKeywordsInControlFlowStatements'?: boolean;
8488
+ readonly 'typescript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces'?: boolean;
8489
+ readonly 'typescript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces'?: boolean;
8490
+ readonly 'typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces'?: boolean;
8491
+ readonly 'typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets'?: boolean;
8492
+ readonly 'typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis'?: boolean;
8493
+ readonly 'typescript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces'?: boolean;
8494
+ readonly 'typescript.format.insertSpaceAfterSemicolonInForStatements'?: boolean;
8495
+ readonly 'typescript.format.insertSpaceAfterTypeAssertion'?: boolean;
8496
+ readonly 'typescript.format.insertSpaceBeforeAndAfterBinaryOperators'?: boolean;
8497
+ readonly 'typescript.format.insertSpaceBeforeFunctionParenthesis'?: boolean;
8498
+ readonly 'typescript.format.placeOpenBraceOnNewLineForControlBlocks'?: boolean;
8499
+ readonly 'typescript.format.placeOpenBraceOnNewLineForFunctions'?: boolean;
8500
+ readonly 'typescript.format.semicolons'?: 'ignore' | 'insert' | 'remove';
8501
+ readonly 'typescript.implementationsCodeLens.enabled'?: boolean;
8502
+ readonly 'typescript.implementationsCodeLens.showOnAllClassMethods'?: boolean;
8503
+ readonly 'typescript.implementationsCodeLens.showOnInterfaceMethods'?: boolean;
8504
+ readonly 'typescript.inlayHints.enumMemberValues.enabled'?: boolean;
8505
+ readonly 'typescript.inlayHints.functionLikeReturnTypes.enabled'?: boolean;
8506
+ readonly 'typescript.inlayHints.parameterNames.enabled'?: 'none' | 'literals' | 'all';
8507
+ readonly 'typescript.inlayHints.parameterNames.suppressWhenArgumentMatchesName'?: boolean;
8508
+ readonly 'typescript.inlayHints.parameterTypes.enabled'?: boolean;
8509
+ readonly 'typescript.inlayHints.propertyDeclarationTypes.enabled'?: boolean;
8510
+ readonly 'typescript.inlayHints.variableTypes.enabled'?: boolean;
8511
+ readonly 'typescript.inlayHints.variableTypes.suppressWhenTypeMatchesName'?: boolean;
8512
+ readonly 'typescript.locale'?: 'auto' | 'de' | 'es' | 'en' | 'fr' | 'it' | 'ja' | 'ko' | 'ru' | 'zh-CN' | 'zh-TW';
8513
+ readonly 'typescript.npm'?: string;
8514
+ readonly 'typescript.preferGoToSourceDefinition'?: boolean;
8515
+ readonly 'typescript.preferences.autoImportFileExcludePatterns'?: (string)[];
8516
+ readonly 'typescript.preferences.autoImportSpecifierExcludeRegexes'?: (string)[];
8517
+ readonly 'typescript.preferences.importModuleSpecifier'?: 'shortest' | 'relative' | 'non-relative' | 'project-relative';
8518
+ readonly 'typescript.preferences.importModuleSpecifierEnding'?: 'auto' | 'minimal' | 'index' | 'js';
8519
+ readonly 'typescript.preferences.includePackageJsonAutoImports'?: 'auto' | 'on' | 'off';
8520
+ readonly 'typescript.preferences.jsxAttributeCompletionStyle'?: 'auto' | 'braces' | 'none';
8521
+ readonly 'typescript.preferences.organizeImports'?: Record<string, unknown>;
8522
+ readonly 'typescript.preferences.preferTypeOnlyAutoImports'?: boolean;
8523
+ readonly 'typescript.preferences.quoteStyle'?: 'auto' | 'single' | 'double';
8524
+ readonly 'typescript.preferences.renameMatchingJsxTags'?: boolean;
8525
+ readonly 'typescript.preferences.useAliasesForRenames'?: boolean;
8526
+ readonly 'typescript.referencesCodeLens.enabled'?: boolean;
8527
+ readonly 'typescript.referencesCodeLens.showOnAllFunctions'?: boolean;
8528
+ readonly 'typescript.reportStyleChecksAsWarnings'?: boolean;
8529
+ readonly 'typescript.suggest.autoImports'?: boolean;
8530
+ readonly 'typescript.suggest.classMemberSnippets.enabled'?: boolean;
8531
+ readonly 'typescript.suggest.completeFunctionCalls'?: boolean;
8532
+ readonly 'typescript.suggest.completeJSDocs'?: boolean;
8533
+ readonly 'typescript.suggest.enabled'?: boolean;
8534
+ readonly 'typescript.suggest.includeAutomaticOptionalChainCompletions'?: boolean;
8535
+ readonly 'typescript.suggest.includeCompletionsForImportStatements'?: boolean;
8536
+ readonly 'typescript.suggest.jsdoc.generateReturns'?: boolean;
8537
+ readonly 'typescript.suggest.objectLiteralMethodSnippets.enabled'?: boolean;
8538
+ readonly 'typescript.suggest.paths'?: boolean;
8539
+ readonly 'typescript.suggestionActions.enabled'?: boolean;
8540
+ readonly 'typescript.tsc.autoDetect'?: 'on' | 'off' | 'build' | 'watch';
8541
+ readonly 'typescript.tsdk'?: string;
8542
+ readonly 'typescript.tsserver.enableTracing'?: boolean;
8543
+ readonly 'typescript.tsserver.experimental.enableProjectDiagnostics'?: boolean;
8544
+ readonly 'typescript.tsserver.log'?: 'off' | 'terse' | 'normal' | 'verbose' | 'requestTime';
8545
+ readonly 'typescript.tsserver.maxTsServerMemory'?: number;
8546
+ readonly 'typescript.tsserver.nodePath'?: string;
8547
+ readonly 'typescript.tsserver.pluginPaths'?: (string)[];
8548
+ readonly 'typescript.tsserver.useSyntaxServer'?: 'always' | 'never' | 'auto';
8549
+ readonly 'typescript.tsserver.watchOptions'?: unknown;
8550
+ readonly 'typescript.tsserver.web.projectWideIntellisense.enabled'?: boolean;
8551
+ readonly 'typescript.tsserver.web.projectWideIntellisense.suppressSemanticErrors'?: boolean;
8552
+ readonly 'typescript.tsserver.web.typeAcquisition.enabled'?: boolean;
8553
+ readonly 'typescript.updateImportsOnFileMove.enabled'?: 'prompt' | 'always' | 'never';
8554
+ readonly 'typescript.updateImportsOnPaste.enabled'?: boolean;
8555
+ readonly 'typescript.validate.enable'?: boolean;
8556
+ readonly 'typescript.workspaceSymbols.excludeLibrarySymbols'?: boolean;
8557
+ readonly 'typescript.workspaceSymbols.scope'?: 'allOpenProjects' | 'currentProject';
8558
+ readonly 'update.channel'?: string;
8559
+ readonly 'update.mode'?: 'none' | 'manual' | 'start' | 'default';
8560
+ readonly 'update.showPostInstallInfo'?: boolean;
8561
+ readonly 'update.showReleaseNotes'?: boolean;
8562
+ readonly 'update.titleBar'?: boolean;
8563
+ readonly 'window.autoDetectColorScheme'?: boolean;
8564
+ readonly 'window.autoDetectHighContrast'?: boolean;
8565
+ readonly 'window.closeWhenEmpty'?: boolean;
8566
+ readonly 'window.commandCenter'?: boolean;
8567
+ readonly 'window.confirmBeforeClose'?: 'always' | 'keyboardOnly' | 'never';
8568
+ readonly 'window.confirmSaveUntitledWorkspace'?: boolean;
8569
+ readonly 'window.controlsStyle'?: 'native' | 'custom' | 'hidden';
8570
+ readonly 'window.customMenuBarAltFocus'?: boolean;
8571
+ readonly 'window.customTitleBarVisibility'?: 'auto' | 'windowed' | 'never';
8572
+ readonly 'window.density.editorTabHeight'?: 'default' | 'compact';
8573
+ readonly 'window.dialogStyle'?: 'native' | 'custom';
8574
+ readonly 'window.doubleClickIconToClose'?: boolean;
8575
+ readonly 'window.enableMenuBarMnemonics'?: boolean;
8576
+ readonly 'window.menuBarVisibility'?: 'classic' | 'visible' | 'toggle' | 'hidden' | 'compact';
8577
+ readonly 'window.menuStyle'?: 'custom' | 'native' | 'inherit';
8578
+ readonly 'window.newWindowDimensions'?: 'default' | 'inherit' | 'offset' | 'maximized' | 'fullscreen';
8579
+ readonly 'window.openFilesInNewWindow'?: 'on' | 'off' | 'default';
8580
+ readonly 'window.openFoldersInNewWindow'?: 'on' | 'off' | 'default';
8581
+ readonly 'window.openWithoutArgumentsInNewWindow'?: 'on' | 'off';
8582
+ readonly 'window.restoreFullscreen'?: boolean;
8583
+ readonly 'window.restoreWindows'?: 'preserve' | 'all' | 'folders' | 'one' | 'none';
8584
+ readonly 'window.title'?: string;
8585
+ readonly 'window.titleBarStyle'?: 'native' | 'custom';
8586
+ readonly 'window.titleSeparator'?: string;
8587
+ readonly 'window.zoomLevel'?: number;
8588
+ readonly 'window.zoomPerWindow'?: boolean;
8589
+ readonly 'workbench.activityBar.autoHide'?: boolean;
8590
+ readonly 'workbench.activityBar.compact'?: boolean;
8591
+ readonly 'workbench.activityBar.iconClickBehavior'?: 'toggle' | 'focus';
8592
+ readonly 'workbench.activityBar.location'?: 'default' | 'top' | 'bottom' | 'hidden';
8593
+ readonly 'workbench.browser.dataStorage'?: 'global' | 'workspace' | 'ephemeral';
8594
+ readonly 'workbench.browser.enableChatTools'?: boolean;
8595
+ readonly 'workbench.browser.openLocalhostLinks'?: boolean;
8596
+ readonly 'workbench.browser.pageZoom'?: 'Match Window' | '25%' | '33%' | '50%' | '67%' | '75%' | '80%' | '90%' | '100%' | '110%' | '125%' | '150%' | '175%' | '200%' | '250%' | '300%' | '400%' | '500%';
8597
+ readonly 'workbench.browser.showInTitleBar'?: true | false | 'whenOpen';
8598
+ readonly 'workbench.cloudChanges.autoResume'?: 'onReload' | 'off';
8599
+ readonly 'workbench.cloudChanges.continueOn'?: 'prompt' | 'off';
8600
+ readonly 'workbench.colorCustomizations'?: Record<string, unknown>;
8601
+ readonly 'workbench.colorTheme'?: 'Abyss' | 'Visual Studio Dark' | 'Dark 2026' | 'Default High Contrast' | 'Dark Modern' | 'Dark+' | 'Kimbie Dark' | 'Visual Studio Light' | 'Light 2026' | 'Default High Contrast Light' | 'Light Modern' | 'Light+' | 'Monokai' | 'Monokai Dimmed' | 'Quiet Light' | 'Red' | 'Solarized Dark' | 'Solarized Light' | 'Tomorrow Night Blue';
8602
+ readonly 'workbench.commandPalette.experimental.askChatLocation'?: 'chatView' | 'quickChat';
8603
+ readonly 'workbench.commandPalette.experimental.enableNaturalLanguageSearch'?: boolean;
8604
+ readonly 'workbench.commandPalette.experimental.suggestCommands'?: boolean;
8605
+ readonly 'workbench.commandPalette.history'?: number;
8606
+ readonly 'workbench.commandPalette.preserveInput'?: boolean;
8607
+ readonly 'workbench.commandPalette.showAskInChat'?: boolean;
8608
+ readonly 'workbench.diffEditorAssociations'?: Record<string, unknown>;
8609
+ readonly 'workbench.editor.alwaysShowEditorActions'?: boolean;
8610
+ readonly 'workbench.editor.autoLockGroups'?: Record<string, unknown>;
8611
+ readonly 'workbench.editor.centeredLayoutAutoResize'?: boolean;
8612
+ readonly 'workbench.editor.centeredLayoutFixedWidth'?: boolean;
8613
+ readonly 'workbench.editor.closeEmptyGroups'?: boolean;
8614
+ readonly 'workbench.editor.closeOnFileDelete'?: boolean;
8615
+ readonly 'workbench.editor.customLabels.enabled'?: boolean;
8616
+ readonly 'workbench.editor.customLabels.patterns'?: Record<string, unknown>;
8617
+ readonly 'workbench.editor.decorations.badges'?: boolean;
8618
+ readonly 'workbench.editor.decorations.colors'?: boolean;
8619
+ readonly 'workbench.editor.defaultBinaryEditor'?: 'default' | 'workbench.editor.chatSession' | 'workbench.editorinputs.searchEditorInput' | 'agentSessionsWelcomePage' | 'notebookOutputEditor' | 'repl' | 'workbench.editors.gettingStartedInput' | 'jupyter-notebook' | 'vscode.markdown.preview.editor' | 'imagePreview.previewEditor' | 'vscode.audioPreview' | 'vscode.videoPreview' | 'jsProfileVisualizer.cpuprofile.table' | 'jsProfileVisualizer.heapprofile.table' | 'jsProfileVisualizer.heapsnapshot.table' | '';
8620
+ readonly 'workbench.editor.doubleClickTabToToggleEditorGroupSizes'?: 'maximize' | 'expand' | 'off';
8621
+ readonly 'workbench.editor.dragToOpenWindow'?: boolean;
8622
+ readonly 'workbench.editor.editorActionsLocation'?: 'default' | 'titleBar' | 'hidden';
8623
+ readonly 'workbench.editor.empty.hint'?: 'text' | 'hidden';
8624
+ readonly 'workbench.editor.enablePreview'?: boolean;
8625
+ readonly 'workbench.editor.enablePreviewFromCodeNavigation'?: boolean;
8626
+ readonly 'workbench.editor.enablePreviewFromQuickOpen'?: boolean;
8627
+ readonly 'workbench.editor.focusRecentEditorAfterClose'?: boolean;
8628
+ readonly 'workbench.editor.highlightModifiedTabs'?: boolean;
8629
+ readonly 'workbench.editor.historyBasedLanguageDetection'?: boolean;
8630
+ readonly 'workbench.editor.labelFormat'?: 'default' | 'short' | 'medium' | 'long';
8631
+ readonly 'workbench.editor.languageDetection'?: boolean;
8632
+ readonly 'workbench.editor.languageDetectionHints'?: Record<string, unknown>;
8633
+ readonly 'workbench.editor.limit.enabled'?: boolean;
8634
+ readonly 'workbench.editor.limit.excludeDirty'?: boolean;
8635
+ readonly 'workbench.editor.limit.perEditorGroup'?: boolean;
8636
+ readonly 'workbench.editor.limit.value'?: number;
8637
+ readonly 'workbench.editor.mouseBackForwardToNavigate'?: boolean;
8638
+ readonly 'workbench.editor.navigationScope'?: 'default' | 'editorGroup' | 'editor';
8639
+ readonly 'workbench.editor.openPositioning'?: 'left' | 'right' | 'first' | 'last';
8640
+ readonly 'workbench.editor.openSideBySideDirection'?: 'right' | 'down';
8641
+ readonly 'workbench.editor.pinnedTabSizing'?: 'normal' | 'compact' | 'shrink';
8642
+ readonly 'workbench.editor.pinnedTabsOnSeparateRow'?: boolean;
8643
+ readonly 'workbench.editor.preferHistoryBasedLanguageDetection'?: boolean;
8644
+ readonly 'workbench.editor.preventPinnedEditorClose'?: 'keyboardAndMouse' | 'keyboard' | 'mouse' | 'never';
8645
+ readonly 'workbench.editor.restoreEditors'?: boolean;
8646
+ readonly 'workbench.editor.restoreViewState'?: boolean;
8647
+ readonly 'workbench.editor.revealIfOpen'?: boolean;
8648
+ readonly 'workbench.editor.scrollToSwitchTabs'?: boolean;
8649
+ readonly 'workbench.editor.sharedViewState'?: boolean;
8650
+ readonly 'workbench.editor.showIcons'?: boolean;
8651
+ readonly 'workbench.editor.showTabIndex'?: boolean;
8652
+ readonly 'workbench.editor.showTabs'?: 'multiple' | 'single' | 'none';
8653
+ readonly 'workbench.editor.splitInGroupLayout'?: 'vertical' | 'horizontal';
8654
+ readonly 'workbench.editor.splitOnDragAndDrop'?: boolean;
8655
+ readonly 'workbench.editor.splitSizing'?: 'auto' | 'distribute' | 'split';
8656
+ readonly 'workbench.editor.tabActionCloseVisibility'?: boolean;
8657
+ readonly 'workbench.editor.tabActionLocation'?: 'left' | 'right';
8658
+ readonly 'workbench.editor.tabActionUnpinVisibility'?: boolean;
8659
+ readonly 'workbench.editor.tabSizing'?: 'fit' | 'shrink' | 'fixed';
8660
+ readonly 'workbench.editor.tabSizingFixedMaxWidth'?: number;
8661
+ readonly 'workbench.editor.tabSizingFixedMinWidth'?: number;
8662
+ readonly 'workbench.editor.titleScrollbarSizing'?: 'default' | 'large';
8663
+ readonly 'workbench.editor.titleScrollbarVisibility'?: 'auto' | 'visible' | 'hidden';
8664
+ readonly 'workbench.editor.untitled.labelFormat'?: 'content' | 'name';
8665
+ readonly 'workbench.editor.useModal'?: 'off' | 'some' | 'all';
8666
+ readonly 'workbench.editor.wrapTabs'?: boolean;
8667
+ readonly 'workbench.editorAssociations'?: Record<string, unknown>;
8668
+ readonly 'workbench.editorLargeFileConfirmation'?: number;
8669
+ readonly 'workbench.enableExperiments'?: boolean;
8670
+ readonly 'workbench.experimental.cloudChanges.autoStore'?: 'onShutdown' | 'off';
8671
+ readonly 'workbench.experimental.cloudChanges.partialMatches.enabled'?: boolean;
8672
+ readonly 'workbench.experimental.share.enabled'?: boolean;
8673
+ readonly 'workbench.externalBrowser'?: string;
8674
+ readonly 'workbench.externalUriOpeners'?: Record<string, unknown>;
8675
+ readonly 'workbench.hover.delay'?: number;
8676
+ readonly 'workbench.hover.reducedDelay'?: number;
8677
+ readonly 'workbench.iconTheme'?: null | 'vs-minimal' | 'vs-seti';
8678
+ readonly 'workbench.layoutControl.enabled'?: boolean;
8679
+ readonly 'workbench.layoutControl.type'?: 'menu' | 'toggles' | 'both';
8680
+ readonly 'workbench.list.defaultFindMatchType'?: 'fuzzy' | 'contiguous';
8681
+ readonly 'workbench.list.defaultFindMode'?: 'highlight' | 'filter';
8682
+ readonly 'workbench.list.fastScrollSensitivity'?: number;
8683
+ readonly 'workbench.list.horizontalScrolling'?: boolean;
8684
+ readonly 'workbench.list.keyboardNavigation'?: 'simple' | 'highlight' | 'filter';
8685
+ readonly 'workbench.list.mouseWheelScrollSensitivity'?: number;
8686
+ readonly 'workbench.list.multiSelectModifier'?: 'ctrlCmd' | 'alt';
8687
+ readonly 'workbench.list.openMode'?: 'singleClick' | 'doubleClick';
8688
+ readonly 'workbench.list.scrollByPage'?: boolean;
8689
+ readonly 'workbench.list.smoothScrolling'?: boolean;
8690
+ readonly 'workbench.list.typeNavigationMode'?: 'automatic' | 'trigger';
8691
+ readonly 'workbench.localHistory.enabled'?: boolean;
8692
+ readonly 'workbench.localHistory.exclude'?: Record<string, unknown>;
8693
+ readonly 'workbench.localHistory.maxFileEntries'?: number;
8694
+ readonly 'workbench.localHistory.maxFileSize'?: number;
8695
+ readonly 'workbench.localHistory.mergeWindow'?: number;
8696
+ readonly 'workbench.navigationControl.enabled'?: boolean;
8697
+ readonly 'workbench.notifications.position'?: 'bottom-right' | 'bottom-left' | 'top-right';
8698
+ readonly 'workbench.notifications.showInTitleBar'?: boolean;
8699
+ readonly 'workbench.panel.defaultLocation'?: 'left' | 'bottom' | 'top' | 'right';
8700
+ readonly 'workbench.panel.opensMaximized'?: 'always' | 'never' | 'preserve';
8701
+ readonly 'workbench.panel.showLabels'?: boolean;
8702
+ readonly 'workbench.preferredDarkColorTheme'?: 'Abyss' | 'Visual Studio Dark' | 'Dark 2026' | 'Default High Contrast' | 'Dark Modern' | 'Dark+' | 'Kimbie Dark' | 'Visual Studio Light' | 'Light 2026' | 'Default High Contrast Light' | 'Light Modern' | 'Light+' | 'Monokai' | 'Monokai Dimmed' | 'Quiet Light' | 'Red' | 'Solarized Dark' | 'Solarized Light' | 'Tomorrow Night Blue';
8703
+ readonly 'workbench.preferredHighContrastColorTheme'?: 'Abyss' | 'Visual Studio Dark' | 'Dark 2026' | 'Default High Contrast' | 'Dark Modern' | 'Dark+' | 'Kimbie Dark' | 'Visual Studio Light' | 'Light 2026' | 'Default High Contrast Light' | 'Light Modern' | 'Light+' | 'Monokai' | 'Monokai Dimmed' | 'Quiet Light' | 'Red' | 'Solarized Dark' | 'Solarized Light' | 'Tomorrow Night Blue';
8704
+ readonly 'workbench.preferredHighContrastLightColorTheme'?: 'Abyss' | 'Visual Studio Dark' | 'Dark 2026' | 'Default High Contrast' | 'Dark Modern' | 'Dark+' | 'Kimbie Dark' | 'Visual Studio Light' | 'Light 2026' | 'Default High Contrast Light' | 'Light Modern' | 'Light+' | 'Monokai' | 'Monokai Dimmed' | 'Quiet Light' | 'Red' | 'Solarized Dark' | 'Solarized Light' | 'Tomorrow Night Blue';
8705
+ readonly 'workbench.preferredLightColorTheme'?: 'Abyss' | 'Visual Studio Dark' | 'Dark 2026' | 'Default High Contrast' | 'Dark Modern' | 'Dark+' | 'Kimbie Dark' | 'Visual Studio Light' | 'Light 2026' | 'Default High Contrast Light' | 'Light Modern' | 'Light+' | 'Monokai' | 'Monokai Dimmed' | 'Quiet Light' | 'Red' | 'Solarized Dark' | 'Solarized Light' | 'Tomorrow Night Blue';
8706
+ readonly 'workbench.productIconTheme'?: 'Default';
8707
+ readonly 'workbench.quickOpen.closeOnFocusLost'?: boolean;
8708
+ readonly 'workbench.quickOpen.preserveInput'?: boolean;
8709
+ readonly 'workbench.reduceMotion'?: 'on' | 'off' | 'auto';
8710
+ readonly 'workbench.reduceTransparency'?: 'on' | 'off' | 'auto';
8711
+ readonly 'workbench.remoteIndicator.showExtensionRecommendations'?: boolean;
8712
+ readonly 'workbench.sash.hoverDelay'?: number;
8713
+ readonly 'workbench.sash.size'?: number;
8714
+ readonly 'workbench.secondarySideBar.defaultVisibility'?: 'hidden' | 'visibleInWorkspace' | 'visible' | 'maximizedInWorkspace' | 'maximized';
8715
+ readonly 'workbench.secondarySideBar.forceMaximized'?: boolean;
8716
+ readonly 'workbench.secondarySideBar.showLabels'?: boolean;
8717
+ readonly 'workbench.settings.alwaysShowAdvancedSettings'?: boolean;
8718
+ readonly 'workbench.settings.applyToAllProfiles'?: unknown[];
8719
+ readonly 'workbench.settings.editor'?: 'ui' | 'json';
8720
+ readonly 'workbench.settings.enableNaturalLanguageSearch'?: boolean;
8721
+ readonly 'workbench.settings.openDefaultKeybindings'?: boolean;
8722
+ readonly 'workbench.settings.openDefaultSettings'?: boolean;
8723
+ readonly 'workbench.settings.settingsSearchTocBehavior'?: 'hide' | 'filter';
8724
+ readonly 'workbench.settings.showAISearchToggle'?: boolean;
8725
+ readonly 'workbench.settings.useSplitJSON'?: boolean;
8726
+ readonly 'workbench.shadows'?: boolean;
8727
+ readonly 'workbench.sideBar.location'?: 'left' | 'right';
8728
+ readonly 'workbench.startupEditor'?: 'none' | 'welcomePage' | 'readme' | 'newUntitledFile' | 'welcomePageInEmptyWorkbench' | 'terminal' | 'agentSessionsWelcomePage';
8729
+ readonly 'workbench.statusBar.visible'?: boolean;
8730
+ readonly 'workbench.tips.enabled'?: boolean;
8731
+ readonly 'workbench.tree.enableStickyScroll'?: boolean;
8732
+ readonly 'workbench.tree.expandMode'?: 'singleClick' | 'doubleClick';
8733
+ readonly 'workbench.tree.indent'?: number;
8734
+ readonly 'workbench.tree.renderIndentGuides'?: 'none' | 'onHover' | 'always';
8735
+ readonly 'workbench.tree.stickyScrollMaxItemCount'?: number;
8736
+ readonly 'workbench.trustedDomains.promptInTrustedWorkspace'?: boolean;
8737
+ readonly 'workbench.view.alwaysShowHeaderActions'?: boolean;
8738
+ readonly 'workbench.view.showQuietly'?: Record<string, unknown>;
8739
+ readonly 'workbench.welcomePage.experimentalOnboarding'?: boolean;
8740
+ readonly 'workbench.welcomePage.preferReducedMotion'?: boolean;
8741
+ readonly 'workbench.welcomePage.walkthroughs.openOnInstall'?: boolean;
8742
+ readonly 'zenMode.centerLayout'?: boolean;
8743
+ readonly 'zenMode.fullScreen'?: boolean;
8744
+ readonly 'zenMode.hideActivityBar'?: boolean;
8745
+ readonly 'zenMode.hideLineNumbers'?: boolean;
8746
+ readonly 'zenMode.hideStatusBar'?: boolean;
8747
+ readonly 'zenMode.restore'?: boolean;
8748
+ readonly 'zenMode.showTabs'?: 'multiple' | 'single' | 'none';
8749
+ readonly 'zenMode.silentNotifications'?: boolean;
8750
+ }, never>;
8751
+
8752
+ // ── 1.121.0-insider+2026051305 (2044 settings) ──
8753
+ export interface VscodeSettings_1_121_0_insider_2026051305 {
8754
+ readonly '[chatagent]'?: Record<string, unknown>;
8755
+ readonly '[clojure]'?: Record<string, unknown>;
8756
+ readonly '[coffeescript]'?: Record<string, unknown>;
8757
+ readonly '[csharp]'?: Record<string, unknown>;
8758
+ readonly '[css]'?: Record<string, unknown>;
8759
+ readonly '[dockercompose]'?: Record<string, unknown>;
8760
+ readonly '[dockerfile]'?: Record<string, unknown>;
8761
+ readonly '[fsharp]'?: Record<string, unknown>;
8762
+ readonly '[git-commit]'?: Record<string, unknown>;
8763
+ readonly '[git-rebase]'?: Record<string, unknown>;
8764
+ readonly '[go]'?: Record<string, unknown>;
8765
+ readonly '[handlebars]'?: Record<string, unknown>;
8766
+ readonly '[html]'?: Record<string, unknown>;
8767
+ readonly '[instructions]'?: Record<string, unknown>;
8768
+ readonly '[jade]'?: Record<string, unknown>;
8769
+ readonly '[javascript]'?: Record<string, unknown>;
8770
+ readonly '[json]'?: Record<string, unknown>;
8771
+ readonly '[jsonc]'?: Record<string, unknown>;
8772
+ readonly '[julia]'?: Record<string, unknown>;
8773
+ readonly '[less]'?: Record<string, unknown>;
8774
+ readonly '[makefile]'?: Record<string, unknown>;
8775
+ readonly '[markdown]'?: Record<string, unknown>;
8776
+ readonly '[plaintext]'?: Record<string, unknown>;
8777
+ readonly '[prompt]'?: Record<string, unknown>;
8778
+ readonly '[python]'?: Record<string, unknown>;
8779
+ readonly '[ruby]'?: Record<string, unknown>;
8780
+ readonly '[scss]'?: Record<string, unknown>;
8781
+ readonly '[search-result]'?: Record<string, unknown>;
8782
+ readonly '[shellscript]'?: Record<string, unknown>;
8783
+ readonly '[skill]'?: Record<string, unknown>;
8784
+ readonly '[snippets]'?: Record<string, unknown>;
8785
+ readonly '[yaml]'?: Record<string, unknown>;
8786
+ readonly 'accessibility.accessibleView.closeOnKeyPress'?: boolean;
8787
+ readonly 'accessibility.chat.showCheckmarks'?: boolean;
8788
+ readonly 'accessibility.debugWatchVariableAnnouncements'?: boolean;
8789
+ readonly 'accessibility.dimUnfocused.enabled'?: boolean;
8790
+ readonly 'accessibility.dimUnfocused.opacity'?: number;
8791
+ readonly 'accessibility.hideAccessibleView'?: boolean;
8792
+ readonly 'accessibility.openChatEditedFiles'?: boolean;
8793
+ readonly 'accessibility.replEditor.autoFocusReplExecution'?: 'none' | 'input' | 'lastExecution';
8794
+ readonly 'accessibility.replEditor.readLastExecutionOutput'?: boolean;
8795
+ readonly 'accessibility.signalOptions.debouncePositionChanges'?: boolean;
8796
+ readonly 'accessibility.signalOptions.experimental.delays.errorAtPosition'?: Record<string, unknown>;
8797
+ readonly 'accessibility.signalOptions.experimental.delays.general'?: Record<string, unknown>;
8798
+ readonly 'accessibility.signalOptions.experimental.delays.warningAtPosition'?: Record<string, unknown>;
8799
+ readonly 'accessibility.signalOptions.volume'?: number;
8800
+ readonly 'accessibility.signals.chatEditModifiedFile'?: Record<string, unknown>;
8801
+ readonly 'accessibility.signals.chatRequestSent'?: Record<string, unknown>;
8802
+ readonly 'accessibility.signals.chatResponseReceived'?: Record<string, unknown>;
8803
+ readonly 'accessibility.signals.chatUserActionRequired'?: Record<string, unknown>;
8804
+ readonly 'accessibility.signals.clear'?: Record<string, unknown>;
8805
+ readonly 'accessibility.signals.codeActionApplied'?: Record<string, unknown>;
8806
+ readonly 'accessibility.signals.codeActionTriggered'?: Record<string, unknown>;
8807
+ readonly 'accessibility.signals.diffLineDeleted'?: Record<string, unknown>;
8808
+ readonly 'accessibility.signals.diffLineInserted'?: Record<string, unknown>;
8809
+ readonly 'accessibility.signals.diffLineModified'?: Record<string, unknown>;
8810
+ readonly 'accessibility.signals.editsKept'?: Record<string, unknown>;
8811
+ readonly 'accessibility.signals.editsUndone'?: Record<string, unknown>;
8812
+ readonly 'accessibility.signals.format'?: Record<string, unknown>;
8813
+ readonly 'accessibility.signals.lineHasBreakpoint'?: Record<string, unknown>;
8814
+ readonly 'accessibility.signals.lineHasError'?: Record<string, unknown>;
8815
+ readonly 'accessibility.signals.lineHasFoldedArea'?: Record<string, unknown>;
8816
+ readonly 'accessibility.signals.lineHasInlineSuggestion'?: Record<string, unknown>;
8817
+ readonly 'accessibility.signals.lineHasWarning'?: Record<string, unknown>;
8818
+ readonly 'accessibility.signals.nextEditSuggestion'?: Record<string, unknown>;
8819
+ readonly 'accessibility.signals.noInlayHints'?: Record<string, unknown>;
8820
+ readonly 'accessibility.signals.notebookCellCompleted'?: Record<string, unknown>;
8821
+ readonly 'accessibility.signals.notebookCellFailed'?: Record<string, unknown>;
8822
+ readonly 'accessibility.signals.onDebugBreak'?: Record<string, unknown>;
8823
+ readonly 'accessibility.signals.positionHasError'?: Record<string, unknown>;
8824
+ readonly 'accessibility.signals.positionHasWarning'?: Record<string, unknown>;
8825
+ readonly 'accessibility.signals.progress'?: Record<string, unknown>;
8826
+ readonly 'accessibility.signals.save'?: Record<string, unknown>;
8827
+ readonly 'accessibility.signals.taskCompleted'?: Record<string, unknown>;
8828
+ readonly 'accessibility.signals.taskFailed'?: Record<string, unknown>;
8829
+ readonly 'accessibility.signals.terminalBell'?: Record<string, unknown>;
8830
+ readonly 'accessibility.signals.terminalCommandFailed'?: Record<string, unknown>;
8831
+ readonly 'accessibility.signals.terminalCommandSucceeded'?: Record<string, unknown>;
8832
+ readonly 'accessibility.signals.terminalQuickFix'?: Record<string, unknown>;
8833
+ readonly 'accessibility.signals.voiceRecordingStarted'?: Record<string, unknown>;
8834
+ readonly 'accessibility.signals.voiceRecordingStopped'?: Record<string, unknown>;
8835
+ readonly 'accessibility.underlineLinks'?: boolean;
8836
+ readonly 'accessibility.verboseChatProgressUpdates'?: boolean;
8837
+ readonly 'accessibility.verbosity.chatQuestionCarousel'?: boolean;
8838
+ readonly 'accessibility.verbosity.comments'?: boolean;
8839
+ readonly 'accessibility.verbosity.debug'?: boolean;
8840
+ readonly 'accessibility.verbosity.diffEditor'?: boolean;
8841
+ readonly 'accessibility.verbosity.diffEditorActive'?: boolean;
8842
+ readonly 'accessibility.verbosity.emptyEditorHint'?: boolean;
8843
+ readonly 'accessibility.verbosity.find'?: boolean;
8844
+ readonly 'accessibility.verbosity.hover'?: boolean;
8845
+ readonly 'accessibility.verbosity.inlineChat'?: boolean;
8846
+ readonly 'accessibility.verbosity.inlineCompletions'?: boolean;
8847
+ readonly 'accessibility.verbosity.keybindingsEditor'?: boolean;
8848
+ readonly 'accessibility.verbosity.notebook'?: boolean;
8849
+ readonly 'accessibility.verbosity.notification'?: boolean;
8850
+ readonly 'accessibility.verbosity.panelChat'?: boolean;
8851
+ readonly 'accessibility.verbosity.replEditor'?: boolean;
8852
+ readonly 'accessibility.verbosity.sessionsChat'?: boolean;
8853
+ readonly 'accessibility.verbosity.sourceControl'?: boolean;
8854
+ readonly 'accessibility.verbosity.terminal'?: boolean;
8855
+ readonly 'accessibility.verbosity.terminalChatOutput'?: boolean;
8856
+ readonly 'accessibility.verbosity.walkthrough'?: boolean;
8857
+ readonly 'accessibility.windowTitleOptimized'?: boolean;
8858
+ readonly 'application.experimental.rendererProfiling'?: boolean;
8859
+ readonly 'application.shellEnvironmentResolutionTimeout'?: number;
8860
+ readonly 'breadcrumbs.enabled'?: boolean;
8861
+ readonly 'breadcrumbs.filePath'?: 'on' | 'off' | 'last';
8862
+ readonly 'breadcrumbs.icons'?: boolean;
8863
+ readonly 'breadcrumbs.showArrays'?: boolean;
8864
+ readonly 'breadcrumbs.showBooleans'?: boolean;
8865
+ readonly 'breadcrumbs.showClasses'?: boolean;
8866
+ readonly 'breadcrumbs.showConstants'?: boolean;
8867
+ readonly 'breadcrumbs.showConstructors'?: boolean;
8868
+ readonly 'breadcrumbs.showEnumMembers'?: boolean;
8869
+ readonly 'breadcrumbs.showEnums'?: boolean;
8870
+ readonly 'breadcrumbs.showEvents'?: boolean;
8871
+ readonly 'breadcrumbs.showFields'?: boolean;
8872
+ readonly 'breadcrumbs.showFiles'?: boolean;
8873
+ readonly 'breadcrumbs.showFunctions'?: boolean;
8874
+ readonly 'breadcrumbs.showInterfaces'?: boolean;
8875
+ readonly 'breadcrumbs.showKeys'?: boolean;
8876
+ readonly 'breadcrumbs.showMethods'?: boolean;
8877
+ readonly 'breadcrumbs.showModules'?: boolean;
8878
+ readonly 'breadcrumbs.showNamespaces'?: boolean;
8879
+ readonly 'breadcrumbs.showNull'?: boolean;
8880
+ readonly 'breadcrumbs.showNumbers'?: boolean;
8881
+ readonly 'breadcrumbs.showObjects'?: boolean;
8882
+ readonly 'breadcrumbs.showOperators'?: boolean;
8883
+ readonly 'breadcrumbs.showPackages'?: boolean;
8884
+ readonly 'breadcrumbs.showProperties'?: boolean;
8885
+ readonly 'breadcrumbs.showStrings'?: boolean;
8886
+ readonly 'breadcrumbs.showStructs'?: boolean;
8887
+ readonly 'breadcrumbs.showTypeParameters'?: boolean;
8888
+ readonly 'breadcrumbs.showVariables'?: boolean;
8889
+ readonly 'breadcrumbs.symbolPath'?: 'on' | 'off' | 'last';
8890
+ readonly 'breadcrumbs.symbolPathSeparator'?: string;
8891
+ readonly 'breadcrumbs.symbolSortOrder'?: 'position' | 'name' | 'type';
8892
+ readonly 'chat.agent.allowedNetworkDomains'?: (string)[];
8893
+ readonly 'chat.agent.codeBlockProgress'?: boolean;
8894
+ readonly 'chat.agent.deniedNetworkDomains'?: (string)[];
8895
+ readonly 'chat.agent.enabled'?: boolean;
8896
+ readonly 'chat.agent.maxRequests'?: number;
8897
+ readonly 'chat.agent.networkFilter'?: boolean;
8898
+ readonly 'chat.agent.sandbox.allowAutoApprove'?: boolean;
8899
+ readonly 'chat.agent.sandbox.allowUnsandboxedCommands'?: boolean;
8900
+ readonly 'chat.agent.sandbox.allowedNetworkDomains'?: (string)[];
8901
+ readonly 'chat.agent.sandbox.autoApproveUnsandboxedCommands'?: boolean;
8902
+ readonly 'chat.agent.sandbox.deniedNetworkDomains'?: (string)[];
8903
+ readonly 'chat.agent.sandbox.enabled'?: 'off' | 'on' | 'allowNetwork';
8904
+ readonly 'chat.agent.sandbox.fileSystem.linux'?: Record<string, unknown>;
8905
+ readonly 'chat.agent.sandbox.fileSystem.mac'?: Record<string, unknown>;
8906
+ readonly 'chat.agent.sandboxFileSystem.linux'?: Record<string, unknown>;
8907
+ readonly 'chat.agent.sandboxFileSystem.mac'?: Record<string, unknown>;
8908
+ readonly 'chat.agent.sandboxNetwork.allowedDomains'?: (string)[];
8909
+ readonly 'chat.agent.sandboxNetwork.deniedDomains'?: (string)[];
8910
+ readonly 'chat.agent.terminal.allowList'?: unknown;
8911
+ readonly 'chat.agent.terminal.autoApprove'?: unknown;
8912
+ readonly 'chat.agent.terminal.denyList'?: unknown;
8913
+ readonly 'chat.agent.thinking.collapsedTools'?: 'off' | 'withThinking' | 'always';
8914
+ readonly 'chat.agent.thinking.generateTitles'?: boolean;
8915
+ readonly 'chat.agent.thinking.phrases'?: Record<string, unknown>;
8916
+ readonly 'chat.agent.thinking.terminalTools'?: boolean;
8917
+ readonly 'chat.agent.thinkingStyle'?: 'collapsed' | 'collapsedPreview' | 'fixedScrolling';
8918
+ readonly 'chat.agentFilesLocations'?: Record<string, unknown>;
8919
+ readonly 'chat.agentHost.ahpJsonlLoggingEnabled'?: boolean;
8920
+ readonly 'chat.agentHost.claudeAgent.path'?: string;
8921
+ readonly 'chat.agentHost.clientTools'?: (string)[];
8922
+ readonly 'chat.agentHost.enabled'?: boolean;
8923
+ readonly 'chat.agentHost.ipcLoggingEnabled'?: boolean;
8924
+ readonly 'chat.agentSessionProjection.enabled'?: boolean;
8925
+ readonly 'chat.agentSkillsLocations'?: Record<string, unknown>;
8926
+ readonly 'chat.agentsControl.enabled'?: 'hidden' | 'badge' | 'compact';
8927
+ readonly 'chat.allowAnonymousAccess'?: boolean;
8928
+ readonly 'chat.artifacts.enabled'?: boolean;
8929
+ readonly 'chat.artifacts.rules.byFilePath'?: Record<string, unknown>;
8930
+ readonly 'chat.artifacts.rules.byMemoryFilePath'?: Record<string, unknown>;
8931
+ readonly 'chat.artifacts.rules.byMimeType'?: Record<string, unknown>;
8932
+ readonly 'chat.autoReply'?: boolean;
8933
+ readonly 'chat.autopilot.enabled'?: boolean;
8934
+ readonly 'chat.checkpoints.enabled'?: boolean;
8935
+ readonly 'chat.checkpoints.showFileChanges'?: boolean;
8936
+ readonly 'chat.contextUsage.enabled'?: boolean;
8937
+ readonly 'chat.customizations.harnessSelector.enabled'?: boolean;
8938
+ readonly 'chat.customizations.structuredPreview.enabled'?: boolean;
8939
+ readonly 'chat.customizations.useChatSessionCustomizationsForCustomAgents'?: boolean;
8940
+ readonly 'chat.detectParticipant.enabled'?: boolean;
8941
+ readonly 'chat.disableAIFeatures'?: boolean;
8942
+ readonly 'chat.editMode.hidden'?: boolean;
8943
+ readonly 'chat.editRequests'?: 'inline' | 'hover' | 'input' | 'none';
8944
+ readonly 'chat.editing.autoAcceptDelay'?: number;
8945
+ readonly 'chat.editing.confirmEditRequestRemoval'?: boolean;
8946
+ readonly 'chat.editing.confirmEditRequestRetry'?: boolean;
8947
+ readonly 'chat.editing.explainChanges.enabled'?: boolean;
8948
+ readonly 'chat.editing.revealNextChangeOnResolve'?: boolean;
8949
+ readonly 'chat.editor.fontFamily'?: string;
8950
+ readonly 'chat.editor.fontSize'?: number;
8951
+ readonly 'chat.editor.fontWeight'?: string;
8952
+ readonly 'chat.editor.lineHeight'?: number;
8953
+ readonly 'chat.editor.wordWrap'?: 'on' | 'off';
8954
+ readonly 'chat.editorAssociations'?: Record<string, unknown>;
8955
+ readonly 'chat.exitAfterDelegation'?: boolean;
8956
+ readonly 'chat.experimental.detectParticipant.enabled'?: boolean;
8957
+ readonly 'chat.experimental.incrementalRendering.animationStyle'?: 'none' | 'fade' | 'rise' | 'blur' | 'scale' | 'slide' | 'reveal';
8958
+ readonly 'chat.experimental.incrementalRendering.buffering'?: 'off' | 'word' | 'paragraph';
8959
+ readonly 'chat.experimental.incrementalRendering.enabled'?: boolean;
8960
+ readonly 'chat.experimental.useSkillAdherencePrompt'?: boolean;
8961
+ readonly 'chat.experimentalSessionsWindowOverride'?: boolean;
8962
+ readonly 'chat.exploreAgent.defaultModel'?: '';
8963
+ readonly 'chat.extensionTools.enabled'?: boolean;
8964
+ readonly 'chat.extensionUnification.enabled'?: boolean;
8965
+ readonly 'chat.fontFamily'?: string;
8966
+ readonly 'chat.fontSize'?: number;
8967
+ readonly 'chat.generalPurposeAgent.enabled'?: boolean;
8968
+ readonly 'chat.growthNotification.enabled'?: boolean;
8969
+ readonly 'chat.hookFilesLocations'?: Record<string, unknown>;
8970
+ readonly 'chat.implicitContext.enabled'?: Record<string, unknown>;
8971
+ readonly 'chat.implicitContext.suggestedContext'?: boolean;
8972
+ readonly 'chat.includeApplyingInstructions'?: boolean;
8973
+ readonly 'chat.includeReferencedInstructions'?: boolean;
8974
+ readonly 'chat.inlineReferences.style'?: 'box' | 'link';
8975
+ readonly 'chat.instructionsFilesLocations'?: Record<string, unknown>;
8976
+ readonly 'chat.math.enabled'?: boolean;
8977
+ readonly 'chat.mcp.access'?: 'none' | 'registry' | 'all';
8978
+ readonly 'chat.mcp.apps.enabled'?: boolean;
8979
+ readonly 'chat.mcp.assisted.nuget.enabled'?: boolean;
8980
+ readonly 'chat.mcp.autostart'?: 'never' | 'onlyNew' | 'newAndOutdated';
8981
+ readonly 'chat.mcp.collisionBehavior'?: 'disable' | 'suffix';
8982
+ readonly 'chat.mcp.discovery.enabled'?: Record<string, unknown>;
8983
+ readonly 'chat.mcp.serverSampling'?: Record<string, unknown>;
8984
+ readonly 'chat.modeFilesLocations'?: Record<string, unknown>;
8985
+ readonly 'chat.newSession.defaultMode'?: string;
8986
+ readonly 'chat.notifyWindowOnConfirmation'?: 'off' | 'windowNotFocused' | 'always';
8987
+ readonly 'chat.notifyWindowOnResponseReceived'?: 'off' | 'windowNotFocused' | 'always';
8988
+ readonly 'chat.permissions.default'?: 'default' | 'autoApprove' | 'autopilot';
8989
+ readonly 'chat.persistentProgress.enabled'?: boolean;
8990
+ readonly 'chat.planAgent.defaultModel'?: '';
8991
+ readonly 'chat.planReview.inlineEditor.enabled'?: boolean;
8992
+ readonly 'chat.pluginLocations'?: Record<string, unknown>;
8993
+ readonly 'chat.plugins.enabled'?: boolean;
8994
+ readonly 'chat.plugins.marketplaces'?: (string)[];
8995
+ readonly 'chat.progressBorder.enabled'?: boolean;
8996
+ readonly 'chat.promptFilesLocations'?: Record<string, unknown>;
8997
+ readonly 'chat.promptFilesRecommendations'?: Record<string, unknown>;
8998
+ readonly 'chat.requestQueuing.defaultAction'?: 'queue' | 'steer';
8999
+ readonly 'chat.restoreLastPanelSession'?: boolean;
9000
+ readonly 'chat.sendElementsToChat.attachImages'?: boolean;
9001
+ readonly 'chat.sessionSync.enabled'?: boolean;
9002
+ readonly 'chat.sessionSync.excludeRepositories'?: (string)[];
9003
+ readonly 'chat.subagents.allowInvocationsFromSubagents'?: boolean;
9004
+ readonly 'chat.tips.enabled'?: boolean;
9005
+ readonly 'chat.titleBar.signIn.enabled'?: boolean;
9006
+ readonly 'chat.tools.autoExpandFailures'?: boolean;
9007
+ readonly 'chat.tools.compressOutput.enabled'?: boolean;
9008
+ readonly 'chat.tools.confirmationCarousel.enabled'?: boolean;
9009
+ readonly 'chat.tools.edits.autoApprove'?: Record<string, unknown>;
9010
+ readonly 'chat.tools.eligibleForAutoApproval'?: Record<string, unknown>;
9011
+ readonly 'chat.tools.global.autoApprove'?: boolean;
9012
+ readonly 'chat.tools.renameTool.enabled'?: boolean;
9013
+ readonly 'chat.tools.riskAssessment.enabled'?: boolean;
9014
+ readonly 'chat.tools.riskAssessment.model'?: string;
9015
+ readonly 'chat.tools.terminal.autoApprove'?: Record<string, unknown>;
9016
+ readonly 'chat.tools.terminal.autoApproveWorkspaceNpmScripts'?: boolean;
9017
+ readonly 'chat.tools.terminal.backgroundNotifications'?: boolean;
9018
+ readonly 'chat.tools.terminal.blockDetectedFileWrites'?: 'never' | 'outsideWorkspace' | 'all';
9019
+ readonly 'chat.tools.terminal.enableAutoApprove'?: boolean;
9020
+ readonly 'chat.tools.terminal.enforceTimeoutFromModel'?: boolean;
9021
+ readonly 'chat.tools.terminal.idlePollInterval'?: number;
9022
+ readonly 'chat.tools.terminal.ignoreDefaultAutoApproveRules'?: boolean;
9023
+ readonly 'chat.tools.terminal.outputLocation'?: 'terminal' | 'chat';
9024
+ readonly 'chat.tools.terminal.preventShellHistory'?: boolean;
9025
+ readonly 'chat.tools.terminal.shellIntegrationTimeout'?: number;
9026
+ readonly 'chat.tools.terminal.simpleCollapsible'?: boolean;
9027
+ readonly 'chat.tools.terminal.terminalProfile.linux'?: Record<string, unknown> | null;
9028
+ readonly 'chat.tools.terminal.terminalProfile.osx'?: Record<string, unknown> | null;
9029
+ readonly 'chat.tools.terminal.terminalProfile.windows'?: Record<string, unknown> | null;
9030
+ readonly 'chat.tools.todos.showWidget'?: boolean;
9031
+ readonly 'chat.tools.urls.autoApprove'?: Record<string, unknown>;
9032
+ readonly 'chat.tools.usagesTool.enabled'?: boolean;
9033
+ readonly 'chat.undoRequests.restoreInput'?: boolean;
9034
+ readonly 'chat.unifiedAgentsBar.enabled'?: boolean;
9035
+ readonly 'chat.upvoteAnimation'?: 'off' | 'confetti' | 'floatingThumbs' | 'pulseWave' | 'radiantLines';
9036
+ readonly 'chat.useAgentSkills'?: boolean;
9037
+ readonly 'chat.useAgentsMdFile'?: boolean;
9038
+ readonly 'chat.useClaudeHooks'?: boolean;
9039
+ readonly 'chat.useClaudeMdFile'?: boolean;
9040
+ readonly 'chat.useCustomizationsInParentRepositories'?: boolean;
9041
+ readonly 'chat.useHooks'?: boolean;
9042
+ readonly 'chat.useNestedAgentsMdFiles'?: boolean;
9043
+ readonly 'chat.viewProgressBadge.enabled'?: boolean;
9044
+ readonly 'chat.viewSessions.enabled'?: boolean;
9045
+ readonly 'chat.viewSessions.orientation'?: 'stacked' | 'sideBySide';
9046
+ readonly 'comments.collapseOnResolve'?: boolean;
9047
+ readonly 'comments.maxHeight'?: boolean;
9048
+ readonly 'comments.openPanel'?: 'neverOpen' | 'openOnSessionStart' | 'openOnSessionStartWithComments';
9049
+ readonly 'comments.openView'?: 'never' | 'file' | 'firstFile' | 'firstFileUnresolved';
9050
+ readonly 'comments.thread.confirmOnCollapse'?: 'whenHasUnsubmittedComments' | 'never';
9051
+ readonly 'comments.useRelativeTime'?: boolean;
9052
+ readonly 'comments.visible'?: boolean;
9053
+ readonly 'css.completion.completePropertyWithSemicolon'?: boolean;
9054
+ readonly 'css.completion.triggerPropertyValueCompletion'?: boolean;
9055
+ readonly 'css.customData'?: (string)[];
9056
+ readonly 'css.format.braceStyle'?: 'collapse' | 'expand';
9057
+ readonly 'css.format.enable'?: boolean;
9058
+ readonly 'css.format.maxPreserveNewLines'?: number | null;
9059
+ readonly 'css.format.newlineBetweenRules'?: boolean;
9060
+ readonly 'css.format.newlineBetweenSelectors'?: boolean;
9061
+ readonly 'css.format.preserveNewLines'?: boolean;
9062
+ readonly 'css.format.spaceAroundSelectorSeparator'?: boolean;
9063
+ readonly 'css.hover.documentation'?: boolean;
9064
+ readonly 'css.hover.references'?: boolean;
9065
+ readonly 'css.lint.argumentsInColorFunction'?: 'ignore' | 'warning' | 'error';
9066
+ readonly 'css.lint.boxModel'?: 'ignore' | 'warning' | 'error';
9067
+ readonly 'css.lint.compatibleVendorPrefixes'?: 'ignore' | 'warning' | 'error';
9068
+ readonly 'css.lint.duplicateProperties'?: 'ignore' | 'warning' | 'error';
9069
+ readonly 'css.lint.emptyRules'?: 'ignore' | 'warning' | 'error';
9070
+ readonly 'css.lint.float'?: 'ignore' | 'warning' | 'error';
9071
+ readonly 'css.lint.fontFaceProperties'?: 'ignore' | 'warning' | 'error';
9072
+ readonly 'css.lint.hexColorLength'?: 'ignore' | 'warning' | 'error';
9073
+ readonly 'css.lint.idSelector'?: 'ignore' | 'warning' | 'error';
9074
+ readonly 'css.lint.ieHack'?: 'ignore' | 'warning' | 'error';
9075
+ readonly 'css.lint.importStatement'?: 'ignore' | 'warning' | 'error';
9076
+ readonly 'css.lint.important'?: 'ignore' | 'warning' | 'error';
9077
+ readonly 'css.lint.propertyIgnoredDueToDisplay'?: 'ignore' | 'warning' | 'error';
9078
+ readonly 'css.lint.universalSelector'?: 'ignore' | 'warning' | 'error';
9079
+ readonly 'css.lint.unknownAtRules'?: 'ignore' | 'warning' | 'error';
9080
+ readonly 'css.lint.unknownProperties'?: 'ignore' | 'warning' | 'error';
9081
+ readonly 'css.lint.unknownVendorSpecificProperties'?: 'ignore' | 'warning' | 'error';
9082
+ readonly 'css.lint.validProperties'?: (string)[];
9083
+ readonly 'css.lint.vendorPrefix'?: 'ignore' | 'warning' | 'error';
9084
+ readonly 'css.lint.zeroUnits'?: 'ignore' | 'warning' | 'error';
9085
+ readonly 'css.trace.server'?: 'off' | 'messages' | 'verbose';
9086
+ readonly 'css.validate'?: boolean;
9087
+ readonly 'debug.allowBreakpointsEverywhere'?: boolean;
9088
+ readonly 'debug.autoExpandLazyVariables'?: 'auto' | 'on' | 'off';
9089
+ readonly 'debug.breakpointsView.presentation'?: 'tree' | 'list';
9090
+ readonly 'debug.closeReadonlyTabsOnEnd'?: boolean;
9091
+ readonly 'debug.confirmOnExit'?: 'never' | 'always';
9092
+ readonly 'debug.console.acceptSuggestionOnEnter'?: 'off' | 'on';
9093
+ readonly 'debug.console.closeOnEnd'?: boolean;
9094
+ readonly 'debug.console.collapseIdenticalLines'?: boolean;
9095
+ readonly 'debug.console.fontFamily'?: string;
9096
+ readonly 'debug.console.fontSize'?: number;
9097
+ readonly 'debug.console.historySuggestions'?: boolean;
9098
+ readonly 'debug.console.lineHeight'?: number;
9099
+ readonly 'debug.console.maximumLines'?: number;
9100
+ readonly 'debug.console.wordWrap'?: boolean;
9101
+ readonly 'debug.disassemblyView.showSourceCode'?: boolean;
9102
+ readonly 'debug.enableStatusBarColor'?: boolean;
9103
+ readonly 'debug.focusEditorOnBreak'?: boolean;
9104
+ readonly 'debug.focusWindowOnBreak'?: boolean;
9105
+ readonly 'debug.gutterMiddleClickAction'?: 'logpoint' | 'conditionalBreakpoint' | 'triggeredBreakpoint' | 'none';
9106
+ readonly 'debug.hideLauncherWhileDebugging'?: boolean;
9107
+ readonly 'debug.hideSlowPreLaunchWarning'?: boolean;
9108
+ readonly 'debug.inlineValues'?: 'on' | 'off' | 'auto';
9109
+ readonly 'debug.internalConsoleOptions'?: 'neverOpen' | 'openOnSessionStart' | 'openOnFirstSessionStart';
9110
+ readonly 'debug.javascript.autoAttachFilter'?: 'always' | 'smart' | 'onlyWithFlag' | 'disabled';
9111
+ readonly 'debug.javascript.autoAttachSmartPattern'?: (string)[];
9112
+ readonly 'debug.javascript.automaticallyTunnelRemoteServer'?: boolean;
9113
+ readonly 'debug.javascript.breakOnConditionalError'?: boolean;
9114
+ readonly 'debug.javascript.codelens.npmScripts'?: 'top' | 'all' | 'never';
9115
+ readonly 'debug.javascript.debugByLinkOptions'?: unknown;
9116
+ readonly 'debug.javascript.defaultRuntimeExecutable'?: Record<string, unknown>;
9117
+ readonly 'debug.javascript.enableNetworkView'?: boolean;
9118
+ readonly 'debug.javascript.pickAndAttachOptions'?: Record<string, unknown>;
9119
+ readonly 'debug.javascript.resourceRequestOptions'?: Record<string, unknown>;
9120
+ readonly 'debug.javascript.terminalOptions'?: Record<string, unknown>;
9121
+ readonly 'debug.javascript.unmapMissingSources'?: boolean;
9122
+ readonly 'debug.onTaskErrors'?: 'debugAnyway' | 'showErrors' | 'prompt' | 'abort';
9123
+ readonly 'debug.openDebug'?: 'neverOpen' | 'openOnSessionStart' | 'openOnFirstSessionStart' | 'openOnDebugBreak';
9124
+ readonly 'debug.openExplorerOnEnd'?: boolean;
9125
+ readonly 'debug.saveBeforeStart'?: 'allEditorsInActiveGroup' | 'nonUntitledEditorsInActiveGroup' | 'none';
9126
+ readonly 'debug.showBreakpointsInOverviewRuler'?: boolean;
9127
+ readonly 'debug.showInStatusBar'?: 'never' | 'always' | 'onFirstSessionStart';
9128
+ readonly 'debug.showInlineBreakpointCandidates'?: boolean;
9129
+ readonly 'debug.showSubSessionsInToolBar'?: boolean;
9130
+ readonly 'debug.showVariableTypes'?: boolean;
9131
+ readonly 'debug.terminal.clearBeforeReusing'?: boolean;
9132
+ readonly 'debug.toolBarLocation'?: 'floating' | 'docked' | 'commandCenter' | 'hidden';
9133
+ readonly 'diffEditor.codeLens'?: boolean;
9134
+ readonly 'diffEditor.diffAlgorithm'?: 'legacy' | 'advanced';
9135
+ readonly 'diffEditor.experimental.showEmptyDecorations'?: boolean;
9136
+ readonly 'diffEditor.experimental.showMoves'?: boolean;
9137
+ readonly 'diffEditor.experimental.useTrueInlineView'?: boolean;
9138
+ readonly 'diffEditor.hideUnchangedRegions.contextLineCount'?: number;
9139
+ readonly 'diffEditor.hideUnchangedRegions.enabled'?: boolean;
9140
+ readonly 'diffEditor.hideUnchangedRegions.minimumLineCount'?: number;
9141
+ readonly 'diffEditor.hideUnchangedRegions.revealLineCount'?: number;
9142
+ readonly 'diffEditor.ignoreTrimWhitespace'?: boolean;
9143
+ readonly 'diffEditor.maxComputationTime'?: number;
9144
+ readonly 'diffEditor.maxFileSize'?: number;
9145
+ readonly 'diffEditor.renderGutterMenu'?: boolean;
9146
+ readonly 'diffEditor.renderIndicators'?: boolean;
9147
+ readonly 'diffEditor.renderMarginRevertIcon'?: boolean;
9148
+ readonly 'diffEditor.renderSideBySide'?: boolean;
9149
+ readonly 'diffEditor.renderSideBySideInlineBreakpoint'?: number;
9150
+ readonly 'diffEditor.useInlineViewWhenSpaceIsLimited'?: boolean;
9151
+ readonly 'diffEditor.wordWrap'?: 'off' | 'on' | 'inherit';
9152
+ readonly 'editor.acceptSuggestionOnCommitCharacter'?: boolean;
9153
+ readonly 'editor.acceptSuggestionOnEnter'?: 'on' | 'smart' | 'off';
9154
+ readonly 'editor.accessibilityPageSize'?: number;
9155
+ readonly 'editor.accessibilitySupport'?: 'auto' | 'on' | 'off';
9156
+ readonly 'editor.aiStats.enabled'?: boolean;
9157
+ readonly 'editor.allowVariableFonts'?: boolean;
9158
+ readonly 'editor.allowVariableFontsInAccessibilityMode'?: boolean;
9159
+ readonly 'editor.allowVariableLineHeights'?: boolean;
9160
+ readonly 'editor.autoClosingBrackets'?: 'always' | 'languageDefined' | 'beforeWhitespace' | 'never';
9161
+ readonly 'editor.autoClosingComments'?: 'always' | 'languageDefined' | 'beforeWhitespace' | 'never';
9162
+ readonly 'editor.autoClosingDelete'?: 'always' | 'auto' | 'never';
9163
+ readonly 'editor.autoClosingOvertype'?: 'always' | 'auto' | 'never';
9164
+ readonly 'editor.autoClosingQuotes'?: 'always' | 'languageDefined' | 'beforeWhitespace' | 'never';
9165
+ readonly 'editor.autoIndent'?: 'none' | 'keep' | 'brackets' | 'advanced' | 'full';
9166
+ readonly 'editor.autoIndentOnPaste'?: boolean;
9167
+ readonly 'editor.autoIndentOnPasteWithinString'?: boolean;
9168
+ readonly 'editor.autoSurround'?: 'languageDefined' | 'quotes' | 'brackets' | 'never';
9169
+ readonly 'editor.bracketPairColorization.enabled'?: boolean;
9170
+ readonly 'editor.bracketPairColorization.independentColorPoolPerBracketType'?: boolean;
9171
+ readonly 'editor.codeActionWidget.includeNearbyQuickFixes'?: boolean;
9172
+ readonly 'editor.codeActionWidget.showHeaders'?: boolean;
9173
+ readonly 'editor.codeActions.triggerOnFocusChange'?: boolean;
9174
+ readonly 'editor.codeActionsOnSave'?: Record<string, unknown> | unknown[];
9175
+ readonly 'editor.codeLens'?: boolean;
9176
+ readonly 'editor.codeLensFontFamily'?: string;
9177
+ readonly 'editor.codeLensFontSize'?: number;
9178
+ readonly 'editor.colorDecorators'?: boolean;
9179
+ readonly 'editor.colorDecoratorsActivatedOn'?: 'clickAndHover' | 'hover' | 'click';
9180
+ readonly 'editor.colorDecoratorsLimit'?: number;
9181
+ readonly 'editor.columnSelection'?: boolean;
9182
+ readonly 'editor.comments.ignoreEmptyLines'?: boolean;
9183
+ readonly 'editor.comments.insertSpace'?: boolean;
9184
+ readonly 'editor.copyWithSyntaxHighlighting'?: boolean;
9185
+ readonly 'editor.cursorBlinking'?: 'blink' | 'smooth' | 'phase' | 'expand' | 'solid';
9186
+ readonly 'editor.cursorHeight'?: number;
9187
+ readonly 'editor.cursorSmoothCaretAnimation'?: 'off' | 'explicit' | 'on';
9188
+ readonly 'editor.cursorStyle'?: 'line' | 'block' | 'underline' | 'line-thin' | 'block-outline' | 'underline-thin';
9189
+ readonly 'editor.cursorSurroundingLines'?: number;
9190
+ readonly 'editor.cursorSurroundingLinesStyle'?: 'default' | 'all';
9191
+ readonly 'editor.cursorWidth'?: number;
9192
+ readonly 'editor.defaultColorDecorators'?: 'auto' | 'always' | 'never';
9193
+ readonly 'editor.defaultFoldingRangeProvider'?: string | null;
9194
+ readonly 'editor.defaultFormatter'?: null | 'GitHub.copilot-chat' | 'vscode.css-language-features' | 'vscode.html-language-features' | 'vscode.json-language-features' | 'vscode.markdown-language-features' | 'vscode.markdown-math' | 'vscode.php-language-features' | 'vscode.typescript-language-features' | 'vscode.configuration-editing' | 'vscode.debug-auto-launch' | 'vscode.debug-server-ready' | 'vscode.emmet' | 'vscode.extension-editing' | 'vscode.git' | 'vscode.git-base' | 'vscode.github' | 'vscode.github-authentication' | 'vscode.grunt' | 'vscode.gulp' | 'vscode.ipynb' | 'vscode.jake' | 'ms-vscode.js-debug' | 'ms-vscode.js-debug-companion' | 'vscode.media-preview' | 'vscode.merge-conflict' | 'vscode.mermaid-chat-features' | 'vscode.microsoft-authentication' | 'vscode.npm' | 'vscode.references-view' | 'vscode.search-result' | 'vscode.simple-browser' | 'vscode.terminal-suggest' | 'vscode.tunnel-forwarding' | 'ms-vscode.vscode-js-profile-table';
9195
+ readonly 'editor.definitionLinkOpensInPeek'?: boolean;
9196
+ readonly 'editor.detectIndentation'?: boolean;
9197
+ readonly 'editor.doubleClickSelectsBlock'?: boolean;
9198
+ readonly 'editor.dragAndDrop'?: boolean;
9199
+ readonly 'editor.dropIntoEditor.enabled'?: boolean;
9200
+ readonly 'editor.dropIntoEditor.preferences'?: (unknown)[];
9201
+ readonly 'editor.dropIntoEditor.showDropSelector'?: 'afterDrop' | 'never';
9202
+ readonly 'editor.editContext'?: boolean;
9203
+ readonly 'editor.emptySelectionClipboard'?: boolean;
9204
+ readonly 'editor.experimental.asyncTokenization'?: boolean;
9205
+ readonly 'editor.experimental.asyncTokenizationLogging'?: boolean;
9206
+ readonly 'editor.experimental.asyncTokenizationVerification'?: boolean;
9207
+ readonly 'editor.experimental.preferTreeSitter.css'?: boolean;
9208
+ readonly 'editor.experimental.preferTreeSitter.ini'?: boolean;
9209
+ readonly 'editor.experimental.preferTreeSitter.regex'?: boolean;
9210
+ readonly 'editor.experimental.preferTreeSitter.typescript'?: boolean;
9211
+ readonly 'editor.experimental.treeSitterTelemetry'?: boolean;
9212
+ readonly 'editor.experimentalGpuAcceleration'?: 'off' | 'on';
9213
+ readonly 'editor.experimentalWhitespaceRendering'?: 'svg' | 'font' | 'off';
9214
+ readonly 'editor.fastScrollSensitivity'?: number;
9215
+ readonly 'editor.find.addExtraSpaceOnTop'?: boolean;
9216
+ readonly 'editor.find.autoFindInSelection'?: 'never' | 'always' | 'multiline';
9217
+ readonly 'editor.find.closeOnResult'?: boolean;
9218
+ readonly 'editor.find.cursorMoveOnType'?: boolean;
9219
+ readonly 'editor.find.findOnType'?: boolean;
9220
+ readonly 'editor.find.history'?: 'never' | 'workspace';
9221
+ readonly 'editor.find.loop'?: boolean;
9222
+ readonly 'editor.find.replaceHistory'?: 'never' | 'workspace';
9223
+ readonly 'editor.find.seedSearchStringFromSelection'?: 'never' | 'always' | 'selection';
9224
+ readonly 'editor.folding'?: boolean;
9225
+ readonly 'editor.foldingHighlight'?: boolean;
9226
+ readonly 'editor.foldingImportsByDefault'?: boolean;
9227
+ readonly 'editor.foldingMaximumRegions'?: number;
9228
+ readonly 'editor.foldingStrategy'?: 'auto' | 'indentation';
9229
+ readonly 'editor.fontFamily'?: string;
9230
+ readonly 'editor.fontLigatures'?: unknown;
9231
+ readonly 'editor.fontSize'?: number;
9232
+ readonly 'editor.fontVariations'?: unknown;
9233
+ readonly 'editor.fontWeight'?: unknown;
9234
+ readonly 'editor.formatOnPaste'?: boolean;
9235
+ readonly 'editor.formatOnSave'?: boolean;
9236
+ readonly 'editor.formatOnSaveMode'?: 'file' | 'modifications' | 'modificationsIfAvailable';
9237
+ readonly 'editor.formatOnType'?: boolean;
9238
+ readonly 'editor.glyphMargin'?: boolean;
9239
+ readonly 'editor.gotoLocation.alternativeDeclarationCommand'?: '' | 'editor.action.referenceSearch.trigger' | 'editor.action.goToReferences' | 'editor.action.peekImplementation' | 'editor.action.goToImplementation' | 'editor.action.peekTypeDefinition' | 'editor.action.goToTypeDefinition' | 'editor.action.peekDeclaration' | 'editor.action.revealDeclaration' | 'editor.action.peekDefinition' | 'editor.action.revealDefinitionAside' | 'editor.action.revealDefinition';
9240
+ readonly 'editor.gotoLocation.alternativeDefinitionCommand'?: '' | 'editor.action.referenceSearch.trigger' | 'editor.action.goToReferences' | 'editor.action.peekImplementation' | 'editor.action.goToImplementation' | 'editor.action.peekTypeDefinition' | 'editor.action.goToTypeDefinition' | 'editor.action.peekDeclaration' | 'editor.action.revealDeclaration' | 'editor.action.peekDefinition' | 'editor.action.revealDefinitionAside' | 'editor.action.revealDefinition';
9241
+ readonly 'editor.gotoLocation.alternativeImplementationCommand'?: '' | 'editor.action.referenceSearch.trigger' | 'editor.action.goToReferences' | 'editor.action.peekImplementation' | 'editor.action.goToImplementation' | 'editor.action.peekTypeDefinition' | 'editor.action.goToTypeDefinition' | 'editor.action.peekDeclaration' | 'editor.action.revealDeclaration' | 'editor.action.peekDefinition' | 'editor.action.revealDefinitionAside' | 'editor.action.revealDefinition';
9242
+ readonly 'editor.gotoLocation.alternativeReferenceCommand'?: '' | 'editor.action.referenceSearch.trigger' | 'editor.action.goToReferences' | 'editor.action.peekImplementation' | 'editor.action.goToImplementation' | 'editor.action.peekTypeDefinition' | 'editor.action.goToTypeDefinition' | 'editor.action.peekDeclaration' | 'editor.action.revealDeclaration' | 'editor.action.peekDefinition' | 'editor.action.revealDefinitionAside' | 'editor.action.revealDefinition';
9243
+ readonly 'editor.gotoLocation.alternativeTypeDefinitionCommand'?: '' | 'editor.action.referenceSearch.trigger' | 'editor.action.goToReferences' | 'editor.action.peekImplementation' | 'editor.action.goToImplementation' | 'editor.action.peekTypeDefinition' | 'editor.action.goToTypeDefinition' | 'editor.action.peekDeclaration' | 'editor.action.revealDeclaration' | 'editor.action.peekDefinition' | 'editor.action.revealDefinitionAside' | 'editor.action.revealDefinition';
9244
+ readonly 'editor.gotoLocation.multiple'?: unknown;
9245
+ readonly 'editor.gotoLocation.multipleDeclarations'?: 'peek' | 'gotoAndPeek' | 'goto';
9246
+ readonly 'editor.gotoLocation.multipleDefinitions'?: 'peek' | 'gotoAndPeek' | 'goto';
9247
+ readonly 'editor.gotoLocation.multipleImplementations'?: 'peek' | 'gotoAndPeek' | 'goto';
9248
+ readonly 'editor.gotoLocation.multipleReferences'?: 'peek' | 'gotoAndPeek' | 'goto';
9249
+ readonly 'editor.gotoLocation.multipleTypeDefinitions'?: 'peek' | 'gotoAndPeek' | 'goto';
9250
+ readonly 'editor.guides.bracketPairs'?: true | 'active' | false;
9251
+ readonly 'editor.guides.bracketPairsHorizontal'?: true | 'active' | false;
9252
+ readonly 'editor.guides.highlightActiveBracketPair'?: boolean;
9253
+ readonly 'editor.guides.highlightActiveIndentation'?: true | 'always' | false;
9254
+ readonly 'editor.guides.indentation'?: boolean;
9255
+ readonly 'editor.hideCursorInOverviewRuler'?: boolean;
9256
+ readonly 'editor.hover.above'?: boolean;
9257
+ readonly 'editor.hover.delay'?: number;
9258
+ readonly 'editor.hover.enabled'?: 'on' | 'off' | 'onKeyboardModifier';
9259
+ readonly 'editor.hover.hidingDelay'?: number;
9260
+ readonly 'editor.hover.showLongLineWarning'?: boolean;
9261
+ readonly 'editor.hover.sticky'?: boolean;
9262
+ readonly 'editor.indentSize'?: unknown;
9263
+ readonly 'editor.inertialScroll'?: boolean;
9264
+ readonly 'editor.inlayHints.enabled'?: 'on' | 'onUnlessPressed' | 'offUnlessPressed' | 'off';
9265
+ readonly 'editor.inlayHints.fontFamily'?: string;
9266
+ readonly 'editor.inlayHints.fontSize'?: number;
9267
+ readonly 'editor.inlayHints.maximumLength'?: number;
9268
+ readonly 'editor.inlayHints.padding'?: boolean;
9269
+ readonly 'editor.inlineCompletionsAccessibilityVerbose'?: boolean;
9270
+ readonly 'editor.inlineSuggest.edits.allowCodeShifting'?: 'always' | 'horizontal' | 'never';
9271
+ readonly 'editor.inlineSuggest.edits.renderSideBySide'?: 'auto' | 'never';
9272
+ readonly 'editor.inlineSuggest.edits.showCollapsed'?: boolean;
9273
+ readonly 'editor.inlineSuggest.edits.showLongDistanceHint'?: boolean;
9274
+ readonly 'editor.inlineSuggest.enabled'?: boolean;
9275
+ readonly 'editor.inlineSuggest.experimental.emptyResponseInformation'?: boolean;
9276
+ readonly 'editor.inlineSuggest.experimental.showOnSuggestConflict'?: 'always' | 'never' | 'whenSuggestListIsIncomplete';
9277
+ readonly 'editor.inlineSuggest.experimental.suppressInlineSuggestions'?: string;
9278
+ readonly 'editor.inlineSuggest.fontFamily'?: string;
9279
+ readonly 'editor.inlineSuggest.minShowDelay'?: number;
9280
+ readonly 'editor.inlineSuggest.showToolbar'?: 'always' | 'onHover' | 'never';
9281
+ readonly 'editor.inlineSuggest.suppressInSnippetMode'?: boolean;
9282
+ readonly 'editor.inlineSuggest.suppressSuggestions'?: boolean;
9283
+ readonly 'editor.inlineSuggest.syntaxHighlightingEnabled'?: boolean;
9284
+ readonly 'editor.inlineSuggest.triggerCommandOnProviderChange'?: boolean;
9285
+ readonly 'editor.insertSpaces'?: boolean;
9286
+ readonly 'editor.language.brackets'?: ((unknown)[])[] | null;
9287
+ readonly 'editor.language.colorizedBracketPairs'?: ((unknown)[])[] | null;
9288
+ readonly 'editor.largeFileOptimizations'?: boolean;
9289
+ readonly 'editor.letterSpacing'?: number;
9290
+ readonly 'editor.lightbulb.enabled'?: 'off' | 'onCode' | 'on';
9291
+ readonly 'editor.lineHeight'?: number;
9292
+ readonly 'editor.lineNumbers'?: 'off' | 'on' | 'relative' | 'interval';
9293
+ readonly 'editor.linkedEditing'?: boolean;
9294
+ readonly 'editor.links'?: boolean;
9295
+ readonly 'editor.matchBrackets'?: 'always' | 'near' | 'never';
9296
+ readonly 'editor.maxTokenizationLineLength'?: number;
9297
+ readonly 'editor.minimap.autohide'?: 'none' | 'mouseover' | 'scroll';
9298
+ readonly 'editor.minimap.enabled'?: boolean;
9299
+ readonly 'editor.minimap.markSectionHeaderRegex'?: string;
9300
+ readonly 'editor.minimap.maxColumn'?: number;
9301
+ readonly 'editor.minimap.renderCharacters'?: boolean;
9302
+ readonly 'editor.minimap.scale'?: 1 | 2 | 3;
9303
+ readonly 'editor.minimap.sectionHeaderFontSize'?: number;
9304
+ readonly 'editor.minimap.sectionHeaderLetterSpacing'?: number;
9305
+ readonly 'editor.minimap.showMarkSectionHeaders'?: boolean;
9306
+ readonly 'editor.minimap.showRegionSectionHeaders'?: boolean;
9307
+ readonly 'editor.minimap.showSlider'?: 'always' | 'mouseover';
9308
+ readonly 'editor.minimap.side'?: 'left' | 'right';
9309
+ readonly 'editor.minimap.size'?: 'proportional' | 'fill' | 'fit';
9310
+ readonly 'editor.mouseMiddleClickAction'?: 'default' | 'openLink' | 'ctrlLeftClick';
9311
+ readonly 'editor.mouseWheelScrollSensitivity'?: number;
9312
+ readonly 'editor.mouseWheelZoom'?: boolean;
9313
+ readonly 'editor.multiCursorLimit'?: number;
9314
+ readonly 'editor.multiCursorMergeOverlapping'?: boolean;
9315
+ readonly 'editor.multiCursorModifier'?: 'ctrlCmd' | 'alt';
9316
+ readonly 'editor.multiCursorPaste'?: 'spread' | 'full';
9317
+ readonly 'editor.occurrencesHighlight'?: 'off' | 'singleFile' | 'multiFile';
9318
+ readonly 'editor.occurrencesHighlightDelay'?: number;
9319
+ readonly 'editor.overtypeCursorStyle'?: 'line' | 'block' | 'underline' | 'line-thin' | 'block-outline' | 'underline-thin';
9320
+ readonly 'editor.overtypeOnPaste'?: boolean;
9321
+ readonly 'editor.overviewRulerBorder'?: boolean;
9322
+ readonly 'editor.padding.bottom'?: number;
9323
+ readonly 'editor.padding.top'?: number;
9324
+ readonly 'editor.parameterHints.cycle'?: boolean;
9325
+ readonly 'editor.parameterHints.enabled'?: boolean;
9326
+ readonly 'editor.pasteAs.enabled'?: boolean;
9327
+ readonly 'editor.pasteAs.preferences'?: (unknown)[];
9328
+ readonly 'editor.pasteAs.showPasteSelector'?: 'afterPaste' | 'never';
9329
+ readonly 'editor.peekWidgetDefaultFocus'?: 'tree' | 'editor';
9330
+ readonly 'editor.quickSuggestions'?: unknown;
9331
+ readonly 'editor.quickSuggestionsDelay'?: number;
9332
+ readonly 'editor.rename.enablePreview'?: boolean;
9333
+ readonly 'editor.renameOnType'?: boolean;
9334
+ readonly 'editor.renderControlCharacters'?: boolean;
9335
+ readonly 'editor.renderFinalNewline'?: 'off' | 'on' | 'dimmed';
9336
+ readonly 'editor.renderLineHighlight'?: 'none' | 'gutter' | 'line' | 'all';
9337
+ readonly 'editor.renderLineHighlightOnlyWhenFocus'?: boolean;
9338
+ readonly 'editor.renderRichScreenReaderContent'?: boolean;
9339
+ readonly 'editor.renderWhitespace'?: 'none' | 'boundary' | 'selection' | 'trailing' | 'all';
9340
+ readonly 'editor.roundedSelection'?: boolean;
9341
+ readonly 'editor.rulers'?: (unknown)[];
9342
+ readonly 'editor.screenReaderAnnounceInlineSuggestion'?: boolean;
9343
+ readonly 'editor.scrollBeyondLastColumn'?: number;
9344
+ readonly 'editor.scrollBeyondLastLine'?: boolean;
9345
+ readonly 'editor.scrollOnMiddleClick'?: boolean;
9346
+ readonly 'editor.scrollPredominantAxis'?: boolean;
9347
+ readonly 'editor.scrollbar.horizontal'?: 'auto' | 'visible' | 'hidden';
9348
+ readonly 'editor.scrollbar.horizontalScrollbarSize'?: number;
9349
+ readonly 'editor.scrollbar.ignoreHorizontalScrollbarInContentHeight'?: boolean;
9350
+ readonly 'editor.scrollbar.scrollByPage'?: boolean;
9351
+ readonly 'editor.scrollbar.vertical'?: 'auto' | 'visible' | 'hidden';
9352
+ readonly 'editor.scrollbar.verticalScrollbarSize'?: number;
9353
+ readonly 'editor.selectionClipboard'?: boolean;
9354
+ readonly 'editor.selectionHighlight'?: boolean;
9355
+ readonly 'editor.selectionHighlightMaxLength'?: number;
9356
+ readonly 'editor.selectionHighlightMultiline'?: boolean;
9357
+ readonly 'editor.semanticHighlighting.enabled'?: true | false | 'configuredByTheme';
9358
+ readonly 'editor.semanticTokenColorCustomizations'?: unknown;
9359
+ readonly 'editor.showDeprecated'?: boolean;
9360
+ readonly 'editor.showFoldingControls'?: 'always' | 'never' | 'mouseover';
9361
+ readonly 'editor.showUnused'?: boolean;
9362
+ readonly 'editor.smartSelect.selectLeadingAndTrailingWhitespace'?: boolean;
9363
+ readonly 'editor.smartSelect.selectSubwords'?: boolean;
9364
+ readonly 'editor.smoothScrolling'?: boolean;
9365
+ readonly 'editor.snippetSuggestions'?: 'top' | 'bottom' | 'inline' | 'none';
9366
+ readonly 'editor.snippets.codeActions.enabled'?: boolean;
9367
+ readonly 'editor.stablePeek'?: boolean;
9368
+ readonly 'editor.stickyScroll.defaultModel'?: 'outlineModel' | 'foldingProviderModel' | 'indentationModel';
9369
+ readonly 'editor.stickyScroll.enabled'?: boolean;
9370
+ readonly 'editor.stickyScroll.maxLineCount'?: number;
9371
+ readonly 'editor.stickyScroll.scrollWithEditor'?: boolean;
9372
+ readonly 'editor.stickyTabStops'?: boolean;
9373
+ readonly 'editor.suggest.filterGraceful'?: boolean;
9374
+ readonly 'editor.suggest.filteredTypes'?: Record<string, unknown>;
9375
+ readonly 'editor.suggest.insertMode'?: 'insert' | 'replace';
9376
+ readonly 'editor.suggest.localityBonus'?: boolean;
9377
+ readonly 'editor.suggest.matchOnWordStartOnly'?: boolean;
9378
+ readonly 'editor.suggest.maxVisibleSuggestions'?: number;
9379
+ readonly 'editor.suggest.preview'?: boolean;
9380
+ readonly 'editor.suggest.selectionMode'?: 'always' | 'never' | 'whenTriggerCharacter' | 'whenQuickSuggestion';
9381
+ readonly 'editor.suggest.shareSuggestSelections'?: boolean;
9382
+ readonly 'editor.suggest.showClasses'?: boolean;
9383
+ readonly 'editor.suggest.showColors'?: boolean;
9384
+ readonly 'editor.suggest.showConstants'?: boolean;
9385
+ readonly 'editor.suggest.showConstructors'?: boolean;
9386
+ readonly 'editor.suggest.showCustomcolors'?: boolean;
9387
+ readonly 'editor.suggest.showDeprecated'?: boolean;
9388
+ readonly 'editor.suggest.showEnumMembers'?: boolean;
9389
+ readonly 'editor.suggest.showEnums'?: boolean;
9390
+ readonly 'editor.suggest.showEvents'?: boolean;
9391
+ readonly 'editor.suggest.showFields'?: boolean;
9392
+ readonly 'editor.suggest.showFiles'?: boolean;
9393
+ readonly 'editor.suggest.showFolders'?: boolean;
9394
+ readonly 'editor.suggest.showFunctions'?: boolean;
9395
+ readonly 'editor.suggest.showIcons'?: boolean;
9396
+ readonly 'editor.suggest.showInlineDetails'?: boolean;
9397
+ readonly 'editor.suggest.showInterfaces'?: boolean;
9398
+ readonly 'editor.suggest.showIssues'?: boolean;
9399
+ readonly 'editor.suggest.showKeywords'?: boolean;
9400
+ readonly 'editor.suggest.showMethods'?: boolean;
9401
+ readonly 'editor.suggest.showModules'?: boolean;
9402
+ readonly 'editor.suggest.showOperators'?: boolean;
9403
+ readonly 'editor.suggest.showProperties'?: boolean;
9404
+ readonly 'editor.suggest.showReferences'?: boolean;
9405
+ readonly 'editor.suggest.showSnippets'?: boolean;
9406
+ readonly 'editor.suggest.showStatusBar'?: boolean;
9407
+ readonly 'editor.suggest.showStructs'?: boolean;
9408
+ readonly 'editor.suggest.showTypeParameters'?: boolean;
9409
+ readonly 'editor.suggest.showUnits'?: boolean;
9410
+ readonly 'editor.suggest.showUsers'?: boolean;
9411
+ readonly 'editor.suggest.showValues'?: boolean;
9412
+ readonly 'editor.suggest.showVariables'?: boolean;
9413
+ readonly 'editor.suggest.showWords'?: boolean;
9414
+ readonly 'editor.suggest.snippetsPreventQuickSuggestions'?: boolean;
9415
+ readonly 'editor.suggestFontSize'?: number;
9416
+ readonly 'editor.suggestLineHeight'?: number;
9417
+ readonly 'editor.suggestOnTriggerCharacters'?: boolean;
9418
+ readonly 'editor.suggestSelection'?: 'first' | 'recentlyUsed' | 'recentlyUsedByPrefix';
9419
+ readonly 'editor.tabCompletion'?: 'on' | 'off' | 'onlySnippets';
9420
+ readonly 'editor.tabFocusMode'?: boolean;
9421
+ readonly 'editor.tabSize'?: number;
9422
+ readonly 'editor.tokenColorCustomizations'?: unknown;
9423
+ readonly 'editor.trimAutoWhitespace'?: boolean;
9424
+ readonly 'editor.trimWhitespaceOnDelete'?: boolean;
9425
+ readonly 'editor.unfoldOnClickAfterEndOfLine'?: boolean;
9426
+ readonly 'editor.unicodeHighlight.allowedCharacters'?: Record<string, unknown>;
9427
+ readonly 'editor.unicodeHighlight.allowedLocales'?: Record<string, unknown>;
9428
+ readonly 'editor.unicodeHighlight.ambiguousCharacters'?: boolean;
9429
+ readonly 'editor.unicodeHighlight.includeComments'?: true | false | 'inUntrustedWorkspace';
9430
+ readonly 'editor.unicodeHighlight.includeStrings'?: true | false | 'inUntrustedWorkspace';
9431
+ readonly 'editor.unicodeHighlight.invisibleCharacters'?: boolean;
9432
+ readonly 'editor.unicodeHighlight.nonBasicASCII'?: true | false | 'inUntrustedWorkspace';
9433
+ readonly 'editor.unusualLineTerminators'?: 'auto' | 'off' | 'prompt';
9434
+ readonly 'editor.useTabStops'?: boolean;
9435
+ readonly 'editor.wordBasedSuggestions'?: 'off' | 'offWithInlineSuggestions' | 'currentDocument' | 'matchingDocuments' | 'allDocuments';
9436
+ readonly 'editor.wordBreak'?: 'normal' | 'keepAll';
9437
+ readonly 'editor.wordSegmenterLocales'?: (string)[];
9438
+ readonly 'editor.wordSeparators'?: string;
9439
+ readonly 'editor.wordWrap'?: 'off' | 'on' | 'wordWrapColumn' | 'bounded';
9440
+ readonly 'editor.wordWrapColumn'?: number;
9441
+ readonly 'editor.wrapOnEscapedLineFeeds'?: boolean;
9442
+ readonly 'editor.wrappingIndent'?: 'none' | 'same' | 'indent' | 'deepIndent';
9443
+ readonly 'editor.wrappingStrategy'?: 'simple' | 'advanced';
9444
+ readonly 'emmet.excludeLanguages'?: (string)[];
9445
+ readonly 'emmet.extensionsPath'?: (string)[];
9446
+ readonly 'emmet.includeLanguages'?: Record<string, unknown>;
9447
+ readonly 'emmet.optimizeStylesheetParsing'?: boolean;
9448
+ readonly 'emmet.preferences'?: Record<string, unknown>;
9449
+ readonly 'emmet.showAbbreviationSuggestions'?: boolean;
9450
+ readonly 'emmet.showExpandedAbbreviation'?: 'never' | 'always' | 'inMarkupAndStylesheetFilesOnly';
9451
+ readonly 'emmet.showSuggestionsAsSnippets'?: boolean;
9452
+ readonly 'emmet.syntaxProfiles'?: Record<string, unknown>;
9453
+ readonly 'emmet.triggerExpansionOnTab'?: boolean;
9454
+ readonly 'emmet.useInlineCompletions'?: boolean;
9455
+ readonly 'emmet.variables'?: Record<string, unknown>;
9456
+ readonly 'explorer.autoOpenDroppedFile'?: boolean;
9457
+ readonly 'explorer.autoReveal'?: true | false | 'focusNoScroll';
9458
+ readonly 'explorer.autoRevealExclude'?: Record<string, unknown>;
9459
+ readonly 'explorer.compactFolders'?: boolean;
9460
+ readonly 'explorer.confirmDelete'?: boolean;
9461
+ readonly 'explorer.confirmDragAndDrop'?: boolean;
9462
+ readonly 'explorer.confirmPasteNative'?: boolean;
9463
+ readonly 'explorer.confirmUndo'?: 'verbose' | 'default' | 'light';
9464
+ readonly 'explorer.copyPathSeparator'?: '/' | '\' | 'auto';
9465
+ readonly 'explorer.copyRelativePathSeparator'?: '/' | '\' | 'auto';
9466
+ readonly 'explorer.decorations.badges'?: boolean;
9467
+ readonly 'explorer.decorations.colors'?: boolean;
9468
+ readonly 'explorer.enableDragAndDrop'?: boolean;
9469
+ readonly 'explorer.enableUndo'?: boolean;
9470
+ readonly 'explorer.excludeGitIgnore'?: boolean;
9471
+ readonly 'explorer.expandSingleFolderWorkspaces'?: boolean;
9472
+ readonly 'explorer.fileNesting.enabled'?: boolean;
9473
+ readonly 'explorer.fileNesting.expand'?: boolean;
9474
+ readonly 'explorer.fileNesting.patterns'?: Record<string, unknown>;
9475
+ readonly 'explorer.incrementalNaming'?: 'simple' | 'smart' | 'disabled';
9476
+ readonly 'explorer.openEditors.minVisible'?: number;
9477
+ readonly 'explorer.openEditors.sortOrder'?: 'editorOrder' | 'alphabetical' | 'fullPath';
9478
+ readonly 'explorer.openEditors.visible'?: number;
9479
+ readonly 'explorer.sortOrder'?: 'default' | 'mixed' | 'filesFirst' | 'type' | 'modified' | 'foldersNestsFiles';
9480
+ readonly 'explorer.sortOrderLexicographicOptions'?: 'default' | 'upper' | 'lower' | 'unicode';
9481
+ readonly 'explorer.sortOrderReverse'?: boolean;
9482
+ readonly 'extensions.allowOpenInModalEditor'?: boolean;
9483
+ readonly 'extensions.allowed'?: Record<string, unknown>;
9484
+ readonly 'extensions.autoCheckUpdates'?: boolean;
9485
+ readonly 'extensions.autoRestart'?: boolean;
9486
+ readonly 'extensions.autoUpdate'?: true | 'onlyEnabledExtensions' | false;
9487
+ readonly 'extensions.closeExtensionDetailsOnViewChange'?: boolean;
9488
+ readonly 'extensions.confirmedUriHandlerExtensionIds'?: (string)[];
9489
+ readonly 'extensions.experimental.affinity'?: Record<string, unknown>;
9490
+ readonly 'extensions.experimental.deferredStartupFinishedActivation'?: boolean;
9491
+ readonly 'extensions.experimental.issueQuickAccess'?: boolean;
9492
+ readonly 'extensions.ignoreRecommendations'?: boolean;
9493
+ readonly 'extensions.requestTimeout'?: number;
9494
+ readonly 'extensions.showRecommendationsOnlyOnDemand'?: boolean;
9495
+ readonly 'extensions.supportAgentsWindow'?: Record<string, unknown>;
9496
+ readonly 'extensions.supportNodeGlobalNavigator'?: boolean;
9497
+ readonly 'extensions.supportUntrustedWorkspaces'?: Record<string, unknown>;
9498
+ readonly 'extensions.supportVirtualWorkspaces'?: Record<string, unknown>;
9499
+ readonly 'extensions.verifySignature'?: boolean;
9500
+ readonly 'extensions.webWorker'?: true | false | 'auto';
9501
+ readonly 'files.associations'?: Record<string, unknown>;
9502
+ readonly 'files.autoGuessEncoding'?: boolean;
9503
+ readonly 'files.autoSave'?: 'off' | 'afterDelay' | 'onFocusChange' | 'onWindowChange';
9504
+ readonly 'files.autoSaveDelay'?: number;
9505
+ readonly 'files.autoSaveWhenNoErrors'?: boolean;
9506
+ readonly 'files.autoSaveWorkspaceFilesOnly'?: boolean;
9507
+ readonly 'files.candidateGuessEncodings'?: ('utf8' | 'utf16le' | 'utf16be' | 'windows1252' | 'windows1250' | 'iso88592' | 'windows1251' | 'cp866' | 'cp1125' | 'iso88595' | 'koi8r' | 'windows1253' | 'iso88597' | 'windows1255' | 'iso88598' | 'cp950' | 'shiftjis' | 'eucjp' | 'euckr' | 'gb2312')[];
9508
+ readonly 'files.defaultLanguage'?: string;
9509
+ readonly 'files.dialog.defaultPath'?: string;
9510
+ readonly 'files.enableTrash'?: boolean;
9511
+ readonly 'files.encoding'?: 'utf8' | 'utf8bom' | 'utf16le' | 'utf16be' | 'windows1252' | 'iso88591' | 'iso88593' | 'iso885915' | 'macroman' | 'cp437' | 'windows1256' | 'iso88596' | 'windows1257' | 'iso88594' | 'iso885914' | 'windows1250' | 'iso88592' | 'cp852' | 'windows1251' | 'cp866' | 'cp1125' | 'iso88595' | 'koi8r' | 'koi8u' | 'iso885913' | 'windows1253' | 'iso88597' | 'windows1255' | 'iso88598' | 'iso885910' | 'iso885916' | 'windows1254' | 'iso88599' | 'cp857' | 'windows1258' | 'gbk' | 'gb18030' | 'cp950' | 'big5hkscs' | 'shiftjis' | 'eucjp' | 'euckr' | 'windows874' | 'iso885911' | 'koi8ru' | 'koi8t' | 'gb2312' | 'cp865' | 'cp850';
9512
+ readonly 'files.eol'?: '
9513
+ ' | '
9514
+ ' | 'auto';
9515
+ readonly 'files.exclude'?: Record<string, unknown>;
9516
+ readonly 'files.hotExit'?: 'off' | 'onExit' | 'onExitAndWindowClose';
9517
+ readonly 'files.insertFinalNewline'?: boolean;
9518
+ readonly 'files.participants.timeout'?: number;
9519
+ readonly 'files.readonlyExclude'?: Record<string, unknown>;
9520
+ readonly 'files.readonlyFromPermissions'?: boolean;
9521
+ readonly 'files.readonlyInclude'?: Record<string, unknown>;
9522
+ readonly 'files.refactoring.autoSave'?: boolean;
9523
+ readonly 'files.restoreUndoStack'?: boolean;
9524
+ readonly 'files.saveConflictResolution'?: 'askUser' | 'overwriteFileOnDisk';
9525
+ readonly 'files.simpleDialog.enable'?: boolean;
9526
+ readonly 'files.trimFinalNewlines'?: boolean;
9527
+ readonly 'files.trimTrailingWhitespace'?: boolean;
9528
+ readonly 'files.trimTrailingWhitespaceInRegexAndStrings'?: boolean;
9529
+ readonly 'files.watcherExclude'?: Record<string, unknown>;
9530
+ readonly 'files.watcherInclude'?: (string)[];
9531
+ readonly 'git.addAICoAuthor'?: 'off' | 'chatAndAgent' | 'all';
9532
+ readonly 'git.allowForcePush'?: boolean;
9533
+ readonly 'git.allowNoVerifyCommit'?: boolean;
9534
+ readonly 'git.alwaysShowStagedChangesResourceGroup'?: boolean;
9535
+ readonly 'git.alwaysSignOff'?: boolean;
9536
+ readonly 'git.autoRepositoryDetection'?: true | false | 'subFolders' | 'openEditors';
9537
+ readonly 'git.autoStash'?: boolean;
9538
+ readonly 'git.autofetch'?: true | false | 'all';
9539
+ readonly 'git.autofetchPeriod'?: number;
9540
+ readonly 'git.autorefresh'?: boolean;
9541
+ readonly 'git.blame.editorDecoration.disableHover'?: boolean;
9542
+ readonly 'git.blame.editorDecoration.enabled'?: boolean;
9543
+ readonly 'git.blame.editorDecoration.template'?: string;
9544
+ readonly 'git.blame.ignoreWhitespace'?: boolean;
9545
+ readonly 'git.blame.statusBarItem.enabled'?: boolean;
9546
+ readonly 'git.blame.statusBarItem.template'?: string;
9547
+ readonly 'git.branchPrefix'?: string;
9548
+ readonly 'git.branchProtection'?: (string)[];
9549
+ readonly 'git.branchProtectionPrompt'?: 'alwaysCommit' | 'alwaysCommitToNewBranch' | 'alwaysPrompt';
9550
+ readonly 'git.branchRandomName.dictionary'?: ('adjectives' | 'animals' | 'colors' | 'numbers')[];
9551
+ readonly 'git.branchRandomName.enable'?: boolean;
9552
+ readonly 'git.branchSortOrder'?: 'committerdate' | 'alphabetically';
9553
+ readonly 'git.branchValidationRegex'?: string;
9554
+ readonly 'git.branchWhitespaceChar'?: string;
9555
+ readonly 'git.checkoutType'?: ('local' | 'tags' | 'remote')[];
9556
+ readonly 'git.closeDiffOnOperation'?: boolean;
9557
+ readonly 'git.commandsToLog'?: (string)[];
9558
+ readonly 'git.commitShortHashLength'?: number;
9559
+ readonly 'git.confirmCommittedDelete'?: boolean;
9560
+ readonly 'git.confirmEmptyCommits'?: boolean;
9561
+ readonly 'git.confirmForcePush'?: boolean;
9562
+ readonly 'git.confirmNoVerifyCommit'?: boolean;
9563
+ readonly 'git.confirmSync'?: boolean;
9564
+ readonly 'git.countBadge'?: 'all' | 'tracked' | 'off';
9565
+ readonly 'git.decorations.enabled'?: boolean;
9566
+ readonly 'git.defaultBranchName'?: string;
9567
+ readonly 'git.defaultCloneDirectory'?: string | null;
9568
+ readonly 'git.detectSubmodules'?: boolean;
9569
+ readonly 'git.detectSubmodulesLimit'?: number;
9570
+ readonly 'git.detectWorktrees'?: boolean;
9571
+ readonly 'git.detectWorktreesLimit'?: number;
9572
+ readonly 'git.diagnosticsCommitHook.enabled'?: boolean;
9573
+ readonly 'git.diagnosticsCommitHook.sources'?: Record<string, unknown>;
9574
+ readonly 'git.discardUntrackedChangesToTrash'?: boolean;
9575
+ readonly 'git.enableCommitSigning'?: boolean;
9576
+ readonly 'git.enableSmartCommit'?: boolean;
9577
+ readonly 'git.enableStatusBarSync'?: boolean;
9578
+ readonly 'git.enabled'?: boolean;
9579
+ readonly 'git.fetchOnPull'?: boolean;
9580
+ readonly 'git.followTagsWhenSync'?: boolean;
9581
+ readonly 'git.githubAuthentication'?: unknown;
9582
+ readonly 'git.ignoreLegacyWarning'?: boolean;
9583
+ readonly 'git.ignoreLimitWarning'?: boolean;
9584
+ readonly 'git.ignoreMissingGitWarning'?: boolean;
9585
+ readonly 'git.ignoreRebaseWarning'?: boolean;
9586
+ readonly 'git.ignoreSubmodules'?: boolean;
9587
+ readonly 'git.ignoreWindowsGit27Warning'?: boolean;
9588
+ readonly 'git.ignoredRepositories'?: (string)[];
9589
+ readonly 'git.inputValidation'?: boolean;
9590
+ readonly 'git.inputValidationLength'?: number;
9591
+ readonly 'git.inputValidationSubjectLength'?: number | null;
9592
+ readonly 'git.mergeEditor'?: boolean;
9593
+ readonly 'git.openAfterClone'?: 'always' | 'alwaysNewWindow' | 'whenNoFolderOpen' | 'prompt';
9594
+ readonly 'git.openDiffOnClick'?: boolean;
9595
+ readonly 'git.openRepositoryInParentFolders'?: 'always' | 'never' | 'prompt';
9596
+ readonly 'git.optimisticUpdate'?: boolean;
9597
+ readonly 'git.path'?: string | null | unknown[];
9598
+ readonly 'git.postCommitCommand'?: 'none' | 'push' | 'sync';
9599
+ readonly 'git.promptToSaveFilesBeforeCommit'?: 'always' | 'staged' | 'never';
9600
+ readonly 'git.promptToSaveFilesBeforeStash'?: 'always' | 'staged' | 'never';
9601
+ readonly 'git.pruneOnFetch'?: boolean;
9602
+ readonly 'git.pullBeforeCheckout'?: boolean;
9603
+ readonly 'git.pullTags'?: boolean;
9604
+ readonly 'git.rebaseWhenSync'?: boolean;
9605
+ readonly 'git.rememberPostCommitCommand'?: boolean;
9606
+ readonly 'git.replaceTagsWhenPull'?: boolean;
9607
+ readonly 'git.repositoryScanIgnoredFolders'?: (string)[];
9608
+ readonly 'git.repositoryScanMaxDepth'?: number;
9609
+ readonly 'git.requireGitUserConfig'?: boolean;
9610
+ readonly 'git.scanRepositories'?: (string)[];
9611
+ readonly 'git.showActionButton'?: Record<string, unknown>;
9612
+ readonly 'git.showCommitInput'?: boolean;
9613
+ readonly 'git.showInlineOpenFileAction'?: boolean;
9614
+ readonly 'git.showProgress'?: boolean;
9615
+ readonly 'git.showPushSuccessNotification'?: boolean;
9616
+ readonly 'git.showReferenceDetails'?: boolean;
9617
+ readonly 'git.similarityThreshold'?: number;
9618
+ readonly 'git.smartCommitChanges'?: 'all' | 'tracked';
9619
+ readonly 'git.statusLimit'?: number;
9620
+ readonly 'git.suggestSmartCommit'?: boolean;
9621
+ readonly 'git.supportCancellation'?: boolean;
9622
+ readonly 'git.terminalAuthentication'?: boolean;
9623
+ readonly 'git.terminalGitEditor'?: boolean;
9624
+ readonly 'git.timeline.date'?: 'committed' | 'authored';
9625
+ readonly 'git.timeline.showAuthor'?: boolean;
9626
+ readonly 'git.timeline.showUncommitted'?: boolean;
9627
+ readonly 'git.untrackedChanges'?: 'mixed' | 'separate' | 'hidden';
9628
+ readonly 'git.useCommitInputAsStashMessage'?: boolean;
9629
+ readonly 'git.useEditorAsCommitInput'?: boolean;
9630
+ readonly 'git.useForcePushIfIncludes'?: boolean;
9631
+ readonly 'git.useForcePushWithLease'?: boolean;
9632
+ readonly 'git.useIntegratedAskPass'?: boolean;
9633
+ readonly 'git.verboseCommit'?: boolean;
9634
+ readonly 'git.worktreeIncludeFiles'?: (string)[];
9635
+ readonly 'github-authentication.preferDeviceCodeFlow'?: boolean;
9636
+ readonly 'github-authentication.useElectronFetch'?: boolean;
9637
+ readonly 'github-enterprise.uri'?: string;
9638
+ readonly 'github.branchProtection'?: boolean;
9639
+ readonly 'github.copilot.chat.additionalReadAccessPaths'?: (string)[];
9640
+ readonly 'github.copilot.chat.agent.autoFix'?: boolean;
9641
+ readonly 'github.copilot.chat.agent.backgroundTodoAgent.enabled'?: boolean;
9642
+ readonly 'github.copilot.chat.agent.currentEditorContext.enabled'?: boolean;
9643
+ readonly 'github.copilot.chat.agent.largeToolResultsToDisk.enabled'?: boolean;
9644
+ readonly 'github.copilot.chat.agent.largeToolResultsToDisk.thresholdBytes'?: number;
9645
+ readonly 'github.copilot.chat.agent.modelDetails.enabled'?: boolean;
9646
+ readonly 'github.copilot.chat.agent.omitFileAttachmentContents'?: boolean;
9647
+ readonly 'github.copilot.chat.agent.temperature'?: number | null;
9648
+ readonly 'github.copilot.chat.agent.terminal.allowList'?: unknown;
9649
+ readonly 'github.copilot.chat.agent.terminal.denyList'?: unknown;
9650
+ readonly 'github.copilot.chat.agentDebugLog.enabled'?: boolean;
9651
+ readonly 'github.copilot.chat.agentDebugLog.fileLogging.enabled'?: boolean;
9652
+ readonly 'github.copilot.chat.agentDebugLog.fileLogging.flushIntervalMs'?: number;
9653
+ readonly 'github.copilot.chat.agentDebugLog.fileLogging.maxRetainedSessionLogs'?: number;
9654
+ readonly 'github.copilot.chat.agentDebugLog.fileLogging.maxSessionLogSizeMB'?: number;
9655
+ readonly 'github.copilot.chat.agentHistorySummarizationMode'?: string | null;
9656
+ readonly 'github.copilot.chat.alternateGeminiModelFPrompt.enabled'?: boolean;
9657
+ readonly 'github.copilot.chat.alternateGptPrompt.enabled'?: boolean;
9658
+ readonly 'github.copilot.chat.anthropic.contextEditing.mode'?: 'off' | 'clear-thinking' | 'clear-tooluse' | 'clear-both';
9659
+ readonly 'github.copilot.chat.anthropic.promptCaching.extendedTtl'?: boolean;
9660
+ readonly 'github.copilot.chat.anthropic.tools.websearch.allowedDomains'?: (string)[];
9661
+ readonly 'github.copilot.chat.anthropic.tools.websearch.blockedDomains'?: (string)[];
9662
+ readonly 'github.copilot.chat.anthropic.tools.websearch.enabled'?: boolean;
9663
+ readonly 'github.copilot.chat.anthropic.tools.websearch.maxUses'?: number;
9664
+ readonly 'github.copilot.chat.anthropic.tools.websearch.userLocation'?: Record<string, unknown> | null;
9665
+ readonly 'github.copilot.chat.anthropic.useMessagesApi'?: boolean;
9666
+ readonly 'github.copilot.chat.askAgent.additionalTools'?: (string)[];
9667
+ readonly 'github.copilot.chat.askAgent.model'?: string;
9668
+ readonly 'github.copilot.chat.backgroundAgent.enabled'?: boolean;
9669
+ readonly 'github.copilot.chat.claude47OpusPrompt.enabled'?: boolean;
9670
+ readonly 'github.copilot.chat.claudeAgent.allowDangerouslySkipPermissions'?: boolean;
9671
+ readonly 'github.copilot.chat.claudeAgent.enabled'?: boolean;
9672
+ readonly 'github.copilot.chat.cli.aiGenerateBranchNames.enabled'?: boolean;
9673
+ readonly 'github.copilot.chat.cli.autoCommit.enabled'?: boolean;
9674
+ readonly 'github.copilot.chat.cli.autoModel.enabled'?: boolean;
9675
+ readonly 'github.copilot.chat.cli.branchSupport.enabled'?: boolean;
9676
+ readonly 'github.copilot.chat.cli.forkSessions.enabled'?: boolean;
9677
+ readonly 'github.copilot.chat.cli.isolationOption.enabled'?: boolean;
9678
+ readonly 'github.copilot.chat.cli.lazyLoadSessionItem.enabled'?: boolean;
9679
+ readonly 'github.copilot.chat.cli.mcp.enabled'?: boolean;
9680
+ readonly 'github.copilot.chat.cli.planCommand.enabled'?: boolean;
9681
+ readonly 'github.copilot.chat.cli.planExitMode.enabled'?: boolean;
9682
+ readonly 'github.copilot.chat.cli.remote.enabled'?: boolean;
9683
+ readonly 'github.copilot.chat.cli.sessionController.enabled'?: boolean;
9684
+ readonly 'github.copilot.chat.cli.sessionControllerForSessionsApp.enabled'?: boolean;
9685
+ readonly 'github.copilot.chat.cli.showExternalSessions'?: boolean;
9686
+ readonly 'github.copilot.chat.cli.terminalLinks.enabled'?: boolean;
9687
+ readonly 'github.copilot.chat.cli.thinkingEffort.enabled'?: boolean;
9688
+ readonly 'github.copilot.chat.cloudAgent.enabled'?: boolean;
9689
+ readonly 'github.copilot.chat.codeGeneration.instructions'?: (unknown)[];
9690
+ readonly 'github.copilot.chat.codeGeneration.useInstructionFiles'?: boolean;
9691
+ readonly 'github.copilot.chat.codesearch.agent.enabled'?: boolean;
9692
+ readonly 'github.copilot.chat.codesearch.enabled'?: boolean;
9693
+ readonly 'github.copilot.chat.commitMessageGeneration.instructions'?: (unknown)[];
9694
+ readonly 'github.copilot.chat.completionsFetcher'?: 'electron-fetch' | 'node-fetch';
9695
+ readonly 'github.copilot.chat.copilotDebugCommand.enabled'?: boolean;
9696
+ readonly 'github.copilot.chat.customInstructionsInSystemMessage'?: boolean;
9697
+ readonly 'github.copilot.chat.debug.promptOverrideFile'?: string | null;
9698
+ readonly 'github.copilot.chat.debug.promptOverrideString'?: string | null;
9699
+ readonly 'github.copilot.chat.debug.requestLogger.maxEntries'?: number;
9700
+ readonly 'github.copilot.chat.debugTerminalCommandPatterns'?: (string)[];
9701
+ readonly 'github.copilot.chat.editRecording.enabled'?: boolean;
9702
+ readonly 'github.copilot.chat.edits.batchReplaceStringDescriptions'?: boolean;
9703
+ readonly 'github.copilot.chat.edits.gemini3MultiReplaceString'?: boolean;
9704
+ readonly 'github.copilot.chat.enableUserPreferences'?: boolean;
9705
+ readonly 'github.copilot.chat.executionSubagent.enabled'?: boolean;
9706
+ readonly 'github.copilot.chat.executionSubagent.model'?: string;
9707
+ readonly 'github.copilot.chat.executionSubagent.toolCallLimit'?: number;
9708
+ readonly 'github.copilot.chat.executionSubagent.useAgenticProxy'?: boolean;
9709
+ readonly 'github.copilot.chat.exploreAgent.enabled'?: boolean;
9710
+ readonly 'github.copilot.chat.exploreAgent.model'?: string;
9711
+ readonly 'github.copilot.chat.feedback.onChange'?: boolean;
9712
+ readonly 'github.copilot.chat.getChangedFilesTool.enabled'?: boolean;
9713
+ readonly 'github.copilot.chat.githubMcpServer.channel'?: 'stable' | 'insiders';
9714
+ readonly 'github.copilot.chat.githubMcpServer.enabled'?: boolean;
9715
+ readonly 'github.copilot.chat.githubMcpServer.lockdown'?: boolean;
9716
+ readonly 'github.copilot.chat.githubMcpServer.readonly'?: boolean;
9717
+ readonly 'github.copilot.chat.githubMcpServer.toolsets'?: (string)[];
9718
+ readonly 'github.copilot.chat.gpt54ConcisePrompt.enabled'?: boolean;
9719
+ readonly 'github.copilot.chat.gpt54LargePrompt.enabled'?: boolean;
9720
+ readonly 'github.copilot.chat.gpt55EconomicalSearchAndEdit.enabled'?: boolean;
9721
+ readonly 'github.copilot.chat.gpt55GetChangedFilesTool.enabled'?: boolean;
9722
+ readonly 'github.copilot.chat.gpt55LargePromptSections.enabled'?: boolean;
9723
+ readonly 'github.copilot.chat.gpt55ReadFileTool.enabled'?: boolean;
9724
+ readonly 'github.copilot.chat.gpt5AlternativePatch'?: boolean;
9725
+ readonly 'github.copilot.chat.imageUpload.enabled'?: boolean;
9726
+ readonly 'github.copilot.chat.implementAgent.model'?: string;
9727
+ readonly 'github.copilot.chat.inlineChat.enableThinking'?: boolean;
9728
+ readonly 'github.copilot.chat.inlineChat.reasoningEffort'?: 'none' | 'minimal' | 'low' | 'medium' | 'high';
9729
+ readonly 'github.copilot.chat.inlineEdits.chatSessionContextProvider.enabled'?: boolean;
9730
+ readonly 'github.copilot.chat.inlineEdits.diagnosticsContextProvider.enabled'?: boolean;
9731
+ readonly 'github.copilot.chat.inlineEdits.nextCursorPrediction.currentFileMaxTokens'?: number;
9732
+ readonly 'github.copilot.chat.inlineEdits.nextCursorPrediction.displayLine'?: boolean;
9733
+ readonly 'github.copilot.chat.inlineEdits.renameSymbolSuggestions'?: boolean;
9734
+ readonly 'github.copilot.chat.inlineEdits.triggerOnEditorChangeAfterSeconds'?: number | null;
9735
+ readonly 'github.copilot.chat.inlineEdits.xtabProvider.modelConfiguration'?: Record<string, unknown> | null;
9736
+ readonly 'github.copilot.chat.installExtensionSkill.enabled'?: boolean;
9737
+ readonly 'github.copilot.chat.instantApply.shortContextLimit'?: number;
9738
+ readonly 'github.copilot.chat.instantApply.shortContextModelName'?: string;
9739
+ readonly 'github.copilot.chat.languageContext.fix.typescript.enabled'?: boolean;
9740
+ readonly 'github.copilot.chat.languageContext.inline.typescript.enabled'?: boolean;
9741
+ readonly 'github.copilot.chat.languageContext.typescript.cacheTimeout'?: number;
9742
+ readonly 'github.copilot.chat.languageContext.typescript.enabled'?: boolean;
9743
+ readonly 'github.copilot.chat.languageContext.typescript.includeDocumentation'?: boolean;
9744
+ readonly 'github.copilot.chat.languageContext.typescript.items'?: 'minimal' | 'double' | 'fillHalf' | 'fill';
9745
+ readonly 'github.copilot.chat.localIndex.enabled'?: boolean;
9746
+ readonly 'github.copilot.chat.localWorkspaceRecording.enabled'?: boolean;
9747
+ readonly 'github.copilot.chat.localeOverride'?: 'auto' | 'en' | 'fr' | 'it' | 'de' | 'es' | 'ru' | 'zh-CN' | 'zh-TW' | 'ja' | 'ko' | 'cs' | 'pt-br' | 'tr' | 'pl';
9748
+ readonly 'github.copilot.chat.nesFetcher'?: 'electron-fetch' | 'node-fetch';
9749
+ readonly 'github.copilot.chat.newWorkspace.useContext7'?: boolean;
9750
+ readonly 'github.copilot.chat.newWorkspaceCreation.enabled'?: boolean;
9751
+ readonly 'github.copilot.chat.notebook.alternativeFormat'?: 'xml' | 'markdown';
9752
+ readonly 'github.copilot.chat.notebook.alternativeNESFormat.enabled'?: boolean;
9753
+ readonly 'github.copilot.chat.notebook.enhancedNextEditSuggestions.enabled'?: boolean;
9754
+ readonly 'github.copilot.chat.notebook.followCellExecution.enabled'?: boolean;
9755
+ readonly 'github.copilot.chat.notebook.summaryExperimentEnabled'?: boolean;
9756
+ readonly 'github.copilot.chat.notebook.variableFilteringEnabled'?: boolean;
9757
+ readonly 'github.copilot.chat.omitBaseAgentInstructions'?: boolean;
9758
+ readonly 'github.copilot.chat.organizationCustomAgents.enabled'?: boolean;
9759
+ readonly 'github.copilot.chat.organizationInstructions.enabled'?: boolean;
9760
+ readonly 'github.copilot.chat.otel.captureContent'?: boolean;
9761
+ readonly 'github.copilot.chat.otel.dbSpanExporter.enabled'?: boolean;
9762
+ readonly 'github.copilot.chat.otel.enabled'?: boolean;
9763
+ readonly 'github.copilot.chat.otel.exporterType'?: 'otlp-grpc' | 'otlp-http' | 'console' | 'file';
9764
+ readonly 'github.copilot.chat.otel.maxAttributeSizeChars'?: number;
9765
+ readonly 'github.copilot.chat.otel.otlpEndpoint'?: string;
9766
+ readonly 'github.copilot.chat.otel.outfile'?: string;
9767
+ readonly 'github.copilot.chat.planAgent.additionalTools'?: (string)[];
9768
+ readonly 'github.copilot.chat.projectLabels.chat'?: boolean;
9769
+ readonly 'github.copilot.chat.projectLabels.expanded'?: boolean;
9770
+ readonly 'github.copilot.chat.projectLabels.inline'?: boolean;
9771
+ readonly 'github.copilot.chat.projectSetupInfoSkill.enabled'?: boolean;
9772
+ readonly 'github.copilot.chat.promptFileContextProvider.enabled'?: boolean;
9773
+ readonly 'github.copilot.chat.pullRequestDescriptionGeneration.instructions'?: (unknown)[];
9774
+ readonly 'github.copilot.chat.rateLimitAutoSwitchToAuto'?: boolean;
9775
+ readonly 'github.copilot.chat.reasoningEffortOverride'?: string | null;
9776
+ readonly 'github.copilot.chat.responsesApi.promptCacheKey.enabled'?: boolean;
9777
+ readonly 'github.copilot.chat.responsesApiContextManagement.enabled'?: boolean;
9778
+ readonly 'github.copilot.chat.responsesApiReasoningSummary'?: 'off' | 'detailed';
9779
+ readonly 'github.copilot.chat.review.intent'?: boolean;
9780
+ readonly 'github.copilot.chat.reviewAgent.enabled'?: boolean;
9781
+ readonly 'github.copilot.chat.reviewSelection.enabled'?: boolean;
9782
+ readonly 'github.copilot.chat.reviewSelection.instructions'?: (unknown)[];
9783
+ readonly 'github.copilot.chat.scopeSelection'?: boolean;
9784
+ readonly 'github.copilot.chat.searchSubagent.enabled'?: boolean;
9785
+ readonly 'github.copilot.chat.searchSubagent.model'?: string;
9786
+ readonly 'github.copilot.chat.searchSubagent.thoroughnessEnabled'?: boolean;
9787
+ readonly 'github.copilot.chat.searchSubagent.toolCallLimit'?: number;
9788
+ readonly 'github.copilot.chat.searchSubagent.useAgenticProxy'?: boolean;
9789
+ readonly 'github.copilot.chat.setupTests.enabled'?: boolean;
9790
+ readonly 'github.copilot.chat.skillTool.enabled'?: boolean;
9791
+ readonly 'github.copilot.chat.summarizeAgentConversationHistory.enabled'?: boolean;
9792
+ readonly 'github.copilot.chat.summarizeAgentConversationHistoryThreshold'?: number | null;
9793
+ readonly 'github.copilot.chat.switchAgent.enabled'?: boolean;
9794
+ readonly 'github.copilot.chat.terminalChatLocation'?: 'chatView' | 'quickChat' | 'terminal';
9795
+ readonly 'github.copilot.chat.testGeneration.instructions'?: (unknown)[];
9796
+ readonly 'github.copilot.chat.tools.defaultToolsGrouped'?: boolean;
9797
+ readonly 'github.copilot.chat.tools.viewImage.enabled'?: boolean;
9798
+ readonly 'github.copilot.chat.updated53CodexPrompt.enabled'?: boolean;
9799
+ readonly 'github.copilot.chat.useProjectTemplates'?: boolean;
9800
+ readonly 'github.copilot.chat.useResponsesApiTruncation'?: boolean;
9801
+ readonly 'github.copilot.chat.virtualTools.threshold'?: number;
9802
+ readonly 'github.copilot.chat.workspace.codeSearchExternalIngest.enabled'?: boolean;
9803
+ readonly 'github.copilot.chat.workspace.enableCodeSearch'?: boolean;
9804
+ readonly 'github.copilot.chat.workspace.maxLocalIndexSize'?: number;
9805
+ readonly 'github.copilot.chat.workspace.preferredEmbeddingsModel'?: string;
9806
+ readonly 'github.copilot.chat.workspace.prototypeAdoCodeSearchEndpointOverride'?: string;
9807
+ readonly 'github.copilot.editor.enableCodeActions'?: boolean;
9808
+ readonly 'github.copilot.enable'?: Record<string, unknown>;
9809
+ readonly 'github.copilot.nextEditSuggestions.allowWhitespaceOnlyChanges'?: boolean;
9810
+ readonly 'github.copilot.nextEditSuggestions.eagerness'?: 'auto' | 'low' | 'medium' | 'high';
9811
+ readonly 'github.copilot.nextEditSuggestions.enabled'?: boolean;
9812
+ readonly 'github.copilot.nextEditSuggestions.extendedRange'?: boolean;
9813
+ readonly 'github.copilot.nextEditSuggestions.fixes'?: boolean;
9814
+ readonly 'github.copilot.nextEditSuggestions.preferredModel'?: string;
9815
+ readonly 'github.copilot.renameSuggestions.triggerAutomatically'?: boolean;
9816
+ readonly 'github.copilot.selectedCompletionModel'?: string;
9817
+ readonly 'github.gitAuthentication'?: boolean;
9818
+ readonly 'github.gitProtocol'?: 'https' | 'ssh';
9819
+ readonly 'github.showAvatar'?: boolean;
9820
+ readonly 'grunt.autoDetect'?: 'off' | 'on';
9821
+ readonly 'gulp.autoDetect'?: 'off' | 'on';
9822
+ readonly 'html.autoClosingTags'?: boolean;
9823
+ readonly 'html.autoCreateQuotes'?: boolean;
9824
+ readonly 'html.completion.attributeDefaultValue'?: 'doublequotes' | 'singlequotes' | 'empty';
9825
+ readonly 'html.customData'?: (string)[];
9826
+ readonly 'html.format.contentUnformatted'?: string | null;
9827
+ readonly 'html.format.enable'?: boolean;
9828
+ readonly 'html.format.extraLiners'?: string | null;
9829
+ readonly 'html.format.indentHandlebars'?: boolean;
9830
+ readonly 'html.format.indentInnerHtml'?: boolean;
9831
+ readonly 'html.format.maxPreserveNewLines'?: number | null;
9832
+ readonly 'html.format.preserveNewLines'?: boolean;
9833
+ readonly 'html.format.templating'?: boolean;
9834
+ readonly 'html.format.unformatted'?: string | null;
9835
+ readonly 'html.format.unformattedContentDelimiter'?: string;
9836
+ readonly 'html.format.wrapAttributes'?: 'auto' | 'force' | 'force-aligned' | 'force-expand-multiline' | 'aligned-multiple' | 'preserve' | 'preserve-aligned';
9837
+ readonly 'html.format.wrapAttributesIndentSize'?: number | null;
9838
+ readonly 'html.format.wrapLineLength'?: number;
9839
+ readonly 'html.hover.documentation'?: boolean;
9840
+ readonly 'html.hover.references'?: boolean;
9841
+ readonly 'html.mirrorCursorOnMatchingTag'?: boolean;
9842
+ readonly 'html.suggest.hideEndTagSuggestions'?: boolean;
9843
+ readonly 'html.suggest.html5'?: boolean;
9844
+ readonly 'html.trace.server'?: 'off' | 'messages' | 'verbose';
9845
+ readonly 'html.validate.scripts'?: boolean;
9846
+ readonly 'html.validate.styles'?: boolean;
9847
+ readonly 'http.electronFetch'?: boolean;
9848
+ readonly 'http.experimental.networkInterfaceCheckInterval'?: number;
9849
+ readonly 'http.experimental.systemCertificatesV2'?: boolean;
9850
+ readonly 'http.fetchAdditionalSupport'?: boolean;
9851
+ readonly 'http.noProxy'?: (string)[];
9852
+ readonly 'http.proxy'?: string;
9853
+ readonly 'http.proxyAuthorization'?: null | string;
9854
+ readonly 'http.proxyKerberosServicePrincipal'?: string;
9855
+ readonly 'http.proxyStrictSSL'?: boolean;
9856
+ readonly 'http.proxySupport'?: 'off' | 'on' | 'fallback' | 'override';
9857
+ readonly 'http.systemCertificates'?: boolean;
9858
+ readonly 'http.systemCertificatesNode'?: boolean;
9859
+ readonly 'http.useLocalProxyConfiguration'?: boolean;
9860
+ readonly 'http.webSocketAdditionalSupport'?: boolean;
9861
+ readonly 'imageCarousel.chat.enabled'?: boolean;
9862
+ readonly 'imageCarousel.explorerContextMenu.enabled'?: boolean;
9863
+ readonly 'inlineChat.affordance'?: 'off' | 'editor';
9864
+ readonly 'inlineChat.askInChat'?: boolean;
9865
+ readonly 'inlineChat.defaultModel'?: '';
9866
+ readonly 'inlineChat.fixDiagnostics'?: boolean;
9867
+ readonly 'inlineChat.notebookAgent'?: boolean;
9868
+ readonly 'interactiveWindow.alwaysScrollOnNewCell'?: boolean;
9869
+ readonly 'interactiveWindow.collapseCellInputCode'?: 'always' | 'never' | 'fromEditor';
9870
+ readonly 'interactiveWindow.executeWithShiftEnter'?: boolean;
9871
+ readonly 'interactiveWindow.promptToSaveOnClose'?: boolean;
9872
+ readonly 'interactiveWindow.showExecutionHint'?: boolean;
9873
+ readonly 'ipynb.experimental.serialization'?: boolean;
9874
+ readonly 'ipynb.pasteImagesAsAttachments.enabled'?: boolean;
9875
+ readonly 'jake.autoDetect'?: 'off' | 'on';
9876
+ readonly 'javascript.autoClosingTags'?: boolean;
9877
+ readonly 'javascript.format.enable'?: boolean;
9878
+ readonly 'javascript.format.indentSwitchCase'?: boolean;
9879
+ readonly 'javascript.format.insertSpaceAfterCommaDelimiter'?: boolean;
9880
+ readonly 'javascript.format.insertSpaceAfterConstructor'?: boolean;
9881
+ readonly 'javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions'?: boolean;
9882
+ readonly 'javascript.format.insertSpaceAfterKeywordsInControlFlowStatements'?: boolean;
9883
+ readonly 'javascript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces'?: boolean;
9884
+ readonly 'javascript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces'?: boolean;
9885
+ readonly 'javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces'?: boolean;
9886
+ readonly 'javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets'?: boolean;
9887
+ readonly 'javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis'?: boolean;
9888
+ readonly 'javascript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces'?: boolean;
9889
+ readonly 'javascript.format.insertSpaceAfterSemicolonInForStatements'?: boolean;
9890
+ readonly 'javascript.format.insertSpaceBeforeAndAfterBinaryOperators'?: boolean;
9891
+ readonly 'javascript.format.insertSpaceBeforeFunctionParenthesis'?: boolean;
9892
+ readonly 'javascript.format.placeOpenBraceOnNewLineForControlBlocks'?: boolean;
9893
+ readonly 'javascript.format.placeOpenBraceOnNewLineForFunctions'?: boolean;
9894
+ readonly 'javascript.format.semicolons'?: 'ignore' | 'insert' | 'remove';
9895
+ readonly 'javascript.inlayHints.functionLikeReturnTypes.enabled'?: boolean;
9896
+ readonly 'javascript.inlayHints.parameterNames.enabled'?: 'none' | 'literals' | 'all';
9897
+ readonly 'javascript.inlayHints.parameterNames.suppressWhenArgumentMatchesName'?: boolean;
9898
+ readonly 'javascript.inlayHints.parameterTypes.enabled'?: boolean;
9899
+ readonly 'javascript.inlayHints.propertyDeclarationTypes.enabled'?: boolean;
9900
+ readonly 'javascript.inlayHints.variableTypes.enabled'?: boolean;
9901
+ readonly 'javascript.inlayHints.variableTypes.suppressWhenTypeMatchesName'?: boolean;
9902
+ readonly 'javascript.preferGoToSourceDefinition'?: boolean;
9903
+ readonly 'javascript.preferences.autoImportFileExcludePatterns'?: (string)[];
9904
+ readonly 'javascript.preferences.autoImportSpecifierExcludeRegexes'?: (string)[];
9905
+ readonly 'javascript.preferences.importModuleSpecifier'?: 'shortest' | 'relative' | 'non-relative' | 'project-relative';
9906
+ readonly 'javascript.preferences.importModuleSpecifierEnding'?: 'auto' | 'minimal' | 'index' | 'js';
9907
+ readonly 'javascript.preferences.jsxAttributeCompletionStyle'?: 'auto' | 'braces' | 'none';
9908
+ readonly 'javascript.preferences.organizeImports'?: Record<string, unknown>;
9909
+ readonly 'javascript.preferences.quoteStyle'?: 'auto' | 'single' | 'double';
9910
+ readonly 'javascript.preferences.renameMatchingJsxTags'?: boolean;
9911
+ readonly 'javascript.preferences.useAliasesForRenames'?: boolean;
9912
+ readonly 'javascript.referencesCodeLens.enabled'?: boolean;
9913
+ readonly 'javascript.referencesCodeLens.showOnAllFunctions'?: boolean;
9914
+ readonly 'javascript.suggest.autoImports'?: boolean;
9915
+ readonly 'javascript.suggest.classMemberSnippets.enabled'?: boolean;
9916
+ readonly 'javascript.suggest.completeFunctionCalls'?: boolean;
9917
+ readonly 'javascript.suggest.completeJSDocs'?: boolean;
9918
+ readonly 'javascript.suggest.enabled'?: boolean;
9919
+ readonly 'javascript.suggest.includeAutomaticOptionalChainCompletions'?: boolean;
9920
+ readonly 'javascript.suggest.includeCompletionsForImportStatements'?: boolean;
9921
+ readonly 'javascript.suggest.jsdoc.generateReturns'?: boolean;
9922
+ readonly 'javascript.suggest.names'?: boolean;
9923
+ readonly 'javascript.suggest.paths'?: boolean;
9924
+ readonly 'javascript.suggestionActions.enabled'?: boolean;
9925
+ readonly 'javascript.updateImportsOnFileMove.enabled'?: 'prompt' | 'always' | 'never';
9926
+ readonly 'javascript.updateImportsOnPaste.enabled'?: boolean;
9927
+ readonly 'javascript.validate.enable'?: boolean;
9928
+ readonly 'js/ts.autoClosingTags.enabled'?: boolean;
9929
+ readonly 'js/ts.experimental.useTsgo'?: boolean;
9930
+ readonly 'js/ts.format.enabled'?: boolean;
9931
+ readonly 'js/ts.format.indentSwitchCase'?: boolean;
9932
+ readonly 'js/ts.format.insertSpaceAfterCommaDelimiter'?: boolean;
9933
+ readonly 'js/ts.format.insertSpaceAfterConstructor'?: boolean;
9934
+ readonly 'js/ts.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions'?: boolean;
9935
+ readonly 'js/ts.format.insertSpaceAfterKeywordsInControlFlowStatements'?: boolean;
9936
+ readonly 'js/ts.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces'?: boolean;
9937
+ readonly 'js/ts.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces'?: boolean;
9938
+ readonly 'js/ts.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces'?: boolean;
9939
+ readonly 'js/ts.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets'?: boolean;
9940
+ readonly 'js/ts.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis'?: boolean;
9941
+ readonly 'js/ts.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces'?: boolean;
9942
+ readonly 'js/ts.format.insertSpaceAfterSemicolonInForStatements'?: boolean;
9943
+ readonly 'js/ts.format.insertSpaceAfterTypeAssertion'?: boolean;
9944
+ readonly 'js/ts.format.insertSpaceBeforeAndAfterBinaryOperators'?: boolean;
9945
+ readonly 'js/ts.format.insertSpaceBeforeFunctionParenthesis'?: boolean;
9946
+ readonly 'js/ts.format.placeOpenBraceOnNewLineForControlBlocks'?: boolean;
9947
+ readonly 'js/ts.format.placeOpenBraceOnNewLineForFunctions'?: boolean;
9948
+ readonly 'js/ts.format.semicolons'?: 'ignore' | 'insert' | 'remove';
9949
+ readonly 'js/ts.hover.maximumLength'?: number;
9950
+ readonly 'js/ts.implementationsCodeLens.enabled'?: boolean;
9951
+ readonly 'js/ts.implementationsCodeLens.showOnAllClassMethods'?: boolean;
9952
+ readonly 'js/ts.implementationsCodeLens.showOnInterfaceMethods'?: boolean;
9953
+ readonly 'js/ts.implicitProjectConfig.checkJs'?: boolean;
9954
+ readonly 'js/ts.implicitProjectConfig.experimentalDecorators'?: boolean;
9955
+ readonly 'js/ts.implicitProjectConfig.module'?: 'CommonJS' | 'AMD' | 'System' | 'UMD' | 'ES6' | 'ES2015' | 'ES2020' | 'ESNext' | 'None' | 'ES2022' | 'Node12' | 'NodeNext';
9956
+ readonly 'js/ts.implicitProjectConfig.strict'?: boolean;
9957
+ readonly 'js/ts.implicitProjectConfig.strictFunctionTypes'?: boolean;
9958
+ readonly 'js/ts.implicitProjectConfig.strictNullChecks'?: boolean;
9959
+ readonly 'js/ts.implicitProjectConfig.target'?: 'ES3' | 'ES5' | 'ES6' | 'ES2015' | 'ES2016' | 'ES2017' | 'ES2018' | 'ES2019' | 'ES2020' | 'ES2021' | 'ES2022' | 'ES2023' | 'ES2024' | 'ESNext';
9960
+ readonly 'js/ts.inlayHints.enumMemberValues.enabled'?: boolean;
9961
+ readonly 'js/ts.inlayHints.functionLikeReturnTypes.enabled'?: boolean;
9962
+ readonly 'js/ts.inlayHints.parameterNames.enabled'?: 'none' | 'literals' | 'all';
9963
+ readonly 'js/ts.inlayHints.parameterNames.suppressWhenArgumentMatchesName'?: boolean;
9964
+ readonly 'js/ts.inlayHints.parameterTypes.enabled'?: boolean;
9965
+ readonly 'js/ts.inlayHints.propertyDeclarationTypes.enabled'?: boolean;
9966
+ readonly 'js/ts.inlayHints.variableTypes.enabled'?: boolean;
9967
+ readonly 'js/ts.inlayHints.variableTypes.suppressWhenTypeMatchesName'?: boolean;
9968
+ readonly 'js/ts.locale'?: 'auto' | 'de' | 'es' | 'en' | 'fr' | 'it' | 'ja' | 'ko' | 'ru' | 'zh-CN' | 'zh-TW';
9969
+ readonly 'js/ts.preferGoToSourceDefinition'?: boolean;
9970
+ readonly 'js/ts.preferences.autoImportFileExcludePatterns'?: (string)[];
9971
+ readonly 'js/ts.preferences.autoImportSpecifierExcludeRegexes'?: (string)[];
9972
+ readonly 'js/ts.preferences.importModuleSpecifier'?: 'shortest' | 'relative' | 'non-relative' | 'project-relative';
9973
+ readonly 'js/ts.preferences.importModuleSpecifierEnding'?: 'auto' | 'minimal' | 'index' | 'js';
9974
+ readonly 'js/ts.preferences.includePackageJsonAutoImports'?: 'auto' | 'on' | 'off';
9975
+ readonly 'js/ts.preferences.jsxAttributeCompletionStyle'?: 'auto' | 'braces' | 'none';
9976
+ readonly 'js/ts.preferences.organizeImports'?: Record<string, unknown>;
9977
+ readonly 'js/ts.preferences.preferTypeOnlyAutoImports'?: boolean;
9978
+ readonly 'js/ts.preferences.quoteStyle'?: 'auto' | 'single' | 'double';
9979
+ readonly 'js/ts.preferences.renameMatchingJsxTags'?: boolean;
9980
+ readonly 'js/ts.preferences.useAliasesForRenames'?: boolean;
9981
+ readonly 'js/ts.referencesCodeLens.enabled'?: boolean;
9982
+ readonly 'js/ts.referencesCodeLens.showOnAllFunctions'?: boolean;
9983
+ readonly 'js/ts.reportStyleChecksAsWarnings'?: boolean;
9984
+ readonly 'js/ts.suggest.autoImports'?: boolean;
9985
+ readonly 'js/ts.suggest.classMemberSnippets.enabled'?: boolean;
9986
+ readonly 'js/ts.suggest.completeFunctionCalls'?: boolean;
9987
+ readonly 'js/ts.suggest.enabled'?: boolean;
9988
+ readonly 'js/ts.suggest.includeAutomaticOptionalChainCompletions'?: boolean;
9989
+ readonly 'js/ts.suggest.includeCompletionsForImportStatements'?: boolean;
9990
+ readonly 'js/ts.suggest.jsdoc.enabled'?: boolean;
9991
+ readonly 'js/ts.suggest.jsdoc.generateReturns'?: boolean;
9992
+ readonly 'js/ts.suggest.names'?: boolean;
9993
+ readonly 'js/ts.suggest.objectLiteralMethodSnippets.enabled'?: boolean;
9994
+ readonly 'js/ts.suggest.paths'?: boolean;
9995
+ readonly 'js/ts.suggestionActions.enabled'?: boolean;
9996
+ readonly 'js/ts.tsc.autoDetect'?: 'on' | 'off' | 'build' | 'watch';
9997
+ readonly 'js/ts.tsdk.path'?: string;
9998
+ readonly 'js/ts.tsdk.promptToUseWorkspaceVersion'?: boolean;
9999
+ readonly 'js/ts.tsserver.automaticTypeAcquisition.enabled'?: boolean;
10000
+ readonly 'js/ts.tsserver.checkNpmIsInstalled'?: boolean;
10001
+ readonly 'js/ts.tsserver.diagnosticDir'?: string;
10002
+ readonly 'js/ts.tsserver.experimental.enableProjectDiagnostics'?: boolean;
10003
+ readonly 'js/ts.tsserver.heapProfile'?: Record<string, unknown>;
10004
+ readonly 'js/ts.tsserver.heapSnapshot'?: number;
10005
+ readonly 'js/ts.tsserver.log'?: 'off' | 'terse' | 'normal' | 'verbose' | 'requestTime';
10006
+ readonly 'js/ts.tsserver.maxMemory'?: number;
10007
+ readonly 'js/ts.tsserver.node.path'?: string;
10008
+ readonly 'js/ts.tsserver.npm.path'?: string;
10009
+ readonly 'js/ts.tsserver.pluginPaths'?: (string)[];
10010
+ readonly 'js/ts.tsserver.tracing.enabled'?: boolean;
10011
+ readonly 'js/ts.tsserver.useSyntaxServer'?: 'always' | 'never' | 'auto';
10012
+ readonly 'js/ts.tsserver.watchOptions'?: unknown;
10013
+ readonly 'js/ts.tsserver.web.projectWideIntellisense.enabled'?: boolean;
10014
+ readonly 'js/ts.tsserver.web.projectWideIntellisense.suppressSemanticErrors'?: boolean;
10015
+ readonly 'js/ts.tsserver.web.typeAcquisition.enabled'?: boolean;
10016
+ readonly 'js/ts.updateImportsOnFileMove.enabled'?: 'prompt' | 'always' | 'never';
10017
+ readonly 'js/ts.updateImportsOnPaste.enabled'?: boolean;
10018
+ readonly 'js/ts.validate.enabled'?: boolean;
10019
+ readonly 'js/ts.workspaceSymbols.excludeLibrarySymbols'?: boolean;
10020
+ readonly 'js/ts.workspaceSymbols.scope'?: 'allOpenProjects' | 'currentProject';
10021
+ readonly 'json.colorDecorators.enable'?: boolean;
10022
+ readonly 'json.format.enable'?: boolean;
10023
+ readonly 'json.format.keepLines'?: boolean;
10024
+ readonly 'json.maxItemsComputed'?: number;
10025
+ readonly 'json.schemaDownload.enable'?: boolean;
10026
+ readonly 'json.schemaDownload.trustedDomains'?: Record<string, unknown>;
10027
+ readonly 'json.schemas'?: (Record<string, unknown>)[];
10028
+ readonly 'json.trace.server'?: 'off' | 'messages' | 'verbose';
10029
+ readonly 'json.validate.enable'?: boolean;
10030
+ readonly 'jsts-chat-features.skills.enabled'?: boolean;
10031
+ readonly 'keyboard.dispatch'?: 'code' | 'keyCode';
10032
+ readonly 'launch'?: Record<string, unknown>;
10033
+ readonly 'less.completion.completePropertyWithSemicolon'?: boolean;
10034
+ readonly 'less.completion.triggerPropertyValueCompletion'?: boolean;
10035
+ readonly 'less.format.braceStyle'?: 'collapse' | 'expand';
10036
+ readonly 'less.format.enable'?: boolean;
10037
+ readonly 'less.format.maxPreserveNewLines'?: number | null;
10038
+ readonly 'less.format.newlineBetweenRules'?: boolean;
10039
+ readonly 'less.format.newlineBetweenSelectors'?: boolean;
10040
+ readonly 'less.format.preserveNewLines'?: boolean;
10041
+ readonly 'less.format.spaceAroundSelectorSeparator'?: boolean;
10042
+ readonly 'less.hover.documentation'?: boolean;
10043
+ readonly 'less.hover.references'?: boolean;
10044
+ readonly 'less.lint.argumentsInColorFunction'?: 'ignore' | 'warning' | 'error';
10045
+ readonly 'less.lint.boxModel'?: 'ignore' | 'warning' | 'error';
10046
+ readonly 'less.lint.compatibleVendorPrefixes'?: 'ignore' | 'warning' | 'error';
10047
+ readonly 'less.lint.duplicateProperties'?: 'ignore' | 'warning' | 'error';
10048
+ readonly 'less.lint.emptyRules'?: 'ignore' | 'warning' | 'error';
10049
+ readonly 'less.lint.float'?: 'ignore' | 'warning' | 'error';
10050
+ readonly 'less.lint.fontFaceProperties'?: 'ignore' | 'warning' | 'error';
10051
+ readonly 'less.lint.hexColorLength'?: 'ignore' | 'warning' | 'error';
10052
+ readonly 'less.lint.idSelector'?: 'ignore' | 'warning' | 'error';
10053
+ readonly 'less.lint.ieHack'?: 'ignore' | 'warning' | 'error';
10054
+ readonly 'less.lint.importStatement'?: 'ignore' | 'warning' | 'error';
10055
+ readonly 'less.lint.important'?: 'ignore' | 'warning' | 'error';
10056
+ readonly 'less.lint.propertyIgnoredDueToDisplay'?: 'ignore' | 'warning' | 'error';
10057
+ readonly 'less.lint.universalSelector'?: 'ignore' | 'warning' | 'error';
10058
+ readonly 'less.lint.unknownAtRules'?: 'ignore' | 'warning' | 'error';
10059
+ readonly 'less.lint.unknownProperties'?: 'ignore' | 'warning' | 'error';
10060
+ readonly 'less.lint.unknownVendorSpecificProperties'?: 'ignore' | 'warning' | 'error';
10061
+ readonly 'less.lint.validProperties'?: (string)[];
10062
+ readonly 'less.lint.vendorPrefix'?: 'ignore' | 'warning' | 'error';
10063
+ readonly 'less.lint.zeroUnits'?: 'ignore' | 'warning' | 'error';
10064
+ readonly 'less.validate'?: boolean;
10065
+ readonly 'markdown.copyFiles.destination'?: Record<string, unknown>;
10066
+ readonly 'markdown.copyFiles.overwriteBehavior'?: 'nameIncrementally' | 'overwrite';
10067
+ readonly 'markdown.editor.drop.copyIntoWorkspace'?: 'mediaFiles' | 'never';
10068
+ readonly 'markdown.editor.drop.enabled'?: 'always' | 'smart' | 'never';
10069
+ readonly 'markdown.editor.filePaste.audioSnippet'?: string;
10070
+ readonly 'markdown.editor.filePaste.copyIntoWorkspace'?: 'mediaFiles' | 'never';
10071
+ readonly 'markdown.editor.filePaste.enabled'?: 'always' | 'smart' | 'never';
10072
+ readonly 'markdown.editor.filePaste.videoSnippet'?: string;
10073
+ readonly 'markdown.editor.pasteUrlAsFormattedLink.enabled'?: 'always' | 'smart' | 'smartWithSelection' | 'never';
10074
+ readonly 'markdown.editor.updateLinksOnPaste.enabled'?: boolean;
10075
+ readonly 'markdown.links.openLocation'?: 'currentGroup' | 'beside';
10076
+ readonly 'markdown.math.enabled'?: boolean;
10077
+ readonly 'markdown.math.macros'?: Record<string, unknown>;
10078
+ readonly 'markdown.occurrencesHighlight.enabled'?: boolean;
10079
+ readonly 'markdown.preferredMdPathExtensionStyle'?: 'auto' | 'includeExtension' | 'removeExtension';
10080
+ readonly 'markdown.preview.breaks'?: boolean;
10081
+ readonly 'markdown.preview.doubleClickToSwitchToEditor'?: boolean;
10082
+ readonly 'markdown.preview.fontFamily'?: string;
10083
+ readonly 'markdown.preview.fontSize'?: number;
10084
+ readonly 'markdown.preview.lineHeight'?: number;
10085
+ readonly 'markdown.preview.linkify'?: boolean;
10086
+ readonly 'markdown.preview.markEditorSelection'?: boolean;
10087
+ readonly 'markdown.preview.openMarkdownLinks'?: 'inPreview' | 'inEditor';
10088
+ readonly 'markdown.preview.scrollEditorWithPreview'?: boolean;
10089
+ readonly 'markdown.preview.scrollPreviewWithEditor'?: boolean;
10090
+ readonly 'markdown.preview.typographer'?: boolean;
10091
+ readonly 'markdown.server.log'?: 'off' | 'debug' | 'trace';
10092
+ readonly 'markdown.styles'?: (string)[];
10093
+ readonly 'markdown.suggest.paths.enabled'?: boolean;
10094
+ readonly 'markdown.suggest.paths.includeWorkspaceHeaderCompletions'?: 'never' | 'onDoubleHash' | 'onSingleOrDoubleHash';
10095
+ readonly 'markdown.trace.server'?: 'off' | 'messages' | 'verbose';
10096
+ readonly 'markdown.updateLinksOnFileMove.enableForDirectories'?: boolean;
10097
+ readonly 'markdown.updateLinksOnFileMove.enabled'?: 'prompt' | 'always' | 'never';
10098
+ readonly 'markdown.updateLinksOnFileMove.include'?: (string)[];
10099
+ readonly 'markdown.validate.duplicateLinkDefinitions.enabled'?: 'ignore' | 'warning' | 'error';
10100
+ readonly 'markdown.validate.enabled'?: boolean;
10101
+ readonly 'markdown.validate.fileLinks.enabled'?: 'ignore' | 'warning' | 'error';
10102
+ readonly 'markdown.validate.fileLinks.markdownFragmentLinks'?: 'inherit' | 'ignore' | 'warning' | 'error';
10103
+ readonly 'markdown.validate.fragmentLinks.enabled'?: 'ignore' | 'warning' | 'error';
10104
+ readonly 'markdown.validate.ignoredLinks'?: (string)[];
10105
+ readonly 'markdown.validate.referenceLinks.enabled'?: 'ignore' | 'warning' | 'error';
10106
+ readonly 'markdown.validate.unusedLinkDefinitions.enabled'?: 'ignore' | 'hint' | 'warning' | 'error';
10107
+ readonly 'mediaPreview.video.autoPlay'?: boolean;
10108
+ readonly 'mediaPreview.video.loop'?: boolean;
10109
+ readonly 'merge-conflict.autoNavigateNextConflict.enabled'?: boolean;
10110
+ readonly 'merge-conflict.codeLens.enabled'?: boolean;
10111
+ readonly 'merge-conflict.decorators.enabled'?: boolean;
10112
+ readonly 'merge-conflict.diffViewPosition'?: 'Current' | 'Beside' | 'Below';
10113
+ readonly 'mergeEditor.diffAlgorithm'?: 'legacy' | 'advanced';
10114
+ readonly 'mergeEditor.showDeletionMarkers'?: boolean;
10115
+ readonly 'mermaid-chat.enabled'?: boolean;
10116
+ readonly 'microsoft-authentication.implementation'?: 'msal' | 'msal-no-broker';
10117
+ readonly 'microsoft-sovereign-cloud.customEnvironment'?: Record<string, unknown>;
10118
+ readonly 'microsoft-sovereign-cloud.environment'?: 'ChinaCloud' | 'USGovernment' | 'custom';
10119
+ readonly 'network.meteredConnection'?: 'auto' | 'on' | 'off';
10120
+ readonly 'notebook.backup.sizeLimit'?: number;
10121
+ readonly 'notebook.breadcrumbs.showCodeCells'?: boolean;
10122
+ readonly 'notebook.cellExecutionTimeVerbosity'?: 'default' | 'verbose';
10123
+ readonly 'notebook.cellFailureDiagnostics'?: boolean;
10124
+ readonly 'notebook.cellFocusIndicator'?: 'border' | 'gutter';
10125
+ readonly 'notebook.cellToolbarLocation'?: Record<string, unknown>;
10126
+ readonly 'notebook.cellToolbarVisibility'?: 'hover' | 'click';
10127
+ readonly 'notebook.codeActionsOnSave'?: Record<string, unknown>;
10128
+ readonly 'notebook.compactView'?: boolean;
10129
+ readonly 'notebook.confirmDeleteRunningCell'?: boolean;
10130
+ readonly 'notebook.consolidatedOutputButton'?: boolean;
10131
+ readonly 'notebook.consolidatedRunButton'?: boolean;
10132
+ readonly 'notebook.defaultFormatter'?: null | 'GitHub.copilot-chat' | 'vscode.css-language-features' | 'vscode.html-language-features' | 'vscode.json-language-features' | 'vscode.markdown-language-features' | 'vscode.markdown-math' | 'vscode.php-language-features' | 'vscode.typescript-language-features' | 'vscode.configuration-editing' | 'vscode.debug-auto-launch' | 'vscode.debug-server-ready' | 'vscode.emmet' | 'vscode.extension-editing' | 'vscode.git' | 'vscode.git-base' | 'vscode.github' | 'vscode.github-authentication' | 'vscode.grunt' | 'vscode.gulp' | 'vscode.ipynb' | 'vscode.jake' | 'ms-vscode.js-debug' | 'ms-vscode.js-debug-companion' | 'vscode.media-preview' | 'vscode.merge-conflict' | 'vscode.mermaid-chat-features' | 'vscode.microsoft-authentication' | 'vscode.npm' | 'vscode.references-view' | 'vscode.search-result' | 'vscode.simple-browser' | 'vscode.terminal-suggest' | 'vscode.tunnel-forwarding' | 'ms-vscode.vscode-js-profile-table';
10133
+ readonly 'notebook.diff.enablePreview'?: boolean;
10134
+ readonly 'notebook.diff.experimental.toggleInline'?: boolean;
10135
+ readonly 'notebook.diff.ignoreMetadata'?: boolean;
10136
+ readonly 'notebook.diff.ignoreOutputs'?: boolean;
10137
+ readonly 'notebook.diff.overviewRuler'?: boolean;
10138
+ readonly 'notebook.displayOrder'?: (string)[];
10139
+ readonly 'notebook.dragAndDropEnabled'?: boolean;
10140
+ readonly 'notebook.editorOptionsCustomizations'?: unknown;
10141
+ readonly 'notebook.experimental.generate'?: boolean;
10142
+ readonly 'notebook.experimental.remoteSave'?: boolean;
10143
+ readonly 'notebook.find.filters'?: Record<string, unknown>;
10144
+ readonly 'notebook.formatOnCellExecution'?: boolean;
10145
+ readonly 'notebook.formatOnSave.enabled'?: boolean;
10146
+ readonly 'notebook.globalToolbar'?: boolean;
10147
+ readonly 'notebook.globalToolbarShowLabel'?: 'always' | 'never' | 'dynamic';
10148
+ readonly 'notebook.gotoSymbols.showAllSymbols'?: boolean;
10149
+ readonly 'notebook.inlineValues'?: 'on' | 'auto' | 'off';
10150
+ readonly 'notebook.insertFinalNewline'?: boolean;
10151
+ readonly 'notebook.insertToolbarLocation'?: 'betweenCells' | 'notebookToolbar' | 'both' | 'hidden';
10152
+ readonly 'notebook.lineNumbers'?: 'off' | 'on';
10153
+ readonly 'notebook.markdown.lineHeight'?: number;
10154
+ readonly 'notebook.markup.fontFamily'?: string;
10155
+ readonly 'notebook.markup.fontSize'?: number;
10156
+ readonly 'notebook.multiCursor.enabled'?: boolean;
10157
+ readonly 'notebook.navigation.allowNavigateToSurroundingCells'?: boolean;
10158
+ readonly 'notebook.outline.showCodeCellSymbols'?: boolean;
10159
+ readonly 'notebook.outline.showCodeCells'?: boolean;
10160
+ readonly 'notebook.outline.showMarkdownHeadersOnly'?: boolean;
10161
+ readonly 'notebook.output.fontFamily'?: string;
10162
+ readonly 'notebook.output.fontSize'?: number;
10163
+ readonly 'notebook.output.lineHeight'?: number;
10164
+ readonly 'notebook.output.linkifyFilePaths'?: boolean;
10165
+ readonly 'notebook.output.minimalErrorRendering'?: boolean;
10166
+ readonly 'notebook.output.scrolling'?: boolean;
10167
+ readonly 'notebook.output.textLineLimit'?: number;
10168
+ readonly 'notebook.output.wordWrap'?: boolean;
10169
+ readonly 'notebook.scrolling.revealNextCellOnExecute'?: 'fullCell' | 'firstLine' | 'none';
10170
+ readonly 'notebook.showCellStatusBar'?: 'hidden' | 'visible' | 'visibleAfterExecute';
10171
+ readonly 'notebook.showFoldingControls'?: 'always' | 'never' | 'mouseover';
10172
+ readonly 'notebook.stickyScroll.enabled'?: boolean;
10173
+ readonly 'notebook.stickyScroll.mode'?: 'flat' | 'indented';
10174
+ readonly 'notebook.undoRedoPerCell'?: boolean;
10175
+ readonly 'notebook.variablesView'?: boolean;
10176
+ readonly 'npm.autoDetect'?: 'off' | 'on';
10177
+ readonly 'npm.enableRunFromFolder'?: boolean;
10178
+ readonly 'npm.enableScriptExplorer'?: boolean;
10179
+ readonly 'npm.exclude'?: string | (string)[];
10180
+ readonly 'npm.fetchOnlinePackageInfo'?: boolean;
10181
+ readonly 'npm.packageManager'?: 'auto' | 'npm' | 'yarn' | 'pnpm' | 'bun';
10182
+ readonly 'npm.runSilent'?: boolean;
10183
+ readonly 'npm.scriptExplorerAction'?: 'open' | 'run';
10184
+ readonly 'npm.scriptExplorerExclude'?: (string)[];
10185
+ readonly 'npm.scriptHover'?: boolean;
10186
+ readonly 'npm.scriptRunner'?: 'auto' | 'npm' | 'yarn' | 'pnpm' | 'bun' | 'node';
10187
+ readonly 'outline.collapseItems'?: 'alwaysCollapse' | 'alwaysExpand';
10188
+ readonly 'outline.icons'?: boolean;
10189
+ readonly 'outline.problems.badges'?: boolean;
10190
+ readonly 'outline.problems.colors'?: boolean;
10191
+ readonly 'outline.problems.enabled'?: boolean;
10192
+ readonly 'outline.showArrays'?: boolean;
10193
+ readonly 'outline.showBooleans'?: boolean;
10194
+ readonly 'outline.showClasses'?: boolean;
10195
+ readonly 'outline.showConstants'?: boolean;
10196
+ readonly 'outline.showConstructors'?: boolean;
10197
+ readonly 'outline.showEnumMembers'?: boolean;
10198
+ readonly 'outline.showEnums'?: boolean;
10199
+ readonly 'outline.showEvents'?: boolean;
10200
+ readonly 'outline.showFields'?: boolean;
10201
+ readonly 'outline.showFiles'?: boolean;
10202
+ readonly 'outline.showFunctions'?: boolean;
10203
+ readonly 'outline.showInterfaces'?: boolean;
10204
+ readonly 'outline.showKeys'?: boolean;
10205
+ readonly 'outline.showMethods'?: boolean;
10206
+ readonly 'outline.showModules'?: boolean;
10207
+ readonly 'outline.showNamespaces'?: boolean;
10208
+ readonly 'outline.showNull'?: boolean;
10209
+ readonly 'outline.showNumbers'?: boolean;
10210
+ readonly 'outline.showObjects'?: boolean;
10211
+ readonly 'outline.showOperators'?: boolean;
10212
+ readonly 'outline.showPackages'?: boolean;
10213
+ readonly 'outline.showProperties'?: boolean;
10214
+ readonly 'outline.showStrings'?: boolean;
10215
+ readonly 'outline.showStructs'?: boolean;
10216
+ readonly 'outline.showTypeParameters'?: boolean;
10217
+ readonly 'outline.showVariables'?: boolean;
10218
+ readonly 'output.smartScroll.enabled'?: boolean;
10219
+ readonly 'php.suggest.basic'?: boolean;
10220
+ readonly 'php.validate.enable'?: boolean;
10221
+ readonly 'php.validate.executablePath'?: string | null;
10222
+ readonly 'php.validate.run'?: 'onSave' | 'onType';
10223
+ readonly 'problems.autoReveal'?: boolean;
10224
+ readonly 'problems.decorations.enabled'?: boolean;
10225
+ readonly 'problems.defaultViewMode'?: 'table' | 'tree';
10226
+ readonly 'problems.showCurrentInStatus'?: boolean;
10227
+ readonly 'problems.sortOrder'?: 'severity' | 'position';
10228
+ readonly 'problems.visibility'?: boolean;
10229
+ readonly 'references.preferredLocation'?: 'peek' | 'view';
10230
+ readonly 'remote.autoForwardPorts'?: boolean;
10231
+ readonly 'remote.autoForwardPortsFallback'?: number;
10232
+ readonly 'remote.autoForwardPortsSource'?: 'process' | 'output' | 'hybrid';
10233
+ readonly 'remote.defaultExtensionsIfInstalledLocally'?: (string)[];
10234
+ readonly 'remote.downloadExtensionsLocally'?: boolean;
10235
+ readonly 'remote.extensionKind'?: Record<string, unknown>;
10236
+ readonly 'remote.forwardOnOpen'?: boolean;
10237
+ readonly 'remote.localPortHost'?: 'localhost' | 'allInterfaces';
10238
+ readonly 'remote.otherPortsAttributes'?: Record<string, unknown>;
10239
+ readonly 'remote.portsAttributes'?: Record<string, unknown>;
10240
+ readonly 'remote.restoreForwardedPorts'?: boolean;
10241
+ readonly 'remote.tunnels.access.hostNameOverride'?: string;
10242
+ readonly 'remote.tunnels.access.preventSleep'?: boolean;
10243
+ readonly 'scm.alwaysShowActions'?: boolean;
10244
+ readonly 'scm.alwaysShowRepositories'?: boolean;
10245
+ readonly 'scm.autoReveal'?: boolean;
10246
+ readonly 'scm.compactFolders'?: boolean;
10247
+ readonly 'scm.countBadge'?: 'all' | 'focused' | 'off';
10248
+ readonly 'scm.defaultViewMode'?: 'tree' | 'list';
10249
+ readonly 'scm.defaultViewSortKey'?: 'name' | 'path' | 'status';
10250
+ readonly 'scm.diffDecorations'?: 'all' | 'gutter' | 'overview' | 'minimap' | 'none';
10251
+ readonly 'scm.diffDecorationsGutterAction'?: 'diff' | 'none';
10252
+ readonly 'scm.diffDecorationsGutterPattern'?: Record<string, unknown>;
10253
+ readonly 'scm.diffDecorationsGutterVisibility'?: 'always' | 'hover';
10254
+ readonly 'scm.diffDecorationsGutterWidth'?: 1 | 2 | 3 | 4 | 5;
10255
+ readonly 'scm.diffDecorationsIgnoreTrimWhitespace'?: 'true' | 'false' | 'inherit';
10256
+ readonly 'scm.graph.badges'?: 'all' | 'filter';
10257
+ readonly 'scm.graph.pageOnScroll'?: boolean;
10258
+ readonly 'scm.graph.pageSize'?: number;
10259
+ readonly 'scm.graph.showIncomingChanges'?: boolean;
10260
+ readonly 'scm.graph.showOutgoingChanges'?: boolean;
10261
+ readonly 'scm.inputFontFamily'?: string;
10262
+ readonly 'scm.inputFontSize'?: number;
10263
+ readonly 'scm.inputMaxLineCount'?: number;
10264
+ readonly 'scm.inputMinLineCount'?: number;
10265
+ readonly 'scm.providerCountBadge'?: 'hidden' | 'auto' | 'visible';
10266
+ readonly 'scm.repositories.explorer'?: boolean;
10267
+ readonly 'scm.repositories.selectionMode'?: 'multiple' | 'single';
10268
+ readonly 'scm.repositories.sortOrder'?: 'discovery time' | 'name' | 'path';
10269
+ readonly 'scm.repositories.visible'?: number;
10270
+ readonly 'scm.showActionButton'?: boolean;
10271
+ readonly 'scm.showInputActionButton'?: boolean;
10272
+ readonly 'scm.workingSets.default'?: 'empty' | 'current';
10273
+ readonly 'scm.workingSets.enabled'?: boolean;
10274
+ readonly 'screencastMode.fontSize'?: number;
10275
+ readonly 'screencastMode.keyboardOptions'?: Record<string, unknown>;
10276
+ readonly 'screencastMode.keyboardOverlayTimeout'?: number;
10277
+ readonly 'screencastMode.mouseIndicatorColor'?: string;
10278
+ readonly 'screencastMode.mouseIndicatorSize'?: number;
10279
+ readonly 'screencastMode.verticalOffset'?: number;
10280
+ readonly 'scss.completion.completePropertyWithSemicolon'?: boolean;
10281
+ readonly 'scss.completion.triggerPropertyValueCompletion'?: boolean;
10282
+ readonly 'scss.format.braceStyle'?: 'collapse' | 'expand';
10283
+ readonly 'scss.format.enable'?: boolean;
10284
+ readonly 'scss.format.maxPreserveNewLines'?: number | null;
10285
+ readonly 'scss.format.newlineBetweenRules'?: boolean;
10286
+ readonly 'scss.format.newlineBetweenSelectors'?: boolean;
10287
+ readonly 'scss.format.preserveNewLines'?: boolean;
10288
+ readonly 'scss.format.spaceAroundSelectorSeparator'?: boolean;
10289
+ readonly 'scss.hover.documentation'?: boolean;
10290
+ readonly 'scss.hover.references'?: boolean;
10291
+ readonly 'scss.lint.argumentsInColorFunction'?: 'ignore' | 'warning' | 'error';
10292
+ readonly 'scss.lint.boxModel'?: 'ignore' | 'warning' | 'error';
10293
+ readonly 'scss.lint.compatibleVendorPrefixes'?: 'ignore' | 'warning' | 'error';
10294
+ readonly 'scss.lint.duplicateProperties'?: 'ignore' | 'warning' | 'error';
10295
+ readonly 'scss.lint.emptyRules'?: 'ignore' | 'warning' | 'error';
10296
+ readonly 'scss.lint.float'?: 'ignore' | 'warning' | 'error';
10297
+ readonly 'scss.lint.fontFaceProperties'?: 'ignore' | 'warning' | 'error';
10298
+ readonly 'scss.lint.hexColorLength'?: 'ignore' | 'warning' | 'error';
10299
+ readonly 'scss.lint.idSelector'?: 'ignore' | 'warning' | 'error';
10300
+ readonly 'scss.lint.ieHack'?: 'ignore' | 'warning' | 'error';
10301
+ readonly 'scss.lint.importStatement'?: 'ignore' | 'warning' | 'error';
10302
+ readonly 'scss.lint.important'?: 'ignore' | 'warning' | 'error';
10303
+ readonly 'scss.lint.propertyIgnoredDueToDisplay'?: 'ignore' | 'warning' | 'error';
10304
+ readonly 'scss.lint.universalSelector'?: 'ignore' | 'warning' | 'error';
10305
+ readonly 'scss.lint.unknownAtRules'?: 'ignore' | 'warning' | 'error';
10306
+ readonly 'scss.lint.unknownProperties'?: 'ignore' | 'warning' | 'error';
10307
+ readonly 'scss.lint.unknownVendorSpecificProperties'?: 'ignore' | 'warning' | 'error';
10308
+ readonly 'scss.lint.validProperties'?: (string)[];
10309
+ readonly 'scss.lint.vendorPrefix'?: 'ignore' | 'warning' | 'error';
10310
+ readonly 'scss.lint.zeroUnits'?: 'ignore' | 'warning' | 'error';
10311
+ readonly 'scss.validate'?: boolean;
10312
+ readonly 'search.actionsPosition'?: 'auto' | 'right';
10313
+ readonly 'search.collapseResults'?: 'auto' | 'alwaysCollapse' | 'alwaysExpand';
10314
+ readonly 'search.decorations.badges'?: boolean;
10315
+ readonly 'search.decorations.colors'?: boolean;
10316
+ readonly 'search.defaultViewMode'?: 'tree' | 'list';
10317
+ readonly 'search.exclude'?: Record<string, unknown>;
10318
+ readonly 'search.experimental.closedNotebookRichContentResults'?: boolean;
10319
+ readonly 'search.followSymlinks'?: boolean;
10320
+ readonly 'search.location'?: 'sidebar' | 'panel';
10321
+ readonly 'search.maintainFileSearchCache'?: boolean;
10322
+ readonly 'search.maxResults'?: number | null;
10323
+ readonly 'search.mode'?: 'view' | 'reuseEditor' | 'newEditor';
10324
+ readonly 'search.quickAccess.preserveInput'?: boolean;
10325
+ readonly 'search.quickOpen.history.filterSortOrder'?: 'default' | 'recency';
10326
+ readonly 'search.quickOpen.includeHistory'?: boolean;
10327
+ readonly 'search.quickOpen.includeSymbols'?: boolean;
10328
+ readonly 'search.ripgrep.maxThreads'?: number;
10329
+ readonly 'search.searchEditor.defaultNumberOfContextLines'?: number | null;
10330
+ readonly 'search.searchEditor.doubleClickBehaviour'?: 'selectWord' | 'goToLocation' | 'openLocationToSide';
10331
+ readonly 'search.searchEditor.focusResultsOnSearch'?: boolean;
10332
+ readonly 'search.searchEditor.reusePriorSearchConfiguration'?: boolean;
10333
+ readonly 'search.searchEditor.singleClickBehaviour'?: 'default' | 'peekDefinition';
10334
+ readonly 'search.searchOnType'?: boolean;
10335
+ readonly 'search.searchOnTypeDebouncePeriod'?: number;
10336
+ readonly 'search.searchView.keywordSuggestions'?: boolean;
10337
+ readonly 'search.searchView.semanticSearchBehavior'?: 'manual' | 'runOnEmpty' | 'auto';
10338
+ readonly 'search.seedOnFocus'?: boolean;
10339
+ readonly 'search.seedWithNearestWord'?: boolean;
10340
+ readonly 'search.showLineNumbers'?: boolean;
10341
+ readonly 'search.smartCase'?: boolean;
10342
+ readonly 'search.sortOrder'?: 'default' | 'fileNames' | 'type' | 'modified' | 'countDescending' | 'countAscending';
10343
+ readonly 'search.useGlobalIgnoreFiles'?: boolean;
10344
+ readonly 'search.useIgnoreFiles'?: boolean;
10345
+ readonly 'search.usePCRE2'?: boolean;
10346
+ readonly 'search.useParentIgnoreFiles'?: boolean;
10347
+ readonly 'search.useReplacePreview'?: boolean;
10348
+ readonly 'search.useRipgrep'?: boolean;
10349
+ readonly 'security.promptForLocalFileProtocolHandling'?: boolean;
10350
+ readonly 'security.promptForRemoteFileProtocolHandling'?: boolean;
10351
+ readonly 'security.workspace.trust.banner'?: 'always' | 'untilDismissed' | 'never';
10352
+ readonly 'security.workspace.trust.emptyWindow'?: boolean;
10353
+ readonly 'security.workspace.trust.enabled'?: boolean;
10354
+ readonly 'security.workspace.trust.startupPrompt'?: 'always' | 'once' | 'never';
10355
+ readonly 'security.workspace.trust.untrustedFiles'?: 'prompt' | 'open' | 'newWindow';
10356
+ readonly 'simpleBrowser.focusLockIndicator.enabled'?: boolean;
10357
+ readonly 'task.allowAutomaticTasks'?: 'on' | 'off';
10358
+ readonly 'task.autoDetect'?: 'on' | 'off';
10359
+ readonly 'task.notifyWindowOnTaskCompletion'?: number;
10360
+ readonly 'task.problemMatchers.neverPrompt'?: unknown;
10361
+ readonly 'task.quickOpen.detail'?: boolean;
10362
+ readonly 'task.quickOpen.history'?: number;
10363
+ readonly 'task.quickOpen.showAll'?: boolean;
10364
+ readonly 'task.quickOpen.skip'?: boolean;
10365
+ readonly 'task.reconnection'?: boolean;
10366
+ readonly 'task.saveBeforeRun'?: 'always' | 'never' | 'prompt';
10367
+ readonly 'task.slowProviderWarning'?: unknown;
10368
+ readonly 'task.verboseLogging'?: boolean;
10369
+ readonly 'telemetry.editStats.details.enabled'?: boolean;
10370
+ readonly 'telemetry.editStats.enabled'?: boolean;
10371
+ readonly 'telemetry.editStats.showDecorations'?: boolean;
10372
+ readonly 'telemetry.editStats.showStatusBar'?: boolean;
10373
+ readonly 'telemetry.enableCrashReporter'?: boolean;
10374
+ readonly 'telemetry.enableTelemetry'?: boolean;
10375
+ readonly 'telemetry.feedback.enabled'?: boolean;
10376
+ readonly 'telemetry.performance.inputLatencySamplingProbability'?: number;
10377
+ readonly 'telemetry.telemetryLevel'?: 'all' | 'error' | 'crash' | 'off';
10378
+ readonly 'terminal.integrated.accessibleViewFocusOnCommandExecution'?: boolean;
10379
+ readonly 'terminal.integrated.accessibleViewPreserveCursorPosition'?: boolean;
10380
+ readonly 'terminal.integrated.agentHostProfile.linux'?: string | Record<string, unknown> | null;
10381
+ readonly 'terminal.integrated.agentHostProfile.osx'?: string | Record<string, unknown> | null;
10382
+ readonly 'terminal.integrated.agentHostProfile.windows'?: string | Record<string, unknown> | null;
10383
+ readonly 'terminal.integrated.allowChords'?: boolean;
10384
+ readonly 'terminal.integrated.allowInUntrustedWorkspace'?: boolean;
10385
+ readonly 'terminal.integrated.allowMnemonics'?: boolean;
10386
+ readonly 'terminal.integrated.allowedLinkSchemes'?: (string)[];
10387
+ readonly 'terminal.integrated.altClickMovesCursor'?: boolean;
10388
+ readonly 'terminal.integrated.autoReplies'?: Record<string, unknown>;
10389
+ readonly 'terminal.integrated.automationProfile.linux'?: Record<string, unknown> | null;
10390
+ readonly 'terminal.integrated.automationProfile.osx'?: Record<string, unknown> | null;
10391
+ readonly 'terminal.integrated.automationProfile.windows'?: Record<string, unknown> | null;
10392
+ readonly 'terminal.integrated.bellDuration'?: number;
10393
+ readonly 'terminal.integrated.commandsToSkipShell'?: (string)[];
10394
+ readonly 'terminal.integrated.confirmOnExit'?: 'never' | 'always' | 'hasChildProcesses';
10395
+ readonly 'terminal.integrated.confirmOnKill'?: 'never' | 'editor' | 'panel' | 'always';
10396
+ readonly 'terminal.integrated.copyOnSelection'?: boolean;
10397
+ readonly 'terminal.integrated.cursorBlinking'?: boolean;
10398
+ readonly 'terminal.integrated.cursorStyle'?: 'block' | 'line' | 'underline';
10399
+ readonly 'terminal.integrated.cursorStyleInactive'?: 'outline' | 'block' | 'line' | 'underline' | 'none';
10400
+ readonly 'terminal.integrated.cursorWidth'?: number;
10401
+ readonly 'terminal.integrated.customGlyphs'?: boolean;
10402
+ readonly 'terminal.integrated.cwd'?: string;
10403
+ readonly 'terminal.integrated.defaultLocation'?: 'editor' | 'view';
10404
+ readonly 'terminal.integrated.defaultProfile.linux'?: null | 'sh' | 'bash' | 'bash (2)' | 'rbash' | 'rbash (2)' | 'sh (2)' | 'dash' | 'dash (2)' | 'tmux' | 'screen' | 'pwsh' | 'pwsh (2)' | 'JavaScript Debug Terminal';
10405
+ readonly 'terminal.integrated.defaultProfile.osx'?: string | null;
10406
+ readonly 'terminal.integrated.defaultProfile.windows'?: string | null;
10407
+ readonly 'terminal.integrated.detectLocale'?: 'auto' | 'off' | 'on';
10408
+ readonly 'terminal.integrated.developer.devMode'?: boolean;
10409
+ readonly 'terminal.integrated.developer.ptyHost.latency'?: number;
10410
+ readonly 'terminal.integrated.developer.ptyHost.startupDelay'?: number;
10411
+ readonly 'terminal.integrated.drawBoldTextInBrightColors'?: boolean;
10412
+ readonly 'terminal.integrated.enableBell'?: boolean;
10413
+ readonly 'terminal.integrated.enableFileLinks'?: 'off' | 'on' | 'notRemote';
10414
+ readonly 'terminal.integrated.enableImages'?: boolean;
10415
+ readonly 'terminal.integrated.enableKittyKeyboardProtocol'?: boolean;
10416
+ readonly 'terminal.integrated.enableMultiLinePasteWarning'?: 'auto' | 'always' | 'never';
10417
+ readonly 'terminal.integrated.enableNotifications'?: boolean;
10418
+ readonly 'terminal.integrated.enablePersistentSessions'?: boolean;
10419
+ readonly 'terminal.integrated.enableVisualBell'?: boolean;
10420
+ readonly 'terminal.integrated.enableWin32InputMode'?: boolean;
10421
+ readonly 'terminal.integrated.env.linux'?: Record<string, unknown>;
10422
+ readonly 'terminal.integrated.env.osx'?: Record<string, unknown>;
10423
+ readonly 'terminal.integrated.env.windows'?: Record<string, unknown>;
10424
+ readonly 'terminal.integrated.environmentChangesRelaunch'?: boolean;
10425
+ readonly 'terminal.integrated.fastScrollSensitivity'?: number;
10426
+ readonly 'terminal.integrated.focusAfterRun'?: 'terminal' | 'accessible-buffer' | 'none';
10427
+ readonly 'terminal.integrated.fontFamily'?: string;
10428
+ readonly 'terminal.integrated.fontLigatures.enabled'?: boolean;
10429
+ readonly 'terminal.integrated.fontLigatures.fallbackLigatures'?: (unknown)[];
10430
+ readonly 'terminal.integrated.fontLigatures.featureSettings'?: string;
10431
+ readonly 'terminal.integrated.fontSize'?: number;
10432
+ readonly 'terminal.integrated.fontWeight'?: unknown;
10433
+ readonly 'terminal.integrated.fontWeightBold'?: unknown;
10434
+ readonly 'terminal.integrated.gpuAcceleration'?: 'auto' | 'on' | 'off';
10435
+ readonly 'terminal.integrated.hideOnLastClosed'?: boolean;
10436
+ readonly 'terminal.integrated.hideOnStartup'?: 'never' | 'whenEmpty' | 'always';
10437
+ readonly 'terminal.integrated.ignoreBracketedPasteMode'?: boolean;
10438
+ readonly 'terminal.integrated.ignoreProcessNames'?: (string)[];
10439
+ readonly 'terminal.integrated.inheritEnv'?: boolean;
10440
+ readonly 'terminal.integrated.initialHint'?: boolean;
10441
+ readonly 'terminal.integrated.initialHintCopilotCli'?: boolean;
10442
+ readonly 'terminal.integrated.letterSpacing'?: number;
10443
+ readonly 'terminal.integrated.lineHeight'?: number;
10444
+ readonly 'terminal.integrated.localEchoEnabled'?: 'on' | 'off' | 'auto';
10445
+ readonly 'terminal.integrated.localEchoExcludePrograms'?: (string)[];
10446
+ readonly 'terminal.integrated.localEchoLatencyThreshold'?: number;
10447
+ readonly 'terminal.integrated.localEchoStyle'?: unknown;
10448
+ readonly 'terminal.integrated.macOptionClickForcesSelection'?: boolean;
10449
+ readonly 'terminal.integrated.macOptionIsMeta'?: boolean;
10450
+ readonly 'terminal.integrated.middleClickBehavior'?: 'default' | 'paste';
10451
+ readonly 'terminal.integrated.minimumContrastRatio'?: number;
10452
+ readonly 'terminal.integrated.mouseWheelScrollSensitivity'?: number;
10453
+ readonly 'terminal.integrated.mouseWheelZoom'?: boolean;
10454
+ readonly 'terminal.integrated.persistentSessionReviveProcess'?: 'onExit' | 'onExitAndWindowClose' | 'never';
10455
+ readonly 'terminal.integrated.persistentSessionScrollback'?: number;
10456
+ readonly 'terminal.integrated.profiles.linux'?: Record<string, unknown>;
10457
+ readonly 'terminal.integrated.profiles.osx'?: Record<string, unknown>;
10458
+ readonly 'terminal.integrated.profiles.windows'?: Record<string, unknown>;
10459
+ readonly 'terminal.integrated.rescaleOverlappingGlyphs'?: boolean;
10460
+ readonly 'terminal.integrated.rightClickBehavior'?: 'default' | 'copyPaste' | 'paste' | 'selectWord' | 'nothing';
10461
+ readonly 'terminal.integrated.scrollback'?: number;
10462
+ readonly 'terminal.integrated.sendKeybindingsToShell'?: boolean;
10463
+ readonly 'terminal.integrated.shellIntegration.decorationsEnabled'?: 'both' | 'gutter' | 'overviewRuler' | 'never';
10464
+ readonly 'terminal.integrated.shellIntegration.enabled'?: boolean;
10465
+ readonly 'terminal.integrated.shellIntegration.environmentReporting'?: boolean;
10466
+ readonly 'terminal.integrated.shellIntegration.history'?: number;
10467
+ readonly 'terminal.integrated.shellIntegration.quickFixEnabled'?: boolean;
10468
+ readonly 'terminal.integrated.shellIntegration.showCommandGuide'?: boolean;
10469
+ readonly 'terminal.integrated.shellIntegration.timeout'?: number;
10470
+ readonly 'terminal.integrated.showExitAlert'?: boolean;
10471
+ readonly 'terminal.integrated.showLinkHover'?: boolean;
10472
+ readonly 'terminal.integrated.smoothScrolling'?: boolean;
10473
+ readonly 'terminal.integrated.splitCwd'?: 'workspaceRoot' | 'initial' | 'inherited';
10474
+ readonly 'terminal.integrated.stickyScroll.enabled'?: boolean;
10475
+ readonly 'terminal.integrated.stickyScroll.ignoredCommands'?: (string)[];
10476
+ readonly 'terminal.integrated.stickyScroll.maxLineCount'?: number;
10477
+ readonly 'terminal.integrated.suggest.cdPath'?: 'off' | 'relative' | 'absolute';
10478
+ readonly 'terminal.integrated.suggest.enabled'?: boolean;
10479
+ readonly 'terminal.integrated.suggest.inlineSuggestion'?: 'off' | 'alwaysOnTopExceptExactMatch' | 'alwaysOnTop';
10480
+ readonly 'terminal.integrated.suggest.insertTrailingSpace'?: boolean;
10481
+ readonly 'terminal.integrated.suggest.providers'?: Record<string, unknown>;
10482
+ readonly 'terminal.integrated.suggest.quickSuggestions'?: Record<string, unknown>;
10483
+ readonly 'terminal.integrated.suggest.runOnEnter'?: 'never' | 'exactMatch' | 'exactMatchIgnoreExtension' | 'always';
10484
+ readonly 'terminal.integrated.suggest.selectionMode'?: 'partial' | 'always' | 'never';
10485
+ readonly 'terminal.integrated.suggest.showStatusBar'?: boolean;
10486
+ readonly 'terminal.integrated.suggest.suggestOnTriggerCharacters'?: boolean;
10487
+ readonly 'terminal.integrated.suggest.upArrowNavigatesHistory'?: boolean;
10488
+ readonly 'terminal.integrated.suggest.windowsExecutableExtensions'?: Record<string, unknown>;
10489
+ readonly 'terminal.integrated.tabStopWidth'?: number;
10490
+ readonly 'terminal.integrated.tabs.allowAgentCliTitle'?: boolean;
10491
+ readonly 'terminal.integrated.tabs.defaultColor'?: 'terminal.ansiBlack' | 'terminal.ansiRed' | 'terminal.ansiGreen' | 'terminal.ansiYellow' | 'terminal.ansiBlue' | 'terminal.ansiMagenta' | 'terminal.ansiCyan' | 'terminal.ansiWhite';
10492
+ 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' | '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' | 'git-fetch' | 'lightbulb-sparkle-autofix' | 'debug-breakpoint-pending';
10493
+ readonly 'terminal.integrated.tabs.description'?: string;
10494
+ readonly 'terminal.integrated.tabs.enableAnimation'?: boolean;
10495
+ readonly 'terminal.integrated.tabs.enabled'?: boolean;
10496
+ readonly 'terminal.integrated.tabs.focusMode'?: 'singleClick' | 'doubleClick';
10497
+ readonly 'terminal.integrated.tabs.hideCondition'?: 'never' | 'singleTerminal' | 'singleGroup';
10498
+ readonly 'terminal.integrated.tabs.location'?: 'left' | 'right';
10499
+ readonly 'terminal.integrated.tabs.separator'?: string;
10500
+ readonly 'terminal.integrated.tabs.showActions'?: 'always' | 'singleTerminal' | 'singleTerminalOrNarrow' | 'never';
10501
+ readonly 'terminal.integrated.tabs.showActiveTerminal'?: 'always' | 'singleTerminal' | 'singleTerminalOrNarrow' | 'never';
10502
+ readonly 'terminal.integrated.tabs.title'?: string;
10503
+ readonly 'terminal.integrated.textBlinking'?: boolean;
10504
+ readonly 'terminal.integrated.unicodeVersion'?: '6' | '11';
10505
+ readonly 'terminal.integrated.useWslProfiles'?: boolean;
10506
+ readonly 'terminal.integrated.windowsUseConptyDll'?: boolean;
10507
+ readonly 'terminal.integrated.wordSeparators'?: string;
10508
+ readonly 'testing.alwaysRevealTestOnStateChange'?: boolean;
10509
+ readonly 'testing.automaticallyOpenPeekView'?: 'failureAnywhere' | 'failureInVisibleDocument' | 'never';
10510
+ readonly 'testing.automaticallyOpenPeekViewDuringAutoRun'?: boolean;
10511
+ readonly 'testing.automaticallyOpenTestResults'?: 'neverOpen' | 'openOnTestStart' | 'openOnTestFailure' | 'openExplorerOnTestStart';
10512
+ readonly 'testing.countBadge'?: 'failed' | 'off' | 'passed' | 'skipped';
10513
+ readonly 'testing.coverageBarThresholds'?: unknown;
10514
+ readonly 'testing.coverageMinimapEnabled'?: boolean;
10515
+ readonly 'testing.coverageToolbarEnabled'?: boolean;
10516
+ readonly 'testing.defaultGutterClickAction'?: 'run' | 'debug' | 'runWithCoverage' | 'contextMenu';
10517
+ readonly 'testing.displayedCoveragePercent'?: 'totalCoverage' | 'statement' | 'minimum';
10518
+ readonly 'testing.followRunningTest'?: boolean;
10519
+ readonly 'testing.gutterEnabled'?: boolean;
10520
+ readonly 'testing.resultsView.layout'?: 'treeRight' | 'treeLeft';
10521
+ readonly 'testing.saveBeforeTest'?: boolean;
10522
+ readonly 'testing.showAllMessages'?: boolean;
10523
+ readonly 'testing.showCoverageInExplorer'?: boolean;
10524
+ readonly 'timeline.pageOnScroll'?: boolean;
10525
+ readonly 'timeline.pageSize'?: number | null;
10526
+ readonly 'typescript.autoClosingTags'?: boolean;
10527
+ readonly 'typescript.check.npmIsInstalled'?: boolean;
10528
+ readonly 'typescript.disableAutomaticTypeAcquisition'?: boolean;
10529
+ readonly 'typescript.enablePromptUseWorkspaceTsdk'?: boolean;
10530
+ readonly 'typescript.experimental.useTsgo'?: boolean;
10531
+ readonly 'typescript.format.enable'?: boolean;
10532
+ readonly 'typescript.format.indentSwitchCase'?: boolean;
10533
+ readonly 'typescript.format.insertSpaceAfterCommaDelimiter'?: boolean;
10534
+ readonly 'typescript.format.insertSpaceAfterConstructor'?: boolean;
10535
+ readonly 'typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions'?: boolean;
10536
+ readonly 'typescript.format.insertSpaceAfterKeywordsInControlFlowStatements'?: boolean;
10537
+ readonly 'typescript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces'?: boolean;
10538
+ readonly 'typescript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces'?: boolean;
10539
+ readonly 'typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces'?: boolean;
10540
+ readonly 'typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets'?: boolean;
10541
+ readonly 'typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis'?: boolean;
10542
+ readonly 'typescript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces'?: boolean;
10543
+ readonly 'typescript.format.insertSpaceAfterSemicolonInForStatements'?: boolean;
10544
+ readonly 'typescript.format.insertSpaceAfterTypeAssertion'?: boolean;
10545
+ readonly 'typescript.format.insertSpaceBeforeAndAfterBinaryOperators'?: boolean;
10546
+ readonly 'typescript.format.insertSpaceBeforeFunctionParenthesis'?: boolean;
10547
+ readonly 'typescript.format.placeOpenBraceOnNewLineForControlBlocks'?: boolean;
10548
+ readonly 'typescript.format.placeOpenBraceOnNewLineForFunctions'?: boolean;
10549
+ readonly 'typescript.format.semicolons'?: 'ignore' | 'insert' | 'remove';
10550
+ readonly 'typescript.implementationsCodeLens.enabled'?: boolean;
10551
+ readonly 'typescript.implementationsCodeLens.showOnAllClassMethods'?: boolean;
10552
+ readonly 'typescript.implementationsCodeLens.showOnInterfaceMethods'?: boolean;
10553
+ readonly 'typescript.inlayHints.enumMemberValues.enabled'?: boolean;
10554
+ readonly 'typescript.inlayHints.functionLikeReturnTypes.enabled'?: boolean;
10555
+ readonly 'typescript.inlayHints.parameterNames.enabled'?: 'none' | 'literals' | 'all';
10556
+ readonly 'typescript.inlayHints.parameterNames.suppressWhenArgumentMatchesName'?: boolean;
10557
+ readonly 'typescript.inlayHints.parameterTypes.enabled'?: boolean;
10558
+ readonly 'typescript.inlayHints.propertyDeclarationTypes.enabled'?: boolean;
10559
+ readonly 'typescript.inlayHints.variableTypes.enabled'?: boolean;
10560
+ readonly 'typescript.inlayHints.variableTypes.suppressWhenTypeMatchesName'?: boolean;
10561
+ readonly 'typescript.locale'?: 'auto' | 'de' | 'es' | 'en' | 'fr' | 'it' | 'ja' | 'ko' | 'ru' | 'zh-CN' | 'zh-TW';
10562
+ readonly 'typescript.npm'?: string;
10563
+ readonly 'typescript.preferGoToSourceDefinition'?: boolean;
10564
+ readonly 'typescript.preferences.autoImportFileExcludePatterns'?: (string)[];
10565
+ readonly 'typescript.preferences.autoImportSpecifierExcludeRegexes'?: (string)[];
10566
+ readonly 'typescript.preferences.importModuleSpecifier'?: 'shortest' | 'relative' | 'non-relative' | 'project-relative';
10567
+ readonly 'typescript.preferences.importModuleSpecifierEnding'?: 'auto' | 'minimal' | 'index' | 'js';
10568
+ readonly 'typescript.preferences.includePackageJsonAutoImports'?: 'auto' | 'on' | 'off';
10569
+ readonly 'typescript.preferences.jsxAttributeCompletionStyle'?: 'auto' | 'braces' | 'none';
10570
+ readonly 'typescript.preferences.organizeImports'?: Record<string, unknown>;
10571
+ readonly 'typescript.preferences.preferTypeOnlyAutoImports'?: boolean;
10572
+ readonly 'typescript.preferences.quoteStyle'?: 'auto' | 'single' | 'double';
10573
+ readonly 'typescript.preferences.renameMatchingJsxTags'?: boolean;
10574
+ readonly 'typescript.preferences.useAliasesForRenames'?: boolean;
10575
+ readonly 'typescript.referencesCodeLens.enabled'?: boolean;
10576
+ readonly 'typescript.referencesCodeLens.showOnAllFunctions'?: boolean;
10577
+ readonly 'typescript.reportStyleChecksAsWarnings'?: boolean;
10578
+ readonly 'typescript.suggest.autoImports'?: boolean;
10579
+ readonly 'typescript.suggest.classMemberSnippets.enabled'?: boolean;
10580
+ readonly 'typescript.suggest.completeFunctionCalls'?: boolean;
10581
+ readonly 'typescript.suggest.completeJSDocs'?: boolean;
10582
+ readonly 'typescript.suggest.enabled'?: boolean;
10583
+ readonly 'typescript.suggest.includeAutomaticOptionalChainCompletions'?: boolean;
10584
+ readonly 'typescript.suggest.includeCompletionsForImportStatements'?: boolean;
10585
+ readonly 'typescript.suggest.jsdoc.generateReturns'?: boolean;
10586
+ readonly 'typescript.suggest.objectLiteralMethodSnippets.enabled'?: boolean;
10587
+ readonly 'typescript.suggest.paths'?: boolean;
10588
+ readonly 'typescript.suggestionActions.enabled'?: boolean;
10589
+ readonly 'typescript.tsc.autoDetect'?: 'on' | 'off' | 'build' | 'watch';
10590
+ readonly 'typescript.tsdk'?: string;
10591
+ readonly 'typescript.tsserver.enableTracing'?: boolean;
10592
+ readonly 'typescript.tsserver.experimental.enableProjectDiagnostics'?: boolean;
10593
+ readonly 'typescript.tsserver.log'?: 'off' | 'terse' | 'normal' | 'verbose' | 'requestTime';
10594
+ readonly 'typescript.tsserver.maxTsServerMemory'?: number;
10595
+ readonly 'typescript.tsserver.nodePath'?: string;
10596
+ readonly 'typescript.tsserver.pluginPaths'?: (string)[];
10597
+ readonly 'typescript.tsserver.useSyntaxServer'?: 'always' | 'never' | 'auto';
10598
+ readonly 'typescript.tsserver.watchOptions'?: unknown;
10599
+ readonly 'typescript.tsserver.web.projectWideIntellisense.enabled'?: boolean;
10600
+ readonly 'typescript.tsserver.web.projectWideIntellisense.suppressSemanticErrors'?: boolean;
10601
+ readonly 'typescript.tsserver.web.typeAcquisition.enabled'?: boolean;
10602
+ readonly 'typescript.updateImportsOnFileMove.enabled'?: 'prompt' | 'always' | 'never';
10603
+ readonly 'typescript.updateImportsOnPaste.enabled'?: boolean;
10604
+ readonly 'typescript.validate.enable'?: boolean;
10605
+ readonly 'typescript.workspaceSymbols.excludeLibrarySymbols'?: boolean;
10606
+ readonly 'typescript.workspaceSymbols.scope'?: 'allOpenProjects' | 'currentProject';
10607
+ readonly 'update.channel'?: string;
10608
+ readonly 'update.mode'?: 'none' | 'manual' | 'start' | 'default';
10609
+ readonly 'update.showPostInstallInfo'?: boolean;
10610
+ readonly 'update.showReleaseNotes'?: boolean;
10611
+ readonly 'update.titleBar'?: boolean;
10612
+ readonly 'window.autoDetectColorScheme'?: boolean;
10613
+ readonly 'window.autoDetectHighContrast'?: boolean;
10614
+ readonly 'window.closeWhenEmpty'?: boolean;
10615
+ readonly 'window.commandCenter'?: boolean;
10616
+ readonly 'window.confirmBeforeClose'?: 'always' | 'keyboardOnly' | 'never';
10617
+ readonly 'window.confirmSaveUntitledWorkspace'?: boolean;
10618
+ readonly 'window.controlsStyle'?: 'native' | 'custom' | 'hidden';
10619
+ readonly 'window.customMenuBarAltFocus'?: boolean;
10620
+ readonly 'window.customTitleBarVisibility'?: 'auto' | 'windowed' | 'never';
10621
+ readonly 'window.density.editorTabHeight'?: 'default' | 'compact';
10622
+ readonly 'window.dialogStyle'?: 'native' | 'custom';
10623
+ readonly 'window.doubleClickIconToClose'?: boolean;
10624
+ readonly 'window.enableMenuBarMnemonics'?: boolean;
10625
+ readonly 'window.menuBarVisibility'?: 'classic' | 'visible' | 'toggle' | 'hidden' | 'compact';
10626
+ readonly 'window.menuStyle'?: 'custom' | 'native' | 'inherit';
10627
+ readonly 'window.newWindowDimensions'?: 'default' | 'inherit' | 'offset' | 'maximized' | 'fullscreen';
10628
+ readonly 'window.openFilesInNewWindow'?: 'on' | 'off' | 'default';
10629
+ readonly 'window.openFoldersInNewWindow'?: 'on' | 'off' | 'default';
10630
+ readonly 'window.openWithoutArgumentsInNewWindow'?: 'on' | 'off';
10631
+ readonly 'window.restoreFullscreen'?: boolean;
10632
+ readonly 'window.restoreWindows'?: 'preserve' | 'all' | 'folders' | 'one' | 'none';
10633
+ readonly 'window.title'?: string;
10634
+ readonly 'window.titleBarStyle'?: 'native' | 'custom';
10635
+ readonly 'window.titleSeparator'?: string;
10636
+ readonly 'window.zoomLevel'?: number;
10637
+ readonly 'window.zoomPerWindow'?: boolean;
10638
+ readonly 'workbench.activityBar.autoHide'?: boolean;
10639
+ readonly 'workbench.activityBar.compact'?: boolean;
10640
+ readonly 'workbench.activityBar.iconClickBehavior'?: 'toggle' | 'focus';
10641
+ readonly 'workbench.activityBar.location'?: 'default' | 'top' | 'bottom' | 'hidden';
10642
+ readonly 'workbench.browser.agentHostChatToolsEnabled'?: boolean;
10643
+ readonly 'workbench.browser.dataStorage'?: 'global' | 'workspace' | 'ephemeral';
10644
+ readonly 'workbench.browser.enableChatTools'?: boolean;
10645
+ readonly 'workbench.browser.openLocalhostLinks'?: boolean;
10646
+ readonly 'workbench.browser.pageZoom'?: 'Match Window' | '25%' | '33%' | '50%' | '67%' | '75%' | '80%' | '90%' | '100%' | '110%' | '125%' | '150%' | '175%' | '200%' | '250%' | '300%' | '400%' | '500%';
10647
+ readonly 'workbench.browser.showInTitleBar'?: true | false | 'whenOpen';
10648
+ readonly 'workbench.cloudChanges.autoResume'?: 'onReload' | 'off';
10649
+ readonly 'workbench.cloudChanges.continueOn'?: 'prompt' | 'off';
10650
+ readonly 'workbench.colorCustomizations'?: Record<string, unknown>;
10651
+ readonly 'workbench.colorTheme'?: 'Abyss' | 'Visual Studio Dark' | 'Dark 2026' | 'Default High Contrast' | 'Dark Modern' | 'Dark+' | 'Kimbie Dark' | 'Visual Studio Light' | 'Light 2026' | 'Default High Contrast Light' | 'Light Modern' | 'Light+' | 'Monokai' | 'Monokai Dimmed' | 'Quiet Light' | 'Red' | 'Solarized Dark' | 'Solarized Light' | 'Tomorrow Night Blue';
10652
+ readonly 'workbench.commandPalette.experimental.askChatLocation'?: 'chatView' | 'quickChat';
10653
+ readonly 'workbench.commandPalette.experimental.enableNaturalLanguageSearch'?: boolean;
10654
+ readonly 'workbench.commandPalette.experimental.suggestCommands'?: boolean;
10655
+ readonly 'workbench.commandPalette.history'?: number;
10656
+ readonly 'workbench.commandPalette.preserveInput'?: boolean;
10657
+ readonly 'workbench.commandPalette.showAskInChat'?: boolean;
10658
+ readonly 'workbench.diffEditorAssociations'?: Record<string, unknown>;
10659
+ readonly 'workbench.editor.alwaysShowEditorActions'?: boolean;
10660
+ readonly 'workbench.editor.autoLockGroups'?: Record<string, unknown>;
10661
+ readonly 'workbench.editor.centeredLayoutAutoResize'?: boolean;
10662
+ readonly 'workbench.editor.centeredLayoutFixedWidth'?: boolean;
10663
+ readonly 'workbench.editor.closeEmptyGroups'?: boolean;
10664
+ readonly 'workbench.editor.closeOnFileDelete'?: boolean;
10665
+ readonly 'workbench.editor.customLabels.enabled'?: boolean;
10666
+ readonly 'workbench.editor.customLabels.patterns'?: Record<string, unknown>;
10667
+ readonly 'workbench.editor.decorations.badges'?: boolean;
10668
+ readonly 'workbench.editor.decorations.colors'?: boolean;
10669
+ readonly 'workbench.editor.defaultBinaryEditor'?: 'default' | 'workbench.editor.chatSession' | 'workbench.editorinputs.searchEditorInput' | 'agentSessionsWelcomePage' | 'notebookOutputEditor' | 'repl' | 'workbench.editors.gettingStartedInput' | 'jupyter-notebook' | 'vscode.markdown.preview.editor' | 'imagePreview.previewEditor' | 'vscode.audioPreview' | 'vscode.videoPreview' | 'jsProfileVisualizer.cpuprofile.table' | 'jsProfileVisualizer.heapprofile.table' | 'jsProfileVisualizer.heapsnapshot.table' | '';
10670
+ readonly 'workbench.editor.doubleClickTabToToggleEditorGroupSizes'?: 'maximize' | 'expand' | 'off';
10671
+ readonly 'workbench.editor.dragToOpenWindow'?: boolean;
10672
+ readonly 'workbench.editor.editorActionsLocation'?: 'default' | 'titleBar' | 'hidden';
10673
+ readonly 'workbench.editor.empty.hint'?: 'text' | 'hidden';
10674
+ readonly 'workbench.editor.enablePreview'?: boolean;
10675
+ readonly 'workbench.editor.enablePreviewFromCodeNavigation'?: boolean;
10676
+ readonly 'workbench.editor.enablePreviewFromQuickOpen'?: boolean;
10677
+ readonly 'workbench.editor.focusRecentEditorAfterClose'?: boolean;
10678
+ readonly 'workbench.editor.highlightModifiedTabs'?: boolean;
10679
+ readonly 'workbench.editor.historyBasedLanguageDetection'?: boolean;
10680
+ readonly 'workbench.editor.labelFormat'?: 'default' | 'short' | 'medium' | 'long';
10681
+ readonly 'workbench.editor.languageDetection'?: boolean;
10682
+ readonly 'workbench.editor.languageDetectionHints'?: Record<string, unknown>;
10683
+ readonly 'workbench.editor.limit.enabled'?: boolean;
10684
+ readonly 'workbench.editor.limit.excludeDirty'?: boolean;
10685
+ readonly 'workbench.editor.limit.perEditorGroup'?: boolean;
10686
+ readonly 'workbench.editor.limit.value'?: number;
10687
+ readonly 'workbench.editor.mouseBackForwardToNavigate'?: boolean;
10688
+ readonly 'workbench.editor.navigationScope'?: 'default' | 'editorGroup' | 'editor';
10689
+ readonly 'workbench.editor.openPositioning'?: 'left' | 'right' | 'first' | 'last';
10690
+ readonly 'workbench.editor.openSideBySideDirection'?: 'right' | 'down';
10691
+ readonly 'workbench.editor.pinnedTabSizing'?: 'normal' | 'compact' | 'shrink';
10692
+ readonly 'workbench.editor.pinnedTabsOnSeparateRow'?: boolean;
10693
+ readonly 'workbench.editor.preferHistoryBasedLanguageDetection'?: boolean;
10694
+ readonly 'workbench.editor.preventPinnedEditorClose'?: 'keyboardAndMouse' | 'keyboard' | 'mouse' | 'never';
10695
+ readonly 'workbench.editor.restoreEditors'?: boolean;
10696
+ readonly 'workbench.editor.restoreViewState'?: boolean;
10697
+ readonly 'workbench.editor.revealIfOpen'?: boolean;
10698
+ readonly 'workbench.editor.scrollToSwitchTabs'?: boolean;
10699
+ readonly 'workbench.editor.sharedViewState'?: boolean;
10700
+ readonly 'workbench.editor.showIcons'?: boolean;
10701
+ readonly 'workbench.editor.showTabIndex'?: boolean;
10702
+ readonly 'workbench.editor.showTabs'?: 'multiple' | 'single' | 'none';
10703
+ readonly 'workbench.editor.splitInGroupLayout'?: 'vertical' | 'horizontal';
10704
+ readonly 'workbench.editor.splitOnDragAndDrop'?: boolean;
10705
+ readonly 'workbench.editor.splitSizing'?: 'auto' | 'distribute' | 'split';
10706
+ readonly 'workbench.editor.tabActionCloseVisibility'?: boolean;
10707
+ readonly 'workbench.editor.tabActionLocation'?: 'left' | 'right';
10708
+ readonly 'workbench.editor.tabActionUnpinVisibility'?: boolean;
10709
+ readonly 'workbench.editor.tabSizing'?: 'fit' | 'shrink' | 'fixed';
10710
+ readonly 'workbench.editor.tabSizingFixedMaxWidth'?: number;
10711
+ readonly 'workbench.editor.tabSizingFixedMinWidth'?: number;
10712
+ readonly 'workbench.editor.titleScrollbarSizing'?: 'default' | 'large';
10713
+ readonly 'workbench.editor.titleScrollbarVisibility'?: 'auto' | 'visible' | 'hidden';
10714
+ readonly 'workbench.editor.untitled.labelFormat'?: 'content' | 'name';
10715
+ readonly 'workbench.editor.useModal'?: 'off' | 'some' | 'all';
10716
+ readonly 'workbench.editor.wrapTabs'?: boolean;
10717
+ readonly 'workbench.editorAssociations'?: Record<string, unknown>;
10718
+ readonly 'workbench.editorLargeFileConfirmation'?: number;
10719
+ readonly 'workbench.enableExperiments'?: boolean;
10720
+ readonly 'workbench.experimental.cloudChanges.autoStore'?: 'onShutdown' | 'off';
10721
+ readonly 'workbench.experimental.cloudChanges.partialMatches.enabled'?: boolean;
10722
+ readonly 'workbench.experimental.share.enabled'?: boolean;
10723
+ readonly 'workbench.externalBrowser'?: string;
10724
+ readonly 'workbench.externalUriOpeners'?: Record<string, unknown>;
10725
+ readonly 'workbench.hover.delay'?: number;
10726
+ readonly 'workbench.hover.reducedDelay'?: number;
10727
+ readonly 'workbench.iconTheme'?: null | 'vs-minimal' | 'vs-seti';
10728
+ readonly 'workbench.layoutControl.enabled'?: boolean;
10729
+ readonly 'workbench.layoutControl.type'?: 'menu' | 'toggles' | 'both';
10730
+ readonly 'workbench.list.defaultFindMatchType'?: 'fuzzy' | 'contiguous';
10731
+ readonly 'workbench.list.defaultFindMode'?: 'highlight' | 'filter';
10732
+ readonly 'workbench.list.fastScrollSensitivity'?: number;
10733
+ readonly 'workbench.list.horizontalScrolling'?: boolean;
10734
+ readonly 'workbench.list.keyboardNavigation'?: 'simple' | 'highlight' | 'filter';
10735
+ readonly 'workbench.list.mouseWheelScrollSensitivity'?: number;
10736
+ readonly 'workbench.list.multiSelectModifier'?: 'ctrlCmd' | 'alt';
10737
+ readonly 'workbench.list.openMode'?: 'singleClick' | 'doubleClick';
10738
+ readonly 'workbench.list.scrollByPage'?: boolean;
10739
+ readonly 'workbench.list.smoothScrolling'?: boolean;
10740
+ readonly 'workbench.list.typeNavigationMode'?: 'automatic' | 'trigger';
10741
+ readonly 'workbench.localHistory.enabled'?: boolean;
10742
+ readonly 'workbench.localHistory.exclude'?: Record<string, unknown>;
10743
+ readonly 'workbench.localHistory.maxFileEntries'?: number;
10744
+ readonly 'workbench.localHistory.maxFileSize'?: number;
10745
+ readonly 'workbench.localHistory.mergeWindow'?: number;
10746
+ readonly 'workbench.navigationControl.enabled'?: boolean;
10747
+ readonly 'workbench.notifications.position'?: 'bottom-right' | 'bottom-left' | 'top-right';
10748
+ readonly 'workbench.notifications.showInTitleBar'?: boolean;
10749
+ readonly 'workbench.panel.defaultLocation'?: 'left' | 'bottom' | 'top' | 'right';
10750
+ readonly 'workbench.panel.opensMaximized'?: 'always' | 'never' | 'preserve';
10751
+ readonly 'workbench.panel.showLabels'?: boolean;
10752
+ readonly 'workbench.preferredDarkColorTheme'?: 'Abyss' | 'Visual Studio Dark' | 'Dark 2026' | 'Default High Contrast' | 'Dark Modern' | 'Dark+' | 'Kimbie Dark' | 'Visual Studio Light' | 'Light 2026' | 'Default High Contrast Light' | 'Light Modern' | 'Light+' | 'Monokai' | 'Monokai Dimmed' | 'Quiet Light' | 'Red' | 'Solarized Dark' | 'Solarized Light' | 'Tomorrow Night Blue';
10753
+ readonly 'workbench.preferredHighContrastColorTheme'?: 'Abyss' | 'Visual Studio Dark' | 'Dark 2026' | 'Default High Contrast' | 'Dark Modern' | 'Dark+' | 'Kimbie Dark' | 'Visual Studio Light' | 'Light 2026' | 'Default High Contrast Light' | 'Light Modern' | 'Light+' | 'Monokai' | 'Monokai Dimmed' | 'Quiet Light' | 'Red' | 'Solarized Dark' | 'Solarized Light' | 'Tomorrow Night Blue';
10754
+ readonly 'workbench.preferredHighContrastLightColorTheme'?: 'Abyss' | 'Visual Studio Dark' | 'Dark 2026' | 'Default High Contrast' | 'Dark Modern' | 'Dark+' | 'Kimbie Dark' | 'Visual Studio Light' | 'Light 2026' | 'Default High Contrast Light' | 'Light Modern' | 'Light+' | 'Monokai' | 'Monokai Dimmed' | 'Quiet Light' | 'Red' | 'Solarized Dark' | 'Solarized Light' | 'Tomorrow Night Blue';
10755
+ readonly 'workbench.preferredLightColorTheme'?: 'Abyss' | 'Visual Studio Dark' | 'Dark 2026' | 'Default High Contrast' | 'Dark Modern' | 'Dark+' | 'Kimbie Dark' | 'Visual Studio Light' | 'Light 2026' | 'Default High Contrast Light' | 'Light Modern' | 'Light+' | 'Monokai' | 'Monokai Dimmed' | 'Quiet Light' | 'Red' | 'Solarized Dark' | 'Solarized Light' | 'Tomorrow Night Blue';
10756
+ readonly 'workbench.productIconTheme'?: 'Default';
10757
+ readonly 'workbench.quickOpen.closeOnFocusLost'?: boolean;
10758
+ readonly 'workbench.quickOpen.preserveInput'?: boolean;
10759
+ readonly 'workbench.reduceMotion'?: 'on' | 'off' | 'auto';
10760
+ readonly 'workbench.reduceTransparency'?: 'on' | 'off' | 'auto';
10761
+ readonly 'workbench.remoteIndicator.showExtensionRecommendations'?: boolean;
10762
+ readonly 'workbench.sash.hoverDelay'?: number;
10763
+ readonly 'workbench.sash.size'?: number;
10764
+ readonly 'workbench.secondarySideBar.defaultVisibility'?: 'hidden' | 'visibleInWorkspace' | 'visible' | 'maximizedInWorkspace' | 'maximized';
10765
+ readonly 'workbench.secondarySideBar.forceMaximized'?: boolean;
10766
+ readonly 'workbench.secondarySideBar.showLabels'?: boolean;
10767
+ readonly 'workbench.settings.alwaysShowAdvancedSettings'?: boolean;
10768
+ readonly 'workbench.settings.applyToAllProfiles'?: unknown[];
10769
+ readonly 'workbench.settings.editor'?: 'ui' | 'json';
10770
+ readonly 'workbench.settings.enableNaturalLanguageSearch'?: boolean;
10771
+ readonly 'workbench.settings.openDefaultKeybindings'?: boolean;
10772
+ readonly 'workbench.settings.openDefaultSettings'?: boolean;
10773
+ readonly 'workbench.settings.settingsSearchTocBehavior'?: 'hide' | 'filter';
10774
+ readonly 'workbench.settings.showAISearchToggle'?: boolean;
10775
+ readonly 'workbench.settings.useSplitJSON'?: boolean;
10776
+ readonly 'workbench.shadows'?: boolean;
10777
+ readonly 'workbench.sideBar.location'?: 'left' | 'right';
10778
+ readonly 'workbench.startupEditor'?: 'none' | 'welcomePage' | 'readme' | 'newUntitledFile' | 'welcomePageInEmptyWorkbench' | 'terminal' | 'agentSessionsWelcomePage';
10779
+ readonly 'workbench.statusBar.visible'?: boolean;
10780
+ readonly 'workbench.tips.enabled'?: boolean;
10781
+ readonly 'workbench.tree.enableStickyScroll'?: boolean;
10782
+ readonly 'workbench.tree.expandMode'?: 'singleClick' | 'doubleClick';
10783
+ readonly 'workbench.tree.indent'?: number;
10784
+ readonly 'workbench.tree.renderIndentGuides'?: 'none' | 'onHover' | 'always';
10785
+ readonly 'workbench.tree.stickyScrollMaxItemCount'?: number;
10786
+ readonly 'workbench.trustedDomains.promptInTrustedWorkspace'?: boolean;
10787
+ readonly 'workbench.view.alwaysShowHeaderActions'?: boolean;
10788
+ readonly 'workbench.view.showQuietly'?: Record<string, unknown>;
10789
+ readonly 'workbench.welcomePage.experimentalOnboarding'?: boolean;
10790
+ readonly 'workbench.welcomePage.preferReducedMotion'?: boolean;
10791
+ readonly 'workbench.welcomePage.walkthroughs.openOnInstall'?: boolean;
10792
+ readonly 'zenMode.centerLayout'?: boolean;
10793
+ readonly 'zenMode.fullScreen'?: boolean;
10794
+ readonly 'zenMode.hideActivityBar'?: boolean;
10795
+ readonly 'zenMode.hideLineNumbers'?: boolean;
10796
+ readonly 'zenMode.hideStatusBar'?: boolean;
10797
+ readonly 'zenMode.restore'?: boolean;
10798
+ readonly 'zenMode.showTabs'?: 'multiple' | 'single' | 'none';
10799
+ readonly 'zenMode.silentNotifications'?: boolean;
10800
+ }
10801
+
6707
10802
  // ── Version map ──
10803
+ // Stable entries map directly to their settings type.
10804
+ // Insider entries map to a nested record keyed by 10-digit build release date
10805
+ // (`YYYYMMDDHH`, UTC) so callers can pin to a specific insider build.
6708
10806
  interface VscodeVersionMap {
6709
10807
  '1.100.0': VscodeSettings_1_100_0;
6710
10808
  '1.100.2': VscodeSettings_1_100_2;
@@ -6736,10 +10834,33 @@ interface VscodeVersionMap {
6736
10834
  '1.114.0': VscodeSettings_1_114_0;
6737
10835
  '1.115.0': VscodeSettings_1_115_0;
6738
10836
  '1.116.0': VscodeSettings_1_116_0;
10837
+ '1.120.0': VscodeSettings_1_120_0;
10838
+ '1.121.0-insider': {
10839
+ '2026051305': VscodeSettings_1_121_0_insider_2026051305;
10840
+ };
6739
10841
  }
6740
10842
 
6741
- export type LatestVscodeSettings = VscodeSettings_1_116_0;
10843
+ export type LatestVscodeSettings = VscodeSettings_1_120_0;
6742
10844
 
6743
- export type VscodeSettingsFor<V extends VscodeVersion> = VscodeVersionMap[V];
10845
+ export type LatestInsiderVscodeSettings = VscodeSettings_1_121_0_insider_2026051305;
6744
10846
 
6745
10847
  export type VscodeVersion = keyof VscodeVersionMap;
10848
+
10849
+ /** Build release dates available for a given version (`never` for stable). */
10850
+ export type VscodeBuildReleaseDateFor<V extends VscodeVersion> =
10851
+ VscodeVersionMap[V] extends Record<string, unknown>
10852
+ ? Extract<keyof VscodeVersionMap[V], string>
10853
+ : never;
10854
+
10855
+ /**
10856
+ * Settings type for a given VS Code version.
10857
+ * - For stable versions, `R` is unused.
10858
+ * - For insider versions, `R` selects a specific 10-digit build release date
10859
+ * (`YYYYMMDDHH`, UTC). When omitted, returns the union of all known builds.
10860
+ */
10861
+ export type VscodeSettingsFor<
10862
+ V extends VscodeVersion,
10863
+ R extends VscodeBuildReleaseDateFor<V> = VscodeBuildReleaseDateFor<V>,
10864
+ > = VscodeVersionMap[V] extends Record<string, unknown>
10865
+ ? VscodeVersionMap[V][R & keyof VscodeVersionMap[V]]
10866
+ : VscodeVersionMap[V];