vscode初始化设置

javascript 复制代码
{
"telemetry.enableCrashReporter": true,
"telemetry.enableTelemetry": true,
"telemetry.telemetryLevel": "all",
"dart.additionalAnalyzerFileExtensions": [],
"dart.analysisExcludedFolders": [],
"dart.analyzeAngularTemplates": true,
"dart.analyzerAdditionalArgs": [],
"dart.analyzerDiagnosticsPort": null,
"dart.analyzerPath": null,
"dart.analyzerSshHost": null,
"dart.analyzerVmAdditionalArgs": [],
"dart.analyzerVmServicePort": null,
"dart.includeDependenciesInWorkspaceSymbols": true,
"dart.notifyAnalyzerErrors": true,
"dart.onlyAnalyzeProjectsWithOpenFiles": false,
"dart.showExtensionRecommendations": true,
"dart.showTodos": true,
"dart.useLegacyAnalyzerProtocol": false,
"dart.closeDevTools": "never",
"dart.customDevTools": {},
"dart.devToolsBrowser": "chrome",
"dart.devToolsLocation": {
"default": "beside"
},
"dart.devToolsPort": null,
"dart.devToolsReuseWindows": true,
"dart.devToolsTheme": "dark",
"dart.openDevTools": "never",
"dart.shareDevToolsWithFlutter": true,
"dart.showInspectorNotificationsForWidgetErrors": true,
"dart.updateDevTools": true,
"dart.analysisServerFolding": true,
"dart.autoImportCompletions": true,
"dart.automaticCommentSlashes": "tripleSlash",
"dart.closingLabels": true,
"dart.completeFunctionCalls": true,
"dart.documentation": null,
"dart.doNotFormat": [],
"dart.enableCompletionCommitCharacters": false,
"dart.enableSdkFormatter": true,
"dart.enableSnippets": true,
"dart.hotReloadPatterns": [],
"dart.insertArgumentPlaceholders": true,
"dart.lineLength": 80,
"dart.lspSnippetTextEdits": true,
"dart.renameFilesWithClasses": "never",
"dart.showDartPadSampleCodeLens": true,
"dart.showMainCodeLens": true,
"dart.showTestCodeLens": true,
"dart.updateImportsOnRename": true,
"dart.warnWhenEditingFilesInPubCache": true,
"dart.warnWhenEditingFilesOutsideWorkspace": true,
"dart.flutterAdbConnectOnChromeOs": false,
"dart.flutterAdditionalArgs": [],
"dart.flutterAttachAdditionalArgs": [],
"dart.flutterCreateAndroidLanguage": "kotlin",
"dart.flutterCreateIOSLanguage": "swift",
"dart.flutterCreateOrganization": null,
"dart.flutterCreatePlatforms": null,
"dart.flutterCustomEmulators": [],
"dart.flutterGenerateLocalizationsOnSave": "never",
"dart.flutterGutterIcons": true,
"dart.flutterHotReloadOnSave": "manual",
"dart.flutterOutline": true,
"dart.flutterRememberSelectedDevice": true,
"dart.flutterRunAdditionalArgs": [],
"dart.flutterScreenshotPath": null,
"dart.flutterSelectDeviceWhenConnected": true,
"dart.flutterShowEmulators": "local",
"dart.flutterShowWebServerDevice": "remote",
"dart.flutterTestAdditionalArgs": [],
"dart.flutterTrackWidgetCreation": true,
"dart.flutterWebRenderer": "auto",
"dart.hotReloadOnSave": "never",
"dart.offline": false,
"dart.analyzerInstrumentationLogFile": null,
"dart.analyzerLogFile": null,
"dart.dapLogFile": null,
"dart.dartTestLogFile": null,
"dart.devToolsLogFile": null,
"dart.extensionLogFile": null,
"dart.flutterDaemonLogFile": null,
"dart.flutterRunLogFile": null,
"dart.flutterTestLogFile": null,
"dart.maxCompletionItems": null,
"dart.maxLogLineLength": 2000,
"dart.toolingDaemonLogFile": null,
"dart.vmServiceLogFile": null,
"dart.webDaemonLogFile": null,
"dart.promptToGetPackages": true,
"dart.pubAdditionalArgs": [],
"dart.runPubGetOnNestedProjects": "none",
"dart.runPubGetOnPubspecChanges": "always",
"dart.buildRunnerAdditionalArgs": [],
"dart.cliAdditionalArgs": [],
"dart.cliConsole": "debugConsole",
"dart.customDartDapPath": null,
"dart.customFlutterDapPath": null,
"dart.debugExtensionBackendProtocol": "ws",
"dart.debugExternalPackageLibraries": false,
"dart.debugSdkLibraries": false,
"dart.evaluateGettersInDebugViews": true,
"dart.evaluateToStringInDebugViews": true,
"dart.hotReloadProgress": "notification",
"dart.promptToRunIfErrors": true,
"dart.showDartDeveloperLogs": true,
"dart.showDebuggerNumbersAsHex": false,
"dart.showDevToolsDebugToolBarButtons": true,
"dart.showGettersInDebugViews": true,
"dart.suppressTestTimeouts": "never",
"dart.testAdditionalArgs": [],
"dart.vmAdditionalArgs": [],
"dart.addSdkToTerminalPath": true,
"dart.checkForSdkUpdates": true,
"dart.flutterSdkPath": null,
"dart.flutterSdkPaths": [],
"dart.sdkPath": null,
"dart.sdkPaths": [],
"dart.sdkSwitchingTarget": "workspace",
"dart.allowTestsOutsideTestFolder": false,
"dart.openTestView": [
"testRunStart"
],
"dart.showSkippedTests": true,
"dart.testInvocationMode": "name",
"dart.env": {},
"dart.projectSearchDepth": 5,
"dart.daemonPort": null,
"dart.enableServerSnippets": true,
"dart.experimentalRefactors": false,
"dart.normalizeFileCasing": false,
"dart.previewCommitCharacters": false,
"dart.previewFlutterUiGuides": false,
"dart.previewFlutterUiGuidesCustomTracking": false,
"dart.previewHotReloadOnSaveWatcher": false,
"dart.useLegacyDebugAdapters": null,
"diffEditor.codeLens": false,
"diffEditor.diffAlgorithm": "advanced",
"diffEditor.experimental.showEmptyDecorations": true,
"diffEditor.experimental.showMoves": false,
"diffEditor.hideUnchangedRegions.contextLineCount": 3,
"diffEditor.hideUnchangedRegions.enabled": false,
"diffEditor.hideUnchangedRegions.minimumLineCount": 3,
"diffEditor.hideUnchangedRegions.revealLineCount": 20,
"diffEditor.ignoreTrimWhitespace": true,
"diffEditor.maxComputationTime": 5000,
"diffEditor.maxFileSize": 50,
"diffEditor.renderGutterMenu": true,
"diffEditor.renderIndicators": true,
"diffEditor.renderMarginRevertIcon": true,
"diffEditor.renderSideBySide": true,
"diffEditor.renderSideBySideInlineBreakpoint": 900,
"diffEditor.useInlineViewWhenSpaceIsLimited": true,
"diffEditor.wordWrap": "inherit",
"editor.acceptSuggestionOnCommitCharacter": true,
"editor.acceptSuggestionOnEnter": "on",
"editor.accessibilityPageSize": 10,
"editor.accessibilitySupport": "auto",
"editor.autoClosingBrackets": "languageDefined",
"editor.autoClosingComments": "languageDefined",
"editor.autoClosingDelete": "auto",
"editor.autoClosingOvertype": "auto",
"editor.autoClosingQuotes": "languageDefined",
"editor.autoIndent": "full",
"editor.autoSurround": "languageDefined",
"editor.bracketPairColorization.enabled": true,
"editor.bracketPairColorization.independentColorPoolPerBracketType": false,
"editor.codeActionsOnSave": {},
"editor.codeActionWidget.includeNearbyQuickFixes": true,
"editor.codeActionWidget.showHeaders": true,
"editor.codeLens": true,
"editor.codeLensFontFamily": "",
"editor.codeLensFontSize": 0,
"editor.colorDecorators": true,
"editor.colorDecoratorsActivatedOn": "clickAndHover",
"editor.colorDecoratorsLimit": 500,
"editor.columnSelection": false,
"editor.comments.ignoreEmptyLines": true,
"editor.comments.insertSpace": true,
"editor.copyWithSyntaxHighlighting": true,
"editor.cursorBlinking": "blink",
"editor.cursorSmoothCaretAnimation": "off",
"editor.cursorStyle": "line",
"editor.cursorSurroundingLines": 0,
"editor.cursorSurroundingLinesStyle": "default",
"editor.cursorWidth": 0,
"editor.defaultColorDecorators": false,



"editor.defaultFoldingRangeProvider": null,



"editor.defaultFormatter": null,
"editor.definitionLinkOpensInPeek": false,
"editor.detectIndentation": true,
"editor.dragAndDrop": true,
"editor.dropIntoEditor.enabled": true,
"editor.dropIntoEditor.showDropSelector": "afterDrop",
"editor.emptySelectionClipboard": true,
"editor.experimental.asyncTokenization": true,
"editor.experimental.asyncTokenizationLogging": false,
"editor.experimental.asyncTokenizationVerification": false,
"editor.experimental.dropIntoEditor.defaultProvider": {},
"editor.experimentalInlineEdit.backgroundColoring": false,
"editor.experimentalInlineEdit.enabled": false,
"editor.experimentalInlineEdit.fontFamily": "default",
"editor.experimentalInlineEdit.showToolbar": "onHover",
"editor.experimentalWhitespaceRendering": "svg",
"editor.fastScrollSensitivity": 5,
"editor.find.addExtraSpaceOnTop": true,
"editor.find.autoFindInSelection": "never",
"editor.find.cursorMoveOnType": true,
"editor.find.globalFindClipboard": false,
"editor.find.loop": true,
"editor.find.seedSearchStringFromSelection": "always",
"editor.folding": true,
"editor.foldingHighlight": true,
"editor.foldingImportsByDefault": false,
"editor.foldingMaximumRegions": 5000,
"editor.foldingStrategy": "auto",
"editor.fontFamily": "Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": false,
"editor.fontSize": 12,
"editor.fontVariations": false,
"editor.fontWeight": "normal",
"editor.formatOnPaste": false,
"editor.formatOnSave": false,
"editor.formatOnSaveMode": "file",
"editor.formatOnType": false,
"editor.glyphMargin": true,
"editor.gotoLocation.alternativeDeclarationCommand": "editor.action.goToReferences",
"editor.gotoLocation.alternativeDefinitionCommand": "editor.action.goToReferences",
"editor.gotoLocation.alternativeImplementationCommand": "",
"editor.gotoLocation.alternativeReferenceCommand": "",
"editor.gotoLocation.alternativeTypeDefinitionCommand": "editor.action.goToReferences",
"editor.gotoLocation.multiple": null,
"editor.gotoLocation.multipleDeclarations": "peek",
"editor.gotoLocation.multipleDefinitions": "peek",
"editor.gotoLocation.multipleImplementations": "peek",
"editor.gotoLocation.multipleReferences": "peek",
"editor.gotoLocation.multipleTypeDefinitions": "peek",
"editor.guides.bracketPairs": false,
"editor.guides.bracketPairsHorizontal": "active",
"editor.guides.highlightActiveBracketPair": true,
"editor.guides.highlightActiveIndentation": true,
"editor.guides.indentation": true,
"editor.hideCursorInOverviewRuler": false,
"editor.hover.above": true,
"editor.hover.delay": 300,
"editor.hover.enabled": true,
"editor.hover.hidingDelay": 300,
"editor.hover.sticky": true,
"editor.indentSize": "tabSize",
"editor.inlayHints.enabled": "on",
"editor.inlayHints.fontFamily": "",
"editor.inlayHints.fontSize": 0,
"editor.inlayHints.padding": false,
"editor.inlineCompletionsAccessibilityVerbose": false,
"editor.inlineSuggest.enabled": true,
"editor.inlineSuggest.fontFamily": "default",
"editor.inlineSuggest.showToolbar": "onHover",
"editor.inlineSuggest.suppressSuggestions": false,
"editor.insertSpaces": true,
"editor.language.brackets": null,
"editor.language.colorizedBracketPairs": null,
"editor.largeFileOptimizations": true,
"editor.letterSpacing": 0,
"editor.lightbulb.enabled": "on",
"editor.lineHeight": 0,
"editor.lineNumbers": "on",
"editor.linkedEditing": false,
"editor.links": true,
"editor.matchBrackets": "always",
"editor.maxTokenizationLineLength": 20000,
"editor.minimap.autohide": false,
"editor.minimap.enabled": true,
"editor.minimap.maxColumn": 120,
"editor.minimap.renderCharacters": true,
"editor.minimap.scale": 1,
"editor.minimap.sectionHeaderFontSize": 9,
"editor.minimap.sectionHeaderLetterSpacing": 1,
"editor.minimap.showMarkSectionHeaders": true,
"editor.minimap.showRegionSectionHeaders": true,
"editor.minimap.showSlider": "mouseover",
"editor.minimap.side": "right",
"editor.minimap.size": "proportional",
"editor.mouseWheelScrollSensitivity": 1,
"editor.mouseWheelZoom": false,
"editor.multiCursorLimit": 10000,
"editor.multiCursorMergeOverlapping": true,
"editor.multiCursorModifier": "alt",
"editor.multiCursorPaste": "spread",
"editor.occurrencesHighlight": "singleFile",
"editor.overviewRulerBorder": true,
"editor.padding.bottom": 0,
"editor.padding.top": 0,
"editor.parameterHints.cycle": true,
"editor.parameterHints.enabled": true,
"editor.pasteAs.enabled": true,
"editor.pasteAs.showPasteSelector": "afterPaste",
"editor.peekWidgetDefaultFocus": "tree",
"editor.quickSuggestions": {
"other": "on",
"comments": "off",
"strings": "off"
},
"editor.quickSuggestionsDelay": 10,
"editor.rename.enablePreview": true,
"editor.renameOnType": false,
"editor.renderControlCharacters": true,
"editor.renderFinalNewline": "on",
"editor.renderLineHighlight": "line",
"editor.renderLineHighlightOnlyWhenFocus": false,
"editor.renderWhitespace": "selection",
"editor.roundedSelection": true,
"editor.rulers": [],
"editor.screenReaderAnnounceInlineSuggestion": true,
"editor.scrollbar.horizontal": "auto",
"editor.scrollbar.horizontalScrollbarSize": 12,
"editor.scrollbar.ignoreHorizontalScrollbarInContentHeight": false,
"editor.scrollbar.scrollByPage": false,
"editor.scrollbar.vertical": "auto",
"editor.scrollbar.verticalScrollbarSize": 14,
"editor.scrollBeyondLastColumn": 4,
"editor.scrollBeyondLastLine": true,
"editor.scrollPredominantAxis": true,
"editor.selectionHighlight": true,
"editor.semanticHighlighting.enabled": "configuredByTheme",
"editor.semanticTokenColorCustomizations": {},
"editor.showDeprecated": true,
"editor.showFoldingControls": "mouseover",
"editor.showUnused": true,
"editor.smartSelect.selectLeadingAndTrailingWhitespace": true,
"editor.smartSelect.selectSubwords": true,
"editor.smoothScrolling": false,
"editor.snippets.codeActions.enabled": true,
"editor.snippetSuggestions": "inline",
"editor.stablePeek": false,
"editor.stickyScroll.defaultModel": "outlineModel",
"editor.stickyScroll.enabled": true,
"editor.stickyScroll.maxLineCount": 5,
"editor.stickyScroll.scrollWithEditor": true,
"editor.stickyTabStops": false,
"editor.suggest.filteredTypes": {},
"editor.suggest.filterGraceful": true,
"editor.suggest.insertMode": "insert",
"editor.suggest.localityBonus": false,
"editor.suggest.matchOnWordStartOnly": true,
"editor.suggest.maxVisibleSuggestions": 0,
"editor.suggest.preview": false,
"editor.suggest.selectionMode": "always",
"editor.suggest.shareSuggestSelections": false,
"editor.suggest.showClasses": true,
"editor.suggest.showColors": true,
"editor.suggest.showConstants": true,
"editor.suggest.showConstructors": true,
"editor.suggest.showCustomcolors": true,
"editor.suggest.showDeprecated": true,
"editor.suggest.showEnumMembers": true,
"editor.suggest.showEnums": true,
"editor.suggest.showEvents": true,
"editor.suggest.showFields": true,
"editor.suggest.showFiles": true,
"editor.suggest.showFolders": true,
"editor.suggest.showFunctions": true,
"editor.suggest.showIcons": true,
"editor.suggest.showInlineDetails": true,
"editor.suggest.showInterfaces": true,
"editor.suggest.showIssues": true,
"editor.suggest.showKeywords": true,
"editor.suggest.showMethods": true,
"editor.suggest.showModules": true,
"editor.suggest.showOperators": true,
"editor.suggest.showProperties": true,
"editor.suggest.showReferences": true,
"editor.suggest.showSnippets": true,
"editor.suggest.showStatusBar": false,
"editor.suggest.showStructs": true,
"editor.suggest.showTypeParameters": true,
"editor.suggest.showUnits": true,
"editor.suggest.showUsers": true,
"editor.suggest.showValues": true,
"editor.suggest.showVariables": true,
"editor.suggest.showWords": true,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestFontSize": 0,
"editor.suggestLineHeight": 0,
"editor.suggestOnTriggerCharacters": true,
"editor.suggestSelection": "first",
"editor.tabCompletion": "off",
"editor.tabFocusMode": false,
"editor.tabSize": 4,
"editor.tokenColorCustomizations": {},
"editor.trimAutoWhitespace": true,
"editor.unfoldOnClickAfterEndOfLine": false,
"editor.unicodeHighlight.allowedCharacters": {},
"editor.unicodeHighlight.allowedLocales": {
"_os": true,
"_vscode": true
},
"editor.unicodeHighlight.ambiguousCharacters": true,
"editor.unicodeHighlight.includeComments": "inUntrustedWorkspace",
"editor.unicodeHighlight.includeStrings": true,
"editor.unicodeHighlight.invisibleCharacters": true,
"editor.unicodeHighlight.nonBasicASCII": "inUntrustedWorkspace",
"editor.unusualLineTerminators": "prompt",
"editor.useTabStops": true,
"editor.wordBasedSuggestions": "matchingDocuments",
"editor.wordBreak": "normal",
"editor.wordSegmenterLocales": null,
"editor.wordSeparators": "`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?",
"editor.wordWrap": "off",
"editor.wordWrapColumn": 80,
"editor.wrappingIndent": "same",
"editor.wrappingStrategy": "simple",
"inlineChat.acceptedOrDiscardBeforeSave": true,
"inlineChat.accessibleDiffView": "auto",
"inlineChat.finishOnType": false,
"inlineChat.holdToSpeech": true,
"inlineChat.mode": "live",
"scm.alwaysShowActions": false,
"scm.alwaysShowRepositories": false,
"scm.autoReveal": true,
"scm.countBadge": "all",
"scm.defaultViewMode": "list",
"scm.defaultViewSortKey": "path",
"scm.diffDecorations": "all",
"scm.diffDecorationsGutterAction": "diff",
"scm.diffDecorationsGutterPattern": {
"added": false,
"modified": true
},
"scm.diffDecorationsGutterVisibility": "always",
"scm.diffDecorationsGutterWidth": 3,
"scm.diffDecorationsIgnoreTrimWhitespace": "false",
"scm.inputFontFamily": "default",
"scm.inputFontSize": 13,
"scm.inputMaxLineCount": 10,
"scm.inputMinLineCount": 1,
"scm.providerCountBadge": "hidden",
"scm.repositories.sortOrder": "discovery time",
"scm.repositories.visible": 10,
"scm.showActionButton": true,
"scm.showChangesSummary": true,
"scm.showIncomingChanges": "auto",
"scm.showInputActionButton": true,
"scm.showOutgoingChanges": "auto",
"scm.workingSets.default": "current",
"scm.workingSets.enabled": false,
"security.promptForLocalFileProtocolHandling": true,
"security.promptForRemoteFileProtocolHandling": true,
"security.workspace.trust.banner": "untilDismissed",
"security.workspace.trust.emptyWindow": true,
"security.workspace.trust.enabled": true,
"security.workspace.trust.startupPrompt": "once",
"security.workspace.trust.untrustedFiles": "prompt",
"accessibility.dimUnfocused.enabled": false,
"accessibility.dimUnfocused.opacity": 0.75,
"accessibility.hideAccessibleView": false,
"window.density.editorTabHeight": "default",
"workbench.activityBar.iconClickBehavior": "toggle",
"workbench.activityBar.location": "default",
"workbench.cloudChanges.autoResume": "onReload",
"workbench.cloudChanges.continueOn": "prompt",
"workbench.colorCustomizations": {},
"workbench.colorTheme": "Default Dark Modern",
"workbench.commandPalette.experimental.askChatLocation": "chatView",
"workbench.commandPalette.experimental.enableNaturalLanguageSearch": true,
"workbench.commandPalette.experimental.suggestCommands": false,
"workbench.commandPalette.history": 50,
"workbench.commandPalette.preserveInput": false,
"workbench.editor.alwaysShowEditorActions": false,
"workbench.editor.autoLockGroups": {
"default": false,
"workbench.editor.chatSession": false,
"workbench.editorinputs.searchEditorInput": false,
"workbench.editors.gettingStartedInput": false,
"terminalEditor": true,
"jupyter-notebook": false,
"imagePreview.previewEditor": false,
"vscode.audioPreview": false,
"vscode.videoPreview": false,
"jsProfileVisualizer.cpuprofile.table": false,
"jsProfileVisualizer.heapprofile.table": false,
"jsProfileVisualizer.heapsnapshot.table": false,
"workbench.input.interactive": false,
"mainThreadWebview-markdown.preview": false,
"mainThreadWebview-simpleBrowser.view": true,
"mainThreadWebview-browserPreview": true
},
"workbench.editor.centeredLayoutAutoResize": true,
"workbench.editor.centeredLayoutFixedWidth": false,
"workbench.editor.closeEmptyGroups": true,
"workbench.editor.closeOnFileDelete": false,
"workbench.editor.customLabels.enabled": true,
"workbench.editor.customLabels.patterns": {},
"workbench.editor.decorations.badges": true,
"workbench.editor.decorations.colors": true,
"workbench.editor.defaultBinaryEditor": "",
"workbench.editor.doubleClickTabToToggleEditorGroupSizes": "expand",
"workbench.editor.dragToOpenWindow": true,
"workbench.editor.editorActionsLocation": "default",
"workbench.editor.empty.hint": "text",
"workbench.editor.enablePreview": true,
"workbench.editor.enablePreviewFromCodeNavigation": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editor.focusRecentEditorAfterClose": true,
"workbench.editor.highlightModifiedTabs": false,
"workbench.editor.historyBasedLanguageDetection": true,
"workbench.editor.labelFormat": "default",
"workbench.editor.languageDetection": true,
"workbench.editor.languageDetectionHints": {
"untitledEditors": true,
"notebookEditors": true
},
"workbench.editor.limit.enabled": false,
"workbench.editor.limit.excludeDirty": false,
"workbench.editor.limit.perEditorGroup": false,
"workbench.editor.limit.value": 10,
"workbench.editor.mouseBackForwardToNavigate": true,
"workbench.editor.navigationScope": "default",
"workbench.editor.openPositioning": "right",
"workbench.editor.openSideBySideDirection": "right",
"workbench.editor.pinnedTabSizing": "normal",
"workbench.editor.pinnedTabsOnSeparateRow": false,
"workbench.editor.preferHistoryBasedLanguageDetection": false,
"workbench.editor.preventPinnedEditorClose": "keyboardAndMouse",
"workbench.editor.restoreViewState": true,
"workbench.editor.revealIfOpen": false,
"workbench.editor.scrollToSwitchTabs": false,
"workbench.editor.sharedViewState": false,
"workbench.editor.showIcons": true,
"workbench.editor.showTabs": "multiple",
"workbench.editor.splitInGroupLayout": "horizontal",
"workbench.editor.splitOnDragAndDrop": true,
"workbench.editor.splitSizing": "auto",
"workbench.editor.tabActionCloseVisibility": true,
"workbench.editor.tabActionLocation": "right",
"workbench.editor.tabActionUnpinVisibility": true,
"workbench.editor.tabSizing": "fit",
"workbench.editor.tabSizingFixedMaxWidth": 160,
"workbench.editor.tabSizingFixedMinWidth": 50,
"workbench.editor.titleScrollbarSizing": "default",
"workbench.editor.untitled.labelFormat": "content",
"workbench.editor.wrapTabs": false,
"workbench.editorAssociations": {},
"workbench.editorLargeFileConfirmation": 1024,
"workbench.enableExperiments": true,
"workbench.experimental.cloudChanges.autoStore": "off",
"workbench.experimental.cloudChanges.partialMatches.enabled": false,
"workbench.experimental.share.enabled": false,
"workbench.externalUriOpeners": {},
"workbench.fontAliasing": "default",
"workbench.hover.delay": 1500,
"workbench.iconTheme": "vs-seti",
"workbench.layoutControl.enabled": true,
"workbench.layoutControl.type": "both",
"workbench.list.defaultFindMatchType": "fuzzy",
"workbench.list.defaultFindMode": "highlight",
"workbench.list.fastScrollSensitivity": 5,
"workbench.list.horizontalScrolling": false,
"workbench.list.keyboardNavigation": "highlight",
"workbench.list.mouseWheelScrollSensitivity": 1,
"workbench.list.multiSelectModifier": "ctrlCmd",
"workbench.list.openMode": "singleClick",
"workbench.list.scrollByPage": false,
"workbench.list.smoothScrolling": false,
"workbench.list.typeNavigationMode": "automatic",
"workbench.localHistory.enabled": true,
"workbench.localHistory.exclude": {},
"workbench.localHistory.maxFileEntries": 50,
"workbench.localHistory.maxFileSize": 256,
"workbench.localHistory.mergeWindow": 10,
"workbench.panel.defaultLocation": "bottom",
"workbench.panel.opensMaximized": "preserve",
"workbench.preferredDarkColorTheme": "Default Dark Modern",
"workbench.preferredHighContrastColorTheme": "Default High Contrast",
"workbench.preferredHighContrastLightColorTheme": "Default High Contrast Light",
"workbench.preferredLightColorTheme": "Default Light Modern",
"workbench.productIconTheme": "Default",
"workbench.quickOpen.closeOnFocusLost": true,
"workbench.quickOpen.preserveInput": false,
"workbench.reduceMotion": "auto",
"workbench.remoteIndicator.showExtensionRecommendations": true,
"workbench.sash.hoverDelay": 300,
"workbench.sash.size": 4,
"workbench.settings.applyToAllProfiles": [],
"workbench.settings.editor": "ui",
"workbench.settings.enableNaturalLanguageSearch": true,
"workbench.settings.openDefaultKeybindings": false,
"workbench.settings.openDefaultSettings": false,
"workbench.settings.settingsSearchTocBehavior": "filter",
"workbench.settings.useSplitJSON": false,
"workbench.sideBar.location": "left",
"workbench.startupEditor": "welcomePage",
"workbench.statusBar.visible": true,
"workbench.tips.enabled": true,
"workbench.tree.enableStickyScroll": true,
"workbench.tree.expandMode": "singleClick",
"workbench.tree.indent": 8,
"workbench.tree.renderIndentGuides": "onHover",
"workbench.tree.stickyScrollMaxItemCount": 7,
"workbench.trustedDomains.promptInTrustedWorkspace": false,
"workbench.view.alwaysShowHeaderActions": false,
"workbench.welcomePage.preferReducedMotion": false,
"workbench.welcomePage.walkthroughs.openOnInstall": true,
"window.autoDetectColorScheme": false,
"window.autoDetectHighContrast": true,
"window.clickThroughInactive": true,
"window.closeWhenEmpty": false,
"window.commandCenter": true,
"window.confirmBeforeClose": "never",
"window.confirmSaveUntitledWorkspace": true,
"window.customTitleBarVisibility": "auto",
"window.dialogStyle": "native",
"window.doubleClickIconToClose": false,
"window.nativeFullScreen": true,
"window.nativeTabs": false,
"window.newWindowDimensions": "default",
"window.newWindowProfile": null,
"window.openFilesInNewWindow": "off",
"window.openFoldersInNewWindow": "default",
"window.openWithoutArgumentsInNewWindow": "off",
"window.restoreFullscreen": false,
"window.restoreWindows": "all",

"window.title": "${activeEditorShort}${separator}${rootName}${separator}${profileName}",
"window.titleBarStyle": "custom",
"window.titleSeparator": " --- ",
"window.zoomLevel": 0,
"window.zoomPerWindow": true,
"zenMode.centerLayout": true,
"zenMode.fullScreen": true,
"zenMode.hideActivityBar": true,
"zenMode.hideLineNumbers": true,
"zenMode.hideStatusBar": true,
"zenMode.restore": true,
"zenMode.showTabs": "multiple",
"zenMode.silentNotifications": true,
"screencastMode.fontSize": 56,
"screencastMode.keyboardOptions": {
"showKeys": true,
"showKeybindings": true,
"showCommands": true,
"showCommandGroups": false,
"showSingleEditorCursorMoves": true
},
"screencastMode.keyboardOverlayTimeout": 800,
"screencastMode.mouseIndicatorColor": "#FF0000",
"screencastMode.mouseIndicatorSize": 20,
"screencastMode.verticalOffset": 20,
"files.associations": {},
"files.autoGuessEncoding": false,
"files.autoSave": "off",
"files.autoSaveDelay": 1000,
"files.autoSaveWhenNoErrors": false,
"files.autoSaveWorkspaceFilesOnly": false,
"files.defaultLanguage": "",
"files.dialog.defaultPath": "",
"files.enableTrash": true,



"files.encoding": "utf8",
"files.eol": "auto",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true
},
"files.hotExit": "onExit",
"files.insertFinalNewline": false,
"files.participants.timeout": 60000,
"files.readonlyExclude": {},
"files.readonlyFromPermissions": false,
"files.readonlyInclude": {},
"files.refactoring.autoSave": true,
"files.restoreUndoStack": true,
"files.saveConflictResolution": "askUser",
"files.simpleDialog.enable": false,
"files.trimFinalNewlines": false,
"files.trimTrailingWhitespace": false,
"files.trimTrailingWhitespaceInRegexAndStrings": true,
"files.watcherExclude": {
"**/.dart_tool": true
},
"files.watcherInclude": [],
"explorer.autoReveal": true,
"explorer.autoRevealExclude": {
"**/node_modules": true,
"**/bower_components": true
},
"explorer.compactFolders": true,
"explorer.confirmDelete": true,
"explorer.confirmDragAndDrop": true,
"explorer.confirmPasteNative": true,
"explorer.confirmUndo": "default",
"explorer.copyRelativePathSeparator": "auto",
"explorer.decorations.badges": true,
"explorer.decorations.colors": true,
"explorer.enableDragAndDrop": true,
"explorer.enableUndo": true,
"explorer.excludeGitIgnore": false,
"explorer.expandSingleFolderWorkspaces": true,
"explorer.fileNesting.enabled": false,
"explorer.fileNesting.expand": true,
"explorer.fileNesting.patterns": {
"pubspec.yaml": "pubspec.lock,pubspec_overrides.yaml,.packages,.flutter-plugins,.flutter-plugins-dependencies,.metadata",
"*.dart": "${capture}.g.dart"
},
"explorer.incrementalNaming": "simple",
"explorer.openEditors.minVisible": 0,
"explorer.openEditors.sortOrder": "editorOrder",
"explorer.openEditors.visible": 9,
"explorer.sortOrder": "default",
"explorer.sortOrderLexicographicOptions": "default",
"search.actionsPosition": "right",
"search.collapseResults": "alwaysExpand",
"search.decorations.badges": true,
"search.decorations.colors": true,
"search.defaultViewMode": "list",
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/*.code-search": true
},
"search.experimental.closedNotebookRichContentResults": false,
"search.followSymlinks": true,
"search.globalFindClipboard": false,
"search.location": "sidebar",
"search.maintainFileSearchCache": false,
"search.maxResults": 20000,
"search.mode": "view",
"search.quickAccess.preserveInput": false,
"search.quickOpen.history.filterSortOrder": "default",
"search.quickOpen.includeHistory": true,
"search.quickOpen.includeSymbols": false,
"search.searchEditor.defaultNumberOfContextLines": 1,
"search.searchEditor.doubleClickBehaviour": "goToLocation",
"search.searchEditor.reusePriorSearchConfiguration": false,
"search.searchEditor.singleClickBehaviour": "default",
"search.searchOnType": true,
"search.searchOnTypeDebouncePeriod": 300,
"search.seedOnFocus": false,
"search.seedWithNearestWord": false,
"search.showLineNumbers": false,
"search.smartCase": false,
"search.sortOrder": "default",
"search.useGlobalIgnoreFiles": false,
"search.useIgnoreFiles": true,
"search.useParentIgnoreFiles": false,
"search.usePCRE2": false,
"search.useReplacePreview": true,
"search.useRipgrep": true,
"update.channel": "default",
"update.mode": "default",
"update.showReleaseNotes": true,
"keyboard.dispatch": "code",
"keyboard.touchbar.enabled": true,
"keyboard.touchbar.ignored": [],
"http.experimental.systemCertificatesV2": false,
"http.proxy": "",
"http.proxyAuthorization": null,
"http.proxyKerberosServicePrincipal": "",
"http.proxyStrictSSL": true,
"http.proxySupport": "override",
"http.systemCertificates": true,
"debug.allowBreakpointsEverywhere": false,
"debug.autoExpandLazyVariables": false,
"debug.closeReadonlyTabsOnEnd": false,
"debug.confirmOnExit": "never",
"debug.console.acceptSuggestionOnEnter": "off",
"debug.console.closeOnEnd": false,
"debug.console.collapseIdenticalLines": true,
"debug.console.fontFamily": "default",
"debug.console.fontSize": 12,
"debug.console.historySuggestions": true,
"debug.console.lineHeight": 0,
"debug.console.wordWrap": true,
"debug.disassemblyView.showSourceCode": true,
"debug.enableStatusBarColor": true,
"debug.focusEditorOnBreak": true,
"debug.focusWindowOnBreak": true,
"debug.gutterMiddleClickAction": "logpoint",
"debug.hideLauncherWhileDebugging": false,
"debug.inlineValues": "auto",
"debug.internalConsoleOptions": "openOnFirstSessionStart",
"debug.onTaskErrors": "prompt",
"debug.openDebug": "openOnDebugBreak",
"debug.openExplorerOnEnd": false,
"debug.saveBeforeStart": "allEditorsInActiveGroup",
"debug.showBreakpointsInOverviewRuler": false,
"debug.showInlineBreakpointCandidates": true,
"debug.showInStatusBar": "onFirstSessionStart",
"debug.showSubSessionsInToolBar": false,
"debug.terminal.clearBeforeReusing": false,
"debug.toolBarLocation": "floating",
"launch": {
"configurations": [],
"compounds": []
},
"comments.collapseOnResolve": true,
"comments.maxHeight": true,
"comments.openPanel": "openOnSessionStartWithComments",
"comments.openView": "firstFile",
"comments.useRelativeTime": true,
"comments.visible": true,
"html.autoClosingTags": true,
"html.autoCreateQuotes": true,
"html.completion.attributeDefaultValue": "doublequotes",
"html.customData": [],
"html.format.contentUnformatted": "pre,code,textarea",
"html.format.enable": true,
"html.format.extraLiners": "head, body, /html",
"html.format.indentHandlebars": false,
"html.format.indentInnerHtml": false,
"html.format.maxPreserveNewLines": null,
"html.format.preserveNewLines": true,
"html.format.templating": false,
"html.format.unformatted": "wbr",
"html.format.unformattedContentDelimiter": "",
"html.format.wrapAttributes": "auto",
"html.format.wrapAttributesIndentSize": null,
"html.format.wrapLineLength": 120,
"html.hover.documentation": true,
"html.hover.references": true,
"html.mirrorCursorOnMatchingTag": false,
"html.suggest.html5": true,
"html.trace.server": "off",
"html.validate.scripts": true,
"html.validate.styles": true,
"json.colorDecorators.enable": true,
"json.format.enable": true,
"json.format.keepLines": false,
"json.maxItemsComputed": 5000,
"json.schemaDownload.enable": true,
"json.schemas": [],
"json.trace.server": "off",
"json.validate.enable": true,
"markdown.copyFiles.destination": {},
"markdown.copyFiles.overwriteBehavior": "nameIncrementally",
"markdown.editor.drop.copyIntoWorkspace": "mediaFiles",
"markdown.editor.drop.enabled": "smart",
"markdown.editor.filePaste.audioSnippet": "<audio controls src=\"${src}\" title=\"${title}\"></audio>",
"markdown.editor.filePaste.copyIntoWorkspace": "mediaFiles",
"markdown.editor.filePaste.enabled": "smart",
"markdown.editor.filePaste.videoSnippet": "<video controls src=\"${src}\" title=\"${title}\"></video>",
"markdown.editor.pasteUrlAsFormattedLink.enabled": "smartWithSelection",
"markdown.experimental.updateLinksOnPaste": false,
"markdown.links.openLocation": "currentGroup",
"markdown.occurrencesHighlight.enabled": false,
"markdown.preferredMdPathExtensionStyle": "auto",
"markdown.preview.breaks": false,
"markdown.preview.doubleClickToSwitchToEditor": true,
"markdown.preview.fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif",
"markdown.preview.fontSize": 14,
"markdown.preview.lineHeight": 1.6,
"markdown.preview.linkify": true,
"markdown.preview.markEditorSelection": true,
"markdown.preview.openMarkdownLinks": "inPreview",
"markdown.preview.scrollEditorWithPreview": true,
"markdown.preview.scrollPreviewWithEditor": true,
"markdown.preview.typographer": false,
"markdown.server.log": "off",
"markdown.styles": [],
"markdown.suggest.paths.enabled": true,
"markdown.suggest.paths.includeWorkspaceHeaderCompletions": "onDoubleHash",
"markdown.trace.extension": "off",
"markdown.trace.server": "off",
"markdown.updateLinksOnFileMove.enabled": "never",
"markdown.updateLinksOnFileMove.enableForDirectories": true,
"markdown.updateLinksOnFileMove.include": [
"**/*.{md,mkd,mdwn,mdown,markdown,markdn,mdtxt,mdtext,workbook}",
"**/*.{jpg,jpe,jpeg,png,bmp,gif,ico,webp,avif,tiff,svg,mp4}"
],
"markdown.validate.duplicateLinkDefinitions.enabled": "warning",
"markdown.validate.enabled": false,
"markdown.validate.fileLinks.enabled": "warning",
"markdown.validate.fileLinks.markdownFragmentLinks": "inherit",
"markdown.validate.fragmentLinks.enabled": "warning",
"markdown.validate.ignoredLinks": [],
"markdown.validate.referenceLinks.enabled": "warning",
"markdown.validate.unusedLinkDefinitions.enabled": "hint",
"php.suggest.basic": true,
"php.validate.enable": true,
"php.validate.executablePath": null,
"php.validate.run": "onSave",
"javascript.autoClosingTags": true,
"javascript.experimental.updateImportsOnPaste": false,
"javascript.format.enable": true,
"javascript.format.insertSpaceAfterCommaDelimiter": true,
"javascript.format.insertSpaceAfterConstructor": false,
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": true,
"javascript.format.insertSpaceAfterKeywordsInControlFlowStatements": true,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": true,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": false,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": false,
"javascript.format.insertSpaceAfterSemicolonInForStatements": true,
"javascript.format.insertSpaceBeforeAndAfterBinaryOperators": true,
"javascript.format.insertSpaceBeforeFunctionParenthesis": false,
"javascript.format.placeOpenBraceOnNewLineForControlBlocks": false,
"javascript.format.placeOpenBraceOnNewLineForFunctions": false,
"javascript.format.semicolons": "ignore",
"javascript.implicitProjectConfig.checkJs": false,
"javascript.implicitProjectConfig.experimentalDecorators": false,
"javascript.inlayHints.enumMemberValues.enabled": false,
"javascript.inlayHints.functionLikeReturnTypes.enabled": false,
"javascript.inlayHints.parameterNames.enabled": "none",
"javascript.inlayHints.parameterNames.suppressWhenArgumentMatchesName": true,
"javascript.inlayHints.parameterTypes.enabled": false,
"javascript.inlayHints.propertyDeclarationTypes.enabled": false,
"javascript.inlayHints.variableTypes.enabled": false,
"javascript.inlayHints.variableTypes.suppressWhenTypeMatchesName": true,
"javascript.preferences.autoImportFileExcludePatterns": [],
"javascript.preferences.importModuleSpecifier": "shortest",
"javascript.preferences.importModuleSpecifierEnding": "auto",
"javascript.preferences.jsxAttributeCompletionStyle": "auto",
"javascript.preferences.quoteStyle": "auto",
"javascript.preferences.renameMatchingJsxTags": true,
"javascript.preferences.renameShorthandProperties": true,
"javascript.preferences.useAliasesForRenames": true,
"javascript.preferGoToSourceDefinition": false,
"javascript.referencesCodeLens.enabled": false,
"javascript.referencesCodeLens.showOnAllFunctions": false,
"javascript.suggest.autoImports": true,
"javascript.suggest.classMemberSnippets.enabled": true,
"javascript.suggest.completeFunctionCalls": false,
"javascript.suggest.completeJSDocs": true,
"javascript.suggest.enabled": true,
"javascript.suggest.includeAutomaticOptionalChainCompletions": true,
"javascript.suggest.includeCompletionsForImportStatements": true,
"javascript.suggest.jsdoc.generateReturns": true,
"javascript.suggest.names": true,
"javascript.suggest.paths": true,
"javascript.suggestionActions.enabled": true,
"javascript.updateImportsOnFileMove.enabled": "prompt",
"javascript.validate.enable": true,
"js/ts.implicitProjectConfig.checkJs": false,
"js/ts.implicitProjectConfig.experimentalDecorators": false,
"js/ts.implicitProjectConfig.module": "ESNext",
"js/ts.implicitProjectConfig.strictFunctionTypes": true,
"js/ts.implicitProjectConfig.strictNullChecks": true,
"js/ts.implicitProjectConfig.target": "ES2020",
"typescript.autoClosingTags": true,
"typescript.check.npmIsInstalled": true,
"typescript.disableAutomaticTypeAcquisition": false,
"typescript.enablePromptUseWorkspaceTsdk": false,
"typescript.experimental.updateImportsOnPaste": false,
"typescript.format.enable": true,
"typescript.format.indentSwitchCase": true,
"typescript.format.insertSpaceAfterCommaDelimiter": true,
"typescript.format.insertSpaceAfterConstructor": false,
"typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": true,
"typescript.format.insertSpaceAfterKeywordsInControlFlowStatements": true,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": true,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": false,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": false,
"typescript.format.insertSpaceAfterSemicolonInForStatements": true,
"typescript.format.insertSpaceAfterTypeAssertion": false,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": true,
"typescript.format.insertSpaceBeforeFunctionParenthesis": false,
"typescript.format.placeOpenBraceOnNewLineForControlBlocks": false,
"typescript.format.placeOpenBraceOnNewLineForFunctions": false,
"typescript.format.semicolons": "ignore",
"typescript.implementationsCodeLens.enabled": false,
"typescript.implementationsCodeLens.showOnInterfaceMethods": false,
"typescript.inlayHints.enumMemberValues.enabled": false,
"typescript.inlayHints.functionLikeReturnTypes.enabled": false,
"typescript.inlayHints.parameterNames.enabled": "none",
"typescript.inlayHints.parameterNames.suppressWhenArgumentMatchesName": true,
"typescript.inlayHints.parameterTypes.enabled": false,
"typescript.inlayHints.propertyDeclarationTypes.enabled": false,
"typescript.inlayHints.variableTypes.enabled": false,
"typescript.inlayHints.variableTypes.suppressWhenTypeMatchesName": true,
"typescript.locale": "auto",
"typescript.npm": "",
"typescript.preferences.autoImportFileExcludePatterns": [],
"typescript.preferences.importModuleSpecifier": "shortest",
"typescript.preferences.importModuleSpecifierEnding": "auto",
"typescript.preferences.includePackageJsonAutoImports": "auto",
"typescript.preferences.jsxAttributeCompletionStyle": "auto",
"typescript.preferences.preferTypeOnlyAutoImports": false,
"typescript.preferences.quoteStyle": "auto",
"typescript.preferences.renameMatchingJsxTags": true,
"typescript.preferences.renameShorthandProperties": true,
"typescript.preferences.useAliasesForRenames": true,
"typescript.preferGoToSourceDefinition": false,
"typescript.referencesCodeLens.enabled": false,
"typescript.referencesCodeLens.showOnAllFunctions": false,
"typescript.reportStyleChecksAsWarnings": true,
"typescript.suggest.autoImports": true,
"typescript.suggest.classMemberSnippets.enabled": true,
"typescript.suggest.completeFunctionCalls": false,
"typescript.suggest.completeJSDocs": true,
"typescript.suggest.enabled": true,
"typescript.suggest.includeAutomaticOptionalChainCompletions": true,
"typescript.suggest.includeCompletionsForImportStatements": true,
"typescript.suggest.jsdoc.generateReturns": true,
"typescript.suggest.objectLiteralMethodSnippets.enabled": true,
"typescript.suggest.paths": true,
"typescript.suggestionActions.enabled": true,
"typescript.surveys.enabled": true,
"typescript.tsc.autoDetect": "on",
"typescript.tsdk": "",
"typescript.tsserver.enableTracing": false,
"typescript.tsserver.experimental.enableProjectDiagnostics": false,
"typescript.tsserver.experimental.useVsCodeWatcher": true,
"typescript.tsserver.log": "off",
"typescript.tsserver.maxTsServerMemory": 3072,
"typescript.tsserver.nodePath": "",
"typescript.tsserver.pluginPaths": [],
"typescript.tsserver.useSeparateSyntaxServer": true,
"typescript.tsserver.useSyntaxServer": "auto",
"typescript.tsserver.watchOptions": {},
"typescript.tsserver.web.projectWideIntellisense.enabled": true,
"typescript.tsserver.web.projectWideIntellisense.suppressSemanticErrors": true,
"typescript.tsserver.web.typeAcquisition.enabled": false,
"typescript.updateImportsOnFileMove.enabled": "prompt",
"typescript.validate.enable": true,
"typescript.workspaceSymbols.excludeLibrarySymbols": true,
"typescript.workspaceSymbols.scope": "allOpenProjects",
"testing.alwaysRevealTestOnStateChange": false,
"testing.automaticallyOpenPeekView": "failureInVisibleDocument",
"testing.automaticallyOpenPeekViewDuringAutoRun": false,
"testing.autoRun.delay": 1000,
"testing.countBadge": "failed",
"testing.coverageBarThresholds": {
"red": 0,
"yellow": 60,
"green": 90
},
"testing.coverageToolbarEnabled": false,
"testing.defaultGutterClickAction": "run",
"testing.displayedCoveragePercent": "totalCoverage",
"testing.followRunningTest": true,
"testing.gutterEnabled": true,
"testing.openTesting": "openOnTestStart",
"testing.saveBeforeTest": true,
"testing.showAllMessages": false,
"testing.showCoverageInExplorer": true,
"css.completion.completePropertyWithSemicolon": true,
"css.completion.triggerPropertyValueCompletion": true,
"css.customData": [],
"css.format.braceStyle": "collapse",
"css.format.enable": true,
"css.format.maxPreserveNewLines": null,
"css.format.newlineBetweenRules": true,
"css.format.newlineBetweenSelectors": true,
"css.format.preserveNewLines": true,
"css.format.spaceAroundSelectorSeparator": false,
"css.hover.documentation": true,
"css.hover.references": true,
"css.lint.argumentsInColorFunction": "error",
"css.lint.boxModel": "ignore",
"css.lint.compatibleVendorPrefixes": "ignore",
"css.lint.duplicateProperties": "ignore",
"css.lint.emptyRules": "warning",
"css.lint.float": "ignore",
"css.lint.fontFaceProperties": "warning",
"css.lint.hexColorLength": "error",
"css.lint.idSelector": "ignore",
"css.lint.ieHack": "ignore",
"css.lint.important": "ignore",
"css.lint.importStatement": "ignore",
"css.lint.propertyIgnoredDueToDisplay": "warning",
"css.lint.universalSelector": "ignore",
"css.lint.unknownAtRules": "warning",
"css.lint.unknownProperties": "warning",
"css.lint.unknownVendorSpecificProperties": "ignore",
"css.lint.validProperties": [],
"css.lint.vendorPrefix": "warning",
"css.lint.zeroUnits": "ignore",
"css.trace.server": "off",
"css.validate": true,
"less.completion.completePropertyWithSemicolon": true,
"less.completion.triggerPropertyValueCompletion": true,
"less.format.braceStyle": "collapse",
"less.format.enable": true,
"less.format.maxPreserveNewLines": null,
"less.format.newlineBetweenRules": true,
"less.format.newlineBetweenSelectors": true,
"less.format.preserveNewLines": true,
"less.format.spaceAroundSelectorSeparator": false,
"less.hover.documentation": true,
"less.hover.references": true,
"less.lint.argumentsInColorFunction": "error",
"less.lint.boxModel": "ignore",
"less.lint.compatibleVendorPrefixes": "ignore",
"less.lint.duplicateProperties": "ignore",
"less.lint.emptyRules": "warning",
"less.lint.float": "ignore",
"less.lint.fontFaceProperties": "warning",
"less.lint.hexColorLength": "error",
"less.lint.idSelector": "ignore",
"less.lint.ieHack": "ignore",
"less.lint.important": "ignore",
"less.lint.importStatement": "ignore",
"less.lint.propertyIgnoredDueToDisplay": "warning",
"less.lint.universalSelector": "ignore",
"less.lint.unknownAtRules": "warning",
"less.lint.unknownProperties": "warning",
"less.lint.unknownVendorSpecificProperties": "ignore",
"less.lint.validProperties": [],
"less.lint.vendorPrefix": "warning",
"less.lint.zeroUnits": "ignore",
"less.validate": true,
"scss.completion.completePropertyWithSemicolon": true,
"scss.completion.triggerPropertyValueCompletion": true,
"scss.format.braceStyle": "collapse",
"scss.format.enable": true,
"scss.format.maxPreserveNewLines": null,
"scss.format.newlineBetweenRules": true,
"scss.format.newlineBetweenSelectors": true,
"scss.format.preserveNewLines": true,
"scss.format.spaceAroundSelectorSeparator": false,
"scss.hover.documentation": true,
"scss.hover.references": true,
"scss.lint.argumentsInColorFunction": "error",
"scss.lint.boxModel": "ignore",
"scss.lint.compatibleVendorPrefixes": "ignore",
"scss.lint.duplicateProperties": "ignore",
"scss.lint.emptyRules": "warning",
"scss.lint.float": "ignore",
"scss.lint.fontFaceProperties": "warning",
"scss.lint.hexColorLength": "error",
"scss.lint.idSelector": "ignore",
"scss.lint.ieHack": "ignore",
"scss.lint.important": "ignore",
"scss.lint.importStatement": "ignore",
"scss.lint.propertyIgnoredDueToDisplay": "warning",
"scss.lint.universalSelector": "ignore",
"scss.lint.unknownAtRules": "warning",
"scss.lint.unknownProperties": "warning",
"scss.lint.unknownVendorSpecificProperties": "ignore",
"scss.lint.validProperties": [],
"scss.lint.vendorPrefix": "warning",
"scss.lint.zeroUnits": "ignore",
"scss.validate": true,
"extensions.autoCheckUpdates": true,
"extensions.autoUpdate": true,
"extensions.closeExtensionDetailsOnViewChange": false,
"extensions.confirmedUriHandlerExtensionIds": [],
"extensions.experimental.affinity": {},
"extensions.experimental.deferredStartupFinishedActivation": false,
"extensions.experimental.issueQuickAccess": true,
"extensions.ignoreRecommendations": false,
"extensions.showRecommendationsOnlyOnDemand": false,
"extensions.supportUntrustedWorkspaces": {},
"extensions.supportVirtualWorkspaces": {},
"extensions.webWorker": "auto",
"settingsSync.ignoredExtensions": [],
"settingsSync.ignoredSettings": [],
"settingsSync.keybindingsPerPlatform": true,
"output.smartScroll.enabled": true,
"interactiveWindow.collapseCellInputCode": "fromEditor",
"notebook.backup.sizeLimit": 10000,
"notebook.breadcrumbs.showCodeCells": true,
"notebook.cellFailureDiagnostics": true,
"notebook.cellFocusIndicator": "gutter",
"notebook.cellToolbarLocation": {
"default": "right"
},
"notebook.cellToolbarVisibility": "click",
"notebook.codeActionsOnSave": {},
"notebook.compactView": true,
"notebook.confirmDeleteRunningCell": true,
"notebook.consolidatedOutputButton": true,
"notebook.consolidatedRunButton": false,
"notebook.defaultFormatter": null,
"notebook.diff.enablePreview": true,
"notebook.diff.ignoreMetadata": false,
"notebook.diff.ignoreOutputs": false,
"notebook.diff.overviewRuler": false,
"notebook.displayOrder": [],
"notebook.dragAndDropEnabled": true,
"notebook.editorOptionsCustomizations": {},
"notebook.experimental.cellChat": false,
"notebook.experimental.find.scope.enabled": false,
"notebook.experimental.generate": false,
"notebook.experimental.remoteSave": false,
"notebook.experimental.variablesView": false,
"notebook.find.filters": {
"markupSource": true,
"markupPreview": true,
"codeSource": true,
"codeOutput": true
},
"notebook.formatOnCellExecution": false,
"notebook.formatOnSave.enabled": false,
"notebook.globalToolbar": true,
"notebook.globalToolbarShowLabel": "always",
"notebook.gotoSymbols.showAllSymbols": true,
"notebook.insertFinalNewline": false,
"notebook.insertToolbarLocation": "both",
"notebook.lineNumbers": "off",
"notebook.markdown.lineHeight": 0,
"notebook.markup.fontSize": 0,
"notebook.navigation.allowNavigateToSurroundingCells": true,
"notebook.outline.showCodeCells": false,
"notebook.outline.showCodeCellSymbols": true,
"notebook.outline.showMarkdownHeadersOnly": true,
"notebook.output.fontFamily": "",
"notebook.output.fontSize": 0,
"notebook.output.lineHeight": 0,
"notebook.output.linkifyFilePaths": true,
"notebook.output.minimalErrorRendering": false,
"notebook.output.scrolling": false,
"notebook.output.textLineLimit": 30,
"notebook.output.wordWrap": false,
"notebook.scrolling.revealNextCellOnExecute": "fullCell",
"notebook.showCellStatusBar": "visible",
"notebook.showFoldingControls": "mouseover",
"notebook.stickyScroll.enabled": false,
"notebook.stickyScroll.mode": "indented",
"notebook.undoRedoPerCell": true,
"interactiveWindow.alwaysScrollOnNewCell": true,
"interactiveWindow.executeWithShiftEnter": true,
"interactiveWindow.promptToSaveOnClose": false,
"terminal.integrated.accessibleViewFocusOnCommandExecution": false,
"terminal.integrated.accessibleViewPreserveCursorPosition": false,
"terminal.integrated.allowChords": true,
"terminal.integrated.allowedLinkSchemes": [
"file",
"http",
"https",
"mailto",
"vscode",
"vscode-insiders"
],
"terminal.integrated.allowMnemonics": false,
"terminal.integrated.altClickMovesCursor": true,
"terminal.integrated.automationProfile.linux": null,
"terminal.integrated.automationProfile.osx": null,
"terminal.integrated.automationProfile.windows": null,
"terminal.integrated.autoReplies": {},
"terminal.integrated.bellDuration": 1000,
"terminal.integrated.commandsToSkipShell": [],
"terminal.integrated.confirmOnExit": "never",
"terminal.integrated.confirmOnKill": "editor",
"terminal.integrated.copyOnSelection": false,
"terminal.integrated.cursorBlinking": false,
"terminal.integrated.cursorStyle": "block",
"terminal.integrated.cursorStyleInactive": "outline",
"terminal.integrated.cursorWidth": 1,
"terminal.integrated.customGlyphs": true,
"terminal.integrated.cwd": "",
"terminal.integrated.defaultLocation": "view",
"terminal.integrated.defaultProfile.linux": null,

"terminal.integrated.defaultProfile.osx": null,
"terminal.integrated.defaultProfile.windows": null,
"terminal.integrated.detectLocale": "auto",
"terminal.integrated.drawBoldTextInBrightColors": true,
"terminal.integrated.enableBell": false,
"terminal.integrated.enableFileLinks": "on",
"terminal.integrated.enableImages": false,
"terminal.integrated.enableMultiLinePasteWarning": "auto",
"terminal.integrated.enablePersistentSessions": true,
"terminal.integrated.enableVisualBell": false,
"terminal.integrated.env.linux": {},
"terminal.integrated.env.osx": {},
"terminal.integrated.env.windows": {},
"terminal.integrated.environmentChangesIndicator": "warnonly",
"terminal.integrated.environmentChangesRelaunch": true,
"terminal.integrated.fastScrollSensitivity": 5,
"terminal.integrated.focusAfterRun": "none",
"terminal.integrated.fontFamily": "",
"terminal.integrated.fontSize": 12,
"terminal.integrated.fontWeight": "normal",
"terminal.integrated.fontWeightBold": "bold",
"terminal.integrated.gpuAcceleration": "auto",
"terminal.integrated.hideOnStartup": "never",
"terminal.integrated.ignoreBracketedPasteMode": false,
"terminal.integrated.ignoreProcessNames": [
"starship",
"oh-my-posh",
"bash",
"zsh"
],
"terminal.integrated.inheritEnv": true,
"terminal.integrated.initialHint": false,
"terminal.integrated.letterSpacing": 0,
"terminal.integrated.lineHeight": 1,
"terminal.integrated.localEchoEnabled": "auto",
"terminal.integrated.localEchoExcludePrograms": [
"vim",
"vi",
"nano",
"tmux"
],
"terminal.integrated.localEchoLatencyThreshold": 30,
"terminal.integrated.localEchoStyle": "dim",
"terminal.integrated.macOptionClickForcesSelection": false,
"terminal.integrated.macOptionIsMeta": false,
"terminal.integrated.middleClickBehavior": "default",
"terminal.integrated.minimumContrastRatio": 4.5,
"terminal.integrated.mouseWheelScrollSensitivity": 1,
"terminal.integrated.mouseWheelZoom": false,
"terminal.integrated.persistentSessionReviveProcess": "onExit",
"terminal.integrated.persistentSessionScrollback": 100,
"terminal.integrated.profiles.linux": {
"bash": {
	"path": "bash",
	"icon": "terminal-bash"
},
"zsh": {
	"path": "zsh"
},
"fish": {
	"path": "fish"
},
"tmux": {
	"path": "tmux",
	"icon": "terminal-tmux"
},
"pwsh": {
	"path": "pwsh",
	"icon": "terminal-powershell"
}
},
"terminal.integrated.profiles.osx": {
"bash": {
	"path": "bash",
	"args": [
		"-l"
	],
	"icon": "terminal-bash"
},
"zsh": {
	"path": "zsh",
	"args": [
		"-l"
	]
},
"fish": {
	"path": "fish",
	"args": [
		"-l"
	]
},
"tmux": {
	"path": "tmux",
	"icon": "terminal-tmux"
},
"pwsh": {
	"path": "pwsh",
	"icon": "terminal-powershell"
}
},
"terminal.integrated.profiles.windows": {
"PowerShell": {
	"source": "PowerShell",
	"icon": "terminal-powershell"
},
"Command Prompt": {
	"path": [
		"${env:windir}\\Sysnative\\cmd.exe",
		"${env:windir}\\System32\\cmd.exe"
	],
	"args": [],
	"icon": "terminal-cmd"
},
"Git Bash": {
	"source": "Git Bash"
}
},
"terminal.integrated.rescaleOverlappingGlyphs": true,
"terminal.integrated.rightClickBehavior": "selectWord",
"terminal.integrated.scrollback": 1000,
"terminal.integrated.sendKeybindingsToShell": false,
"terminal.integrated.shellIntegration.decorationsEnabled": "both",
"terminal.integrated.shellIntegration.enabled": true,
"terminal.integrated.shellIntegration.history": 100,
"terminal.integrated.shellIntegration.suggestEnabled": false,
"terminal.integrated.showExitAlert": true,
"terminal.integrated.showLinkHover": true,
"terminal.integrated.smoothScrolling": false,
"terminal.integrated.splitCwd": "inherited",
"terminal.integrated.stickyScroll.enabled": false,
"terminal.integrated.stickyScroll.maxLineCount": 5,
"terminal.integrated.suggest.enabled": false,
"terminal.integrated.suggest.quickSuggestions": true,
"terminal.integrated.suggest.suggestOnTriggerCharacters": true,
"terminal.integrated.tabs.defaultColor": null,
"terminal.integrated.tabs.defaultIcon": "terminal",

"terminal.integrated.tabs.description": "${task}${separator}${local}${separator}${cwdFolder}",
"terminal.integrated.tabs.enableAnimation": true,
"terminal.integrated.tabs.enabled": true,
"terminal.integrated.tabs.focusMode": "doubleClick",
"terminal.integrated.tabs.hideCondition": "singleTerminal",
"terminal.integrated.tabs.location": "right",
"terminal.integrated.tabs.separator": " - ",
"terminal.integrated.tabs.showActions": "singleTerminalOrNarrow",
"terminal.integrated.tabs.showActiveTerminal": "singleTerminalOrNarrow",

"terminal.integrated.tabs.title": "${process}",
"terminal.integrated.tabStopWidth": 8,
"terminal.integrated.unicodeVersion": "11",
"terminal.integrated.useWslProfiles": true,
"terminal.integrated.windowsEnableConpty": true,
"terminal.integrated.wordSeparators": " ()[]{}',\"`─''""|",
"task.allowAutomaticTasks": "on",
"task.autoDetect": "on",
"task.problemMatchers.neverPrompt": false,
"task.quickOpen.detail": true,
"task.quickOpen.history": 30,
"task.quickOpen.showAll": false,
"task.quickOpen.skip": false,
"task.reconnection": true,
"task.saveBeforeRun": "always",
"task.slowProviderWarning": true,
"task.verboseLogging": false,
"terminal.explorerKind": "integrated",
"terminal.external.linuxExec": "xterm",
"terminal.external.osxExec": "Terminal.app",
"terminal.external.windowsExec": "C:\\Windows\\System32\\cmd.exe",
"terminal.sourceControlRepositoriesKind": "integrated",
"application.experimental.rendererProfiling": false,
"application.shellEnvironmentResolutionTimeout": 10,
"workbench.accounts.experimental.showEntitlements": false,
"workbench.chat.experimental.showWelcomeView": false,
"problems.autoReveal": true,
"problems.decorations.enabled": true,
"problems.defaultViewMode": "tree",
"problems.showCurrentInStatus": false,
"problems.sortOrder": "severity",
"problems.visibility": true,
"breadcrumbs.enabled": true,
"breadcrumbs.filePath": "on",
"breadcrumbs.icons": true,
"breadcrumbs.showArrays": true,
"breadcrumbs.showBooleans": true,
"breadcrumbs.showClasses": true,
"breadcrumbs.showConstants": true,
"breadcrumbs.showConstructors": true,
"breadcrumbs.showEnumMembers": true,
"breadcrumbs.showEnums": true,
"breadcrumbs.showEvents": true,
"breadcrumbs.showFields": true,
"breadcrumbs.showFiles": true,
"breadcrumbs.showFunctions": true,
"breadcrumbs.showInterfaces": true,
"breadcrumbs.showKeys": true,
"breadcrumbs.showMethods": true,
"breadcrumbs.showModules": true,
"breadcrumbs.showNamespaces": true,
"breadcrumbs.showNull": true,
"breadcrumbs.showNumbers": true,
"breadcrumbs.showObjects": true,
"breadcrumbs.showOperators": true,
"breadcrumbs.showPackages": true,
"breadcrumbs.showProperties": true,
"breadcrumbs.showStrings": true,
"breadcrumbs.showStructs": true,
"breadcrumbs.showTypeParameters": true,
"breadcrumbs.showVariables": true,
"breadcrumbs.symbolPath": "on",
"breadcrumbs.symbolSortOrder": "position",
"outline.collapseItems": "alwaysExpand",
"outline.icons": true,
"outline.problems.badges": true,
"outline.problems.colors": true,
"outline.problems.enabled": true,
"outline.showArrays": true,
"outline.showBooleans": true,
"outline.showClasses": true,
"outline.showConstants": true,
"outline.showConstructors": true,
"outline.showEnumMembers": true,
"outline.showEnums": true,
"outline.showEvents": true,
"outline.showFields": true,
"outline.showFiles": true,
"outline.showFunctions": true,
"outline.showInterfaces": true,
"outline.showKeys": true,
"outline.showMethods": true,
"outline.showModules": true,
"outline.showNamespaces": true,
"outline.showNull": true,
"outline.showNumbers": true,
"outline.showObjects": true,
"outline.showOperators": true,
"outline.showPackages": true,
"outline.showProperties": true,
"outline.showStrings": true,
"outline.showStructs": true,
"outline.showTypeParameters": true,
"outline.showVariables": true,
"timeline.pageOnScroll": false,
"timeline.pageSize": null,
"[c]":  {
"editor.wordBasedSuggestions": "off",
"editor.suggest.insertMode": "replace",
"editor.semanticHighlighting.enabled": true
},
"[clojure]":  {
"diffEditor.ignoreTrimWhitespace": false
},
"[coffeescript]":  {
"diffEditor.ignoreTrimWhitespace": false
},
"[cpp]":  {
"editor.wordBasedSuggestions": "off",
"editor.suggest.insertMode": "replace",
"editor.semanticHighlighting.enabled": true
},
"[csharp]":  {
"editor.maxTokenizationLineLength": 2500
},
"[css]":  {
"editor.suggest.insertMode": "replace"
},
"[cuda-cpp]":  {
"editor.wordBasedSuggestions": "off",
"editor.suggest.insertMode": "replace",
"editor.semanticHighlighting.enabled": true
},
"[dart]":  {
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"editor.suggest.insertMode": "replace",
"editor.defaultFormatter": "Dart-Code.dart-code",
"editor.inlayHints.enabled": "offUnlessPressed"
},
"[dockercompose]":  {
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.autoIndent": "advanced"
},
"[dockerfile]":  {
"editor.quickSuggestions": {
		"strings": true
}
},
"[fsharp]":  {
"diffEditor.ignoreTrimWhitespace": false
},
"[git-commit]":  {
"editor.rulers": [
		50,
		72
],
"editor.wordWrap": "off",
"workbench.editor.restoreViewState": false
},
"[git-rebase]":  {
"workbench.editor.restoreViewState": false
},
"[go]":  {
"editor.insertSpaces": false
},
"[handlebars]":  {
"editor.suggest.insertMode": "replace"
},
"[html]":  {
"editor.suggest.insertMode": "replace"
},
"[jade]":  {
"diffEditor.ignoreTrimWhitespace": false
},
"[javascript]":  {
"editor.maxTokenizationLineLength": 2500
},
"[json]":  {
"editor.quickSuggestions": {
		"strings": true
},
"editor.suggest.insertMode": "replace"
},
"[jsonc]":  {
"editor.quickSuggestions": {
		"strings": true
},
"editor.suggest.insertMode": "replace"
},
"[less]":  {
"editor.suggest.insertMode": "replace"
},
"[makefile]":  {
"editor.insertSpaces": false
},
"[markdown]":  {
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.unicodeHighlight.invisibleCharacters": false,
"diffEditor.ignoreTrimWhitespace": false,
"editor.wordWrap": "on",
"editor.quickSuggestions": {
		"comments": "off",
		"strings": "off",
		"other": "off"
}
},
"[plaintext]":  {
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.unicodeHighlight.invisibleCharacters": false
},
"[python]":  {
"diffEditor.ignoreTrimWhitespace": false,
"editor.formatOnType": true,
"editor.wordBasedSuggestions": "off"
},
"[scss]":  {
"editor.suggest.insertMode": "replace"
},
"[search-result]":  {
"editor.lineNumbers": "off"
},
"[shellscript]":  {
"files.eol": "\n"
},
"[yaml]":  {
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.autoIndent": "advanced",
"diffEditor.ignoreTrimWhitespace": false
},
"remote.tunnels.access.hostNameOverride": "",
"remote.tunnels.access.preventSleep": false,
"remote.autoForwardPorts": true,
"remote.autoForwardPortsFallback": 20,
"remote.autoForwardPortsSource": "process",
"remote.downloadExtensionsLocally": false,
"remote.extensionKind": {
"pub.name": [
	"ui"
]
},
"remote.forwardOnOpen": true,
"remote.localPortHost": "localhost",
"remote.otherPortsAttributes": {},
"remote.portsAttributes": {
"443": {
	"protocol": "https"
},
"8443": {
	"protocol": "https"
}
},
"remote.restoreForwardedPorts": true,
"window.systemColorTheme": "default",
"accessibility.accessibleView.closeOnKeyPress": true,
"accessibility.signalOptions": {
"volume": 70,
"debouncePositionChanges": false,
"experimental.delays": {
	"general": {
		"announcement": 3000,
		"sound": 400
	},
	"warningAtPosition": {
		"announcement": 3000,
		"sound": 1000
	},
	"errorAtPosition": {
		"announcement": 3000,
		"sound": 1000
	}
}
},
"accessibility.signals.chatRequestSent": {
"sound": "auto",
"announcement": "auto"
},
"accessibility.signals.chatResponseReceived": {
"sound": "auto"
},
"accessibility.signals.clear": {
"sound": "auto",
"announcement": "auto"
},
"accessibility.signals.diffLineDeleted": {
"sound": "auto"
},
"accessibility.signals.diffLineInserted": {
"sound": "auto"
},
"accessibility.signals.diffLineModified": {
"sound": "auto"
},
"accessibility.signals.format": {
"sound": "never",
"announcement": "never"
},
"accessibility.signals.lineHasBreakpoint": {
"sound": "auto",
"announcement": "auto"
},
"accessibility.signals.lineHasError": {
"sound": "auto",
"announcement": "auto"
},
"accessibility.signals.lineHasFoldedArea": {
"sound": "auto",
"announcement": "auto"
},
"accessibility.signals.lineHasInlineSuggestion": {
"sound": "auto"
},
"accessibility.signals.lineHasWarning": {
"sound": "auto",
"announcement": "auto"
},
"accessibility.signals.noInlayHints": {
"sound": "auto",
"announcement": "auto"
},
"accessibility.signals.notebookCellCompleted": {
"sound": "auto",
"announcement": "auto"
},
"accessibility.signals.notebookCellFailed": {
"sound": "auto",
"announcement": "auto"
},
"accessibility.signals.onDebugBreak": {
"sound": "auto",
"announcement": "auto"
},
"accessibility.signals.positionHasError": {
"sound": "auto",
"announcement": "auto"
},
"accessibility.signals.positionHasWarning": {
"sound": "auto",
"announcement": "auto"
},
"accessibility.signals.progress": {
"sound": "auto",
"announcement": "auto"
},
"accessibility.signals.save": {
"sound": "never",
"announcement": "never"
},
"accessibility.signals.taskCompleted": {
"sound": "auto",
"announcement": "auto"
},
"accessibility.signals.taskFailed": {
"sound": "auto",
"announcement": "auto"
},
"accessibility.signals.terminalBell": {
"sound": "auto",
"announcement": "auto"
},
"accessibility.signals.terminalCommandFailed": {
"sound": "auto",
"announcement": "auto"
},
"accessibility.signals.terminalCommandSucceeded": {
"sound": "auto",
"announcement": "auto"
},
"accessibility.signals.terminalQuickFix": {
"sound": "auto",
"announcement": "auto"
},
"accessibility.signals.voiceRecordingStarted": {
"sound": "on"
},
"accessibility.signals.voiceRecordingStopped": {
"sound": "auto"
},
"accessibility.verbosity.comments": true,
"accessibility.verbosity.diffEditor": true,
"accessibility.verbosity.diffEditorActive": true,
"accessibility.verbosity.emptyEditorHint": true,
"accessibility.verbosity.hover": true,
"accessibility.verbosity.inlineChat": true,
"accessibility.verbosity.inlineCompletions": true,
"accessibility.verbosity.keybindingsEditor": true,
"accessibility.verbosity.notebook": true,
"accessibility.verbosity.notification": true,
"accessibility.verbosity.panelChat": true,
"accessibility.verbosity.terminal": true,
"mergeEditor.diffAlgorithm": "advanced",
"mergeEditor.showDeletionMarkers": true,
"multiDiffEditor.experimental.enabled": true,
"chat.editor.fontFamily": "default",
"chat.editor.fontSize": 12,
"chat.editor.fontWeight": "default",
"chat.editor.lineHeight": 0,
"chat.editor.wordWrap": "off",
"chat.experimental.implicitContext": false,
"emmet.excludeLanguages": [
"markdown"
],
"emmet.extensionsPath": [],
"emmet.includeLanguages": {},
"emmet.optimizeStylesheetParsing": true,
"emmet.preferences": {},
"emmet.showAbbreviationSuggestions": true,
"emmet.showExpandedAbbreviation": "always",
"emmet.showSuggestionsAsSnippets": false,
"emmet.syntaxProfiles": {},
"emmet.triggerExpansionOnTab": false,
"emmet.useInlineCompletions": false,
"emmet.variables": {},
"git.allowForcePush": false,
"git.allowNoVerifyCommit": false,
"git.alwaysShowStagedChangesResourceGroup": false,
"git.alwaysSignOff": false,
"git.autofetch": false,
"git.autofetchPeriod": 180,
"git.autorefresh": true,
"git.autoRepositoryDetection": true,
"git.autoStash": false,
"git.branchPrefix": "",
"git.branchProtection": [],
"git.branchProtectionPrompt": "alwaysPrompt",
"git.branchRandomName.dictionary": [
"adjectives",
"animals"
],
"git.branchRandomName.enable": false,
"git.branchSortOrder": "committerdate",
"git.branchValidationRegex": "",
"git.branchWhitespaceChar": "-",
"git.checkoutType": [
"local",
"remote",
"tags"
],
"git.closeDiffOnOperation": false,
"git.commandsToLog": [],
"git.confirmEmptyCommits": true,
"git.confirmForcePush": true,
"git.confirmNoVerifyCommit": true,
"git.confirmSync": true,
"git.countBadge": "all",
"git.decorations.enabled": true,
"git.defaultBranchName": "main",
"git.defaultCloneDirectory": null,
"git.detectSubmodules": true,
"git.detectSubmodulesLimit": 10,
"git.enableCommitSigning": false,
"git.enabled": true,
"git.enableSmartCommit": false,
"git.enableStatusBarSync": true,
"git.fetchOnPull": false,
"git.followTagsWhenSync": false,
"git.githubAuthentication": null,
"git.ignoredRepositories": [],
"git.ignoreLegacyWarning": false,
"git.ignoreLimitWarning": false,
"git.ignoreMissingGitWarning": false,
"git.ignoreRebaseWarning": false,
"git.ignoreSubmodules": false,
"git.ignoreWindowsGit27Warning": false,
"git.inputValidation": false,
"git.inputValidationLength": 72,
"git.inputValidationSubjectLength": 50,
"git.mergeEditor": false,
"git.openAfterClone": "prompt",
"git.openDiffOnClick": true,
"git.openRepositoryInParentFolders": "prompt",
"git.optimisticUpdate": true,
"git.path": null,
"git.postCommitCommand": "none",
"git.promptToSaveFilesBeforeCommit": "always",
"git.promptToSaveFilesBeforeStash": "always",
"git.pruneOnFetch": false,
"git.pullBeforeCheckout": false,
"git.pullTags": true,
"git.rebaseWhenSync": false,
"git.rememberPostCommitCommand": false,
"git.replaceTagsWhenPull": false,
"git.repositoryScanIgnoredFolders": [
"node_modules"
],
"git.repositoryScanMaxDepth": 1,
"git.requireGitUserConfig": true,
"git.scanRepositories": [],
"git.showActionButton": {
"commit": true,
"publish": true,
"sync": true
},
"git.showCommitInput": true,
"git.showInlineOpenFileAction": true,
"git.showProgress": true,
"git.showPushSuccessNotification": false,
"git.similarityThreshold": 50,
"git.smartCommitChanges": "all",
"git.statusLimit": 10000,
"git.suggestSmartCommit": true,
"git.supportCancellation": false,
"git.terminalAuthentication": true,
"git.terminalGitEditor": false,
"git.timeline.date": "committed",
"git.timeline.showAuthor": true,
"git.timeline.showUncommitted": false,
"git.untrackedChanges": "mixed",
"git.useCommitInputAsStashMessage": false,
"git.useEditorAsCommitInput": true,
"git.useForcePushIfIncludes": true,
"git.useForcePushWithLease": true,
"git.useIntegratedAskPass": true,
"git.verboseCommit": false,
"github.branchProtection": true,
"github.gitAuthentication": true,
"github.gitProtocol": "https",
"github-enterprise.uri": "",
"grunt.autoDetect": "off",
"gulp.autoDetect": "off",
"ipynb.pasteImagesAsAttachments.enabled": true,
"jake.autoDetect": "off",
"markdown.math.enabled": true,
"markdown.math.macros": {},
"mediaPreview.video.autoPlay": false,
"mediaPreview.video.loop": false,
"merge-conflict.autoNavigateNextConflict.enabled": false,
"merge-conflict.codeLens.enabled": true,
"merge-conflict.decorators.enabled": true,
"merge-conflict.diffViewPosition": "Current",
"microsoft-sovereign-cloud.customEnvironment": {},
"microsoft-sovereign-cloud.environment": "",
"debug.javascript.autoAttachFilter": "disabled",
"debug.javascript.autoAttachSmartPattern": [
"${workspaceFolder}/**",
"!**/node_modules/**",
"**/$KNOWN_TOOLS$/**"
],
"debug.javascript.automaticallyTunnelRemoteServer": true,
"debug.javascript.breakOnConditionalError": false,
"debug.javascript.codelens.npmScripts": "top",
"debug.javascript.debugByLinkOptions": "on",
"debug.javascript.defaultRuntimeExecutable": {
"pwa-node": "node"
},
"debug.javascript.pickAndAttachOptions": {},
"debug.javascript.resourceRequestOptions": {},
"debug.javascript.terminalOptions": {},
"debug.javascript.unmapMissingSources": false,
"npm.autoDetect": "on",
"npm.enableRunFromFolder": false,
"npm.enableScriptExplorer": false,
"npm.exclude": "",
"npm.fetchOnlinePackageInfo": true,
"npm.packageManager": "auto",
"npm.runSilent": false,
"npm.scriptExplorerAction": "open",
"npm.scriptExplorerExclude": [],
"npm.scriptHover": true,
"references.preferredLocation": "peek",
"simpleBrowser.focusLockIndicator.enabled": true,
"tailwindCSS.classAttributes": [
"class",
"className",
"ngClass"
],
"tailwindCSS.codeActions": true,
"tailwindCSS.colorDecorators": true,
"tailwindCSS.emmetCompletions": false,
"tailwindCSS.experimental.classRegex": [],
"tailwindCSS.experimental.configFile": null,
"tailwindCSS.files.exclude": [
"**/.git/**",
"**/node_modules/**",
"**/.hg/**",
"**/.svn/**"
],
"tailwindCSS.hovers": true,
"tailwindCSS.includeLanguages": {},
"tailwindCSS.inspectPort": null,
"tailwindCSS.lint.cssConflict": "warning",
"tailwindCSS.lint.invalidApply": "error",
"tailwindCSS.lint.invalidConfigPath": "error",
"tailwindCSS.lint.invalidScreen": "error",
"tailwindCSS.lint.invalidTailwindDirective": "error",
"tailwindCSS.lint.invalidVariant": "error",
"tailwindCSS.lint.recommendedVariantOrder": "warning",
"tailwindCSS.rootFontSize": 16,
"tailwindCSS.showPixelEquivalents": true,
"tailwindCSS.suggestions": true,
"tailwindCSS.validate": true,
"eslint.autoFixOnSave": false,
"eslint.codeAction.disableRuleComment": {
"enable": true,
"location": "separateLine",
"commentStyle": "line"
},
"eslint.codeAction.showDocumentation": {
"enable": true
},
"eslint.codeActionsOnSave.mode": "all",
"eslint.codeActionsOnSave.rules": null,
"eslint.debug": false,
"eslint.enable": true,
"eslint.execArgv": null,
"eslint.experimental.useFlatConfig": false,
"eslint.format.enable": false,
"eslint.ignoreUntitled": false,
"eslint.lintTask.enable": false,
"eslint.lintTask.options": ".",
"eslint.migration.2_x": "on",
"eslint.nodeEnv": null,
"eslint.nodePath": null,
"eslint.notebooks.rules.customizations": [],
"eslint.onIgnoredFiles": "off",
"eslint.options": {},
"eslint.packageManager": "npm",
"eslint.probe": [
"astro",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"html",
"mdx",
"vue",
"markdown",
"json",
"jsonc"
],
"eslint.problems.shortenToSingleLine": false,
"eslint.provideLintTask": false,
"eslint.quiet": false,
"eslint.rules.customizations": [],
"eslint.run": "onType",
"eslint.runtime": null,
"eslint.timeBudget.onFixes": {
"warn": 3000,
"error": 6000
},
"eslint.timeBudget.onValidation": {
"warn": 4000,
"error": 8000
},
"eslint.trace.server": "off",
"eslint.useESLintClass": false,
"eslint.useFlatConfig": null,
"eslint.validate": [],
"eslint.workingDirectories": [],
"prettier.arrowParens": "always",
"prettier.bracketSameLine": false,
"prettier.bracketSpacing": true,
"prettier.configPath": "",
"prettier.disableLanguages": [],
"prettier.documentSelectors": [],
"prettier.embeddedLanguageFormatting": "auto",
"prettier.enable": true,
"prettier.enableDebugLogs": false,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "css",
"prettier.ignorePath": ".prettierignore",
"prettier.insertPragma": false,
"prettier.jsxBracketSameLine": false,
"prettier.jsxSingleQuote": false,
"prettier.packageManager": "npm",
"prettier.prettierPath": "",
"prettier.printWidth": 80,
"prettier.proseWrap": "preserve",
"prettier.quoteProps": "as-needed",
"prettier.requireConfig": false,
"prettier.requirePragma": false,
"prettier.resolveGlobalModules": false,
"prettier.semi": true,
"prettier.singleAttributePerLine": false,
"prettier.singleQuote": false,
"prettier.tabWidth": 2,
"prettier.trailingComma": "es5",
"prettier.useEditorConfig": true,
"prettier.useTabs": false,
"prettier.vueIndentScriptAndStyle": false,
"prettier.withNodeModules": false,
"vue-format.attr_end_with_gt": true,
"vue-format.break_attr_limit": -1,
"vue-format.format_need": [
"html",
"js",
"css"
],
"vue-format.html_indent_root": false,
"vue-format.js-beautify": {
"indent_size": "editor.tabSize",
"indent_char": " ",
"indent_with_tabs": false,
"brace-style": "collapse",
"space_after_anon_function": true,
"css": {},
"js": {},
"html": {
	"force_format": [
		"template"
	]
}
},
"vue-format.pug-beautify": {
"fill_tab": false
},
"shellformat.effectLanguages": [
"shellscript",
"dockerfile",
"dotenv",
"hosts",
"jvmoptions",
"ignore",
"gitignore",
"properties",
"spring-boot-properties",
"azcli",
"bats"
],
"shellformat.flag": null,
"shellformat.path": null,
"shellformat.useEditorConfig": false,
"view-in-browser.default": "",
"debugpy.debugJustMyCode": true,
"python.analysis.inlayHints.callArgumentNames": "off",
"python.analysis.inlayHints.functionReturnTypes": false,
"python.analysis.inlayHints.pytestParameters": false,
"python.analysis.inlayHints.variableTypes": false,
"python.analysis.logLevel": "Information",
"python.analysis.nodeExecutable": "",

"python.analysis.packageIndexDepths": [
{
	"name": "sklearn",
	"depth": 2
},
{
	"name": "matplotlib",
	"depth": 2
},
{
	"name": "scipy",
	"depth": 2
},
{
	"name": "django",
	"depth": 2
},
{
	"name": "flask",
	"depth": 2
},
{
	"name": "fastapi",
	"depth": 2
}
],
"python.analysis.perfReporting": false,
"python.analysis.persistAllIndices": true,
"python.analysis.stubPath": "typings",
"python.analysis.typeCheckingMode": "off",
"python.analysis.typeshedPaths": [],
"python.analysis.useLibraryCodeForTypes": true,
"python.analysis.userFileIndexingLimit": 2000,
"cmake.additionalCompilerSearchDirs": [],
"cmake.additionalKits": [],
"cmake.allowCommentsInPresetsFile": false,
"cmake.allowUnsupportedPresetsVersions": false,
"cmake.automaticReconfigure": true,
"cmake.autoSelectActiveFolder": true,
"cmake.buildArgs": [],
"cmake.buildBeforeRun": true,
"cmake.buildDirectory": "${workspaceFolder}/build",
"cmake.buildEnvironment": {},
"cmake.buildTask": false,
"cmake.buildToolArgs": [],
"cmake.cacheInit": null,
"cmake.clearOutputBeforeBuild": true,
"cmake.cmakeCommunicationMode": "automatic",
"cmake.cmakePath": "cmake",
"cmake.configureArgs": [],
"cmake.configureEnvironment": {},
"cmake.configureOnEdit": true,
"cmake.configureOnOpen": null,
"cmake.configureSettings": {},
"cmake.copyCompileCommands": null,
"cmake.cpackArgs": [],
"cmake.cpackEnvironment": {},
"cmake.cpackPath": null,
"cmake.ctest.allowParallelJobs": false,
"cmake.ctest.parallelJobs": 0,
"cmake.ctest.testExplorerIntegrationEnabled": true,
"cmake.ctestArgs": [],
"cmake.ctestDefaultArgs": [
"-T",
"test",
"--output-on-failure"
],
"cmake.ctestPath": null,
"cmake.debugConfig": {},
"cmake.defaultVariants": {
"buildType": {
	"default": "debug",
	"description": "生成类型。",
	"choices": {
		"debug": {
			"short": "Debug",
			"long": "禁用优化 - 包括调试信息。",
			"buildType": "Debug"
		},
		"release": {
			"short": "Release",
			"long": "进行优化,提高速度 - 排除调试信息。",
			"buildType": "Release"
		},
		"minsize": {
			"short": "MinSizeRel",
			"long": "优化最小二进制大小 - 排除调试信息。",
			"buildType": "MinSizeRel"
		},
		"reldeb": {
			"short": "RelWithDebInfo",
			"long": "进行优化,提高速度 - 包括调试信息。",
			"buildType": "RelWithDebInfo"
		}
	}
}
},
"cmake.emscriptenSearchDirs": [],
"cmake.enableAutomaticKitScan": true,
"cmake.enabledOutputParsers": [
"cmake",
"gcc",
"gnuld",
"msvc",
"ghs",
"diab"
],
"cmake.enableTraceLogging": false,
"cmake.environment": {},
"cmake.exportCompileCommandsFile": true,
"cmake.generator": null,
"cmake.ignoreCMakeListsMissing": false,
"cmake.ignoreKitEnv": false,
"cmake.installPrefix": null,
"cmake.launchBehavior": "reuseTerminal",
"cmake.loadCompileCommands": true,
"cmake.loggingLevel": "info",
"cmake.mergedCompileCommands": null,
"cmake.mingwSearchDirs": [],
"cmake.options.advanced": {
"build": {
	"statusBarVisibility": "inherit",
	"inheritDefault": "visible"
},
"launch": {
	"statusBarVisibility": "inherit",
	"inheritDefault": "visible"
},
"debug": {
	"statusBarVisibility": "inherit",
	"inheritDefault": "visible"
}
},
"cmake.options.statusBarVisibility": "hidden",
"cmake.outputLogEncoding": "auto",
"cmake.parallelJobs": 0,
"cmake.parseBuildDiagnostics": true,
"cmake.pinnedCommands": [],
"cmake.platform": null,
"cmake.preferredGenerators": [],
"cmake.revealLog": "always",
"cmake.saveBeforeBuild": true,
"cmake.setBuildTypeOnMultiConfig": false,
"cmake.showConfigureWithDebuggerNotification": true,
"cmake.showNotAllDocumentsSavedQuestion": true,
"cmake.showOptionsMovedNotification": true,
"cmake.showSystemKits": true,
"cmake.skipConfigureIfCachePresent": null,
"cmake.sourceDirectory": "${workspaceFolder}",
"cmake.testEnvironment": {},
"cmake.toolset": null,
"cmake.touchbar.advanced": {},
"cmake.touchbar.visibility": "default",
"cmake.useCMakePresets": "auto",
"C_Cpp.autocomplete": "default",
"C_Cpp.autocompleteAddParentheses": false,
"C_Cpp.codeFolding": "enabled",
"C_Cpp.configurationWarnings": "enabled",
"C_Cpp.default.browse.databaseFilename": "",
"C_Cpp.default.browse.limitSymbolsToIncludedHeaders": true,
"C_Cpp.default.browse.path": null,
"C_Cpp.default.compileCommands": "",
"C_Cpp.default.compilerArgs": [],
"C_Cpp.default.compilerPath": null,
"C_Cpp.default.configurationProvider": "",
"C_Cpp.default.cppStandard": "",
"C_Cpp.default.cStandard": "",
"C_Cpp.default.customConfigurationVariables": null,
"C_Cpp.default.defines": [],
"C_Cpp.default.dotConfig": "",
"C_Cpp.default.enableConfigurationSquiggles": true,
"C_Cpp.default.forcedInclude": [],
"C_Cpp.default.includePath": [],
"C_Cpp.default.intelliSenseMode": "",
"C_Cpp.default.macFrameworkPath": [],
"C_Cpp.default.mergeConfigurations": false,
"C_Cpp.default.systemIncludePath": [],
"C_Cpp.default.windowsSdkVersion": "",
"C_Cpp.dimInactiveRegions": true,
"C_Cpp.enhancedColorization": "enabled",
"C_Cpp.errorSquiggles": "enabledIfIncludesResolve",
"C_Cpp.exclusionPolicy": "checkFolders",
"C_Cpp.files.exclude": {
"**/.vscode": true,
"**/.vs": true
},
"C_Cpp.hover": "default",
"C_Cpp.inactiveRegionBackgroundColor": "",
"C_Cpp.inactiveRegionForegroundColor": "",
"C_Cpp.inactiveRegionOpacity": 0.55,
"C_Cpp.inlayHints.autoDeclarationTypes.enabled": false,
"C_Cpp.inlayHints.autoDeclarationTypes.showOnLeft": false,
"C_Cpp.inlayHints.parameterNames.enabled": false,
"C_Cpp.inlayHints.parameterNames.hideLeadingUnderscores": true,
"C_Cpp.inlayHints.parameterNames.suppressWhenArgumentContainsName": true,
"C_Cpp.inlayHints.referenceOperator.enabled": false,
"C_Cpp.inlayHints.referenceOperator.showSpace": false,
"C_Cpp.intelliSenseEngine": "default",
"C_Cpp.intelliSenseEngineFallback": "disabled",
"C_Cpp.intelliSenseUpdateDelay": 1000,
"C_Cpp.legacyCompilerArgsBehavior": false,
"C_Cpp.refactoring.includeHeader": "always",
"C_Cpp.renameRequiresIdentifier": true,
"C_Cpp.suggestSnippets": true,
"C_Cpp.workspaceParsingPriority": "highest",
"C_Cpp.workspaceSymbols": "Just My Code",
"C_Cpp.clang_format_fallbackStyle": "Visual Studio",
"C_Cpp.clang_format_path": "",
"C_Cpp.clang_format_sortIncludes": null,
"C_Cpp.clang_format_style": "file",
"C_Cpp.formatting": "default",
"C_Cpp.vcFormat.indent.accessSpecifiers": false,
"C_Cpp.vcFormat.indent.braces": false,
"C_Cpp.vcFormat.indent.caseContents": true,
"C_Cpp.vcFormat.indent.caseContentsWhenBlock": false,
"C_Cpp.vcFormat.indent.caseLabels": false,
"C_Cpp.vcFormat.indent.gotoLabels": "oneLeft",
"C_Cpp.vcFormat.indent.lambdaBracesWhenParameter": true,
"C_Cpp.vcFormat.indent.multiLineRelativeTo": "innermostParenthesis",
"C_Cpp.vcFormat.indent.namespaceContents": true,
"C_Cpp.vcFormat.indent.preprocessor": "leftmostColumn",
"C_Cpp.vcFormat.indent.preserveComments": false,
"C_Cpp.vcFormat.indent.preserveWithinParentheses": false,
"C_Cpp.vcFormat.indent.withinParentheses": "indent",
"C_Cpp.vcFormat.newLine.beforeCatch": true,
"C_Cpp.vcFormat.newLine.beforeElse": true,
"C_Cpp.vcFormat.newLine.beforeOpenBrace.block": "ignore",
"C_Cpp.vcFormat.newLine.beforeOpenBrace.function": "ignore",
"C_Cpp.vcFormat.newLine.beforeOpenBrace.lambda": "ignore",
"C_Cpp.vcFormat.newLine.beforeOpenBrace.namespace": "ignore",
"C_Cpp.vcFormat.newLine.beforeOpenBrace.type": "ignore",
"C_Cpp.vcFormat.newLine.beforeWhileInDoWhile": false,
"C_Cpp.vcFormat.newLine.closeBraceSameLine.emptyFunction": false,
"C_Cpp.vcFormat.newLine.closeBraceSameLine.emptyType": false,
"C_Cpp.vcFormat.newLine.scopeBracesOnSeparateLines": false,
"C_Cpp.vcFormat.space.afterCastCloseParenthesis": false,
"C_Cpp.vcFormat.space.afterComma": true,
"C_Cpp.vcFormat.space.afterKeywordsInControlFlowStatements": true,
"C_Cpp.vcFormat.space.aroundAssignmentOperator": "insert",
"C_Cpp.vcFormat.space.aroundBinaryOperator": "insert",
"C_Cpp.vcFormat.space.aroundTernaryOperator": "insert",
"C_Cpp.vcFormat.space.beforeBlockOpenBrace": true,
"C_Cpp.vcFormat.space.beforeComma": false,
"C_Cpp.vcFormat.space.beforeConstructorColon": true,
"C_Cpp.vcFormat.space.beforeEmptySquareBrackets": false,
"C_Cpp.vcFormat.space.beforeFunctionOpenParenthesis": "remove",
"C_Cpp.vcFormat.space.beforeInheritanceColon": true,
"C_Cpp.vcFormat.space.beforeInitializerListOpenBrace": false,
"C_Cpp.vcFormat.space.beforeLambdaOpenParenthesis": false,
"C_Cpp.vcFormat.space.beforeOpenSquareBracket": false,
"C_Cpp.vcFormat.space.betweenEmptyBraces": false,
"C_Cpp.vcFormat.space.betweenEmptyLambdaBrackets": false,
"C_Cpp.vcFormat.space.betweenEmptyParameterListParentheses": false,
"C_Cpp.vcFormat.space.betweenEmptySquareBrackets": false,
"C_Cpp.vcFormat.space.groupSquareBrackets": true,
"C_Cpp.vcFormat.space.insertAfterSemicolon": false,
"C_Cpp.vcFormat.space.pointerReferenceAlignment": "left",
"C_Cpp.vcFormat.space.preserveInInitializerList": true,
"C_Cpp.vcFormat.space.removeAroundMemberOperators": true,
"C_Cpp.vcFormat.space.removeAroundUnaryOperator": true,
"C_Cpp.vcFormat.space.removeBeforeSemicolon": true,
"C_Cpp.vcFormat.space.withinCastParentheses": false,
"C_Cpp.vcFormat.space.withinControlFlowStatementParentheses": false,
"C_Cpp.vcFormat.space.withinExpressionParentheses": false,
"C_Cpp.vcFormat.space.withinInitializerListBraces": true,
"C_Cpp.vcFormat.space.withinLambdaBrackets": false,
"C_Cpp.vcFormat.space.withinParameterListParentheses": false,
"C_Cpp.vcFormat.space.withinSquareBrackets": false,
"C_Cpp.vcFormat.wrap.preserveBlocks": "oneLiners",
"C_Cpp.commentContinuationPatterns": [
"/**"
],
"C_Cpp.doxygen.generatedStyle": "///",
"C_Cpp.doxygen.generateOnType": true,
"C_Cpp.doxygen.sectionTags": [
"attention",
"tparam",
"param",
"result",
"returns",
"retval",
"exception",
"deprecated",
"warning",
"note"
],
"C_Cpp.markdownInComments": "subsetEnabled",
"C_Cpp.simplifyStructuredComments": true,
"C_Cpp.codeAnalysis.clangTidy.args": [],
"C_Cpp.codeAnalysis.clangTidy.checks.disabled": [],
"C_Cpp.codeAnalysis.clangTidy.checks.enabled": [],
"C_Cpp.codeAnalysis.clangTidy.codeAction.formatFixes": true,
"C_Cpp.codeAnalysis.clangTidy.codeAction.showClear": "AllAndAllTypeAndThis",
"C_Cpp.codeAnalysis.clangTidy.codeAction.showDisable": true,
"C_Cpp.codeAnalysis.clangTidy.codeAction.showDocumentation": true,
"C_Cpp.codeAnalysis.clangTidy.config": "",
"C_Cpp.codeAnalysis.clangTidy.enabled": false,
"C_Cpp.codeAnalysis.clangTidy.fallbackConfig": "",
"C_Cpp.codeAnalysis.clangTidy.headerFilter": null,
"C_Cpp.codeAnalysis.clangTidy.path": "",
"C_Cpp.codeAnalysis.clangTidy.useBuildPath": false,
"C_Cpp.codeAnalysis.exclude": {},
"C_Cpp.codeAnalysis.maxConcurrentThreads": null,
"C_Cpp.codeAnalysis.maxMemory": null,
"C_Cpp.codeAnalysis.runAutomatically": true,
"C_Cpp.codeAnalysis.updateDelay": 2000,
"C_Cpp.debugger.useBacktickCommandSubstitution": false,
"C_Cpp.debugShortcut": true,
"C_Cpp.sshTargetsView": "default",
"C_Cpp.intelliSense.maxCachedProcesses": null,
"C_Cpp.intelliSense.maxMemory": null,
"C_Cpp.intelliSenseCachePath": "",
"C_Cpp.intelliSenseCacheSize": 5120,
"C_Cpp.intelliSenseMemoryLimit": 4096,
"C_Cpp.maxCachedProcesses": null,
"C_Cpp.maxConcurrentThreads": null,
"C_Cpp.maxMemory": null,
"C_Cpp.maxSymbolSearchResults": 5000,
"C_Cpp.references.maxCachedProcesses": 0,
"C_Cpp.references.maxConcurrentThreads": null,
"C_Cpp.references.maxMemory": null,
"C_Cpp.addNodeAddonIncludePaths": false,
"C_Cpp.autoAddFileAssociations": true,
"C_Cpp.caseSensitiveFileSupport": "default",
"C_Cpp.experimentalFeatures": "disabled",
"C_Cpp.loggingLevel": "Error",
"C_Cpp.preferredPathSeparator": "Forward Slash",
"C_Cpp.updateChannel": "Default",
"C_Cpp.vcpkg.enabled": true,
"vetur.completion.autoImport": true,

"vetur.completion.scaffoldSnippetSources": {
"workspace": "💼",
"user": "🗒️",
"vetur": "✌"
},
"vetur.completion.tagCasing": "kebab",
"vetur.dev.logLevel": "INFO",
"vetur.dev.vlsPath": "",
"vetur.dev.vlsPort": -1,
"vetur.experimental.templateInterpolationService": false,
"vetur.format.defaultFormatter.css": "prettier",
"vetur.format.defaultFormatter.html": "prettier",
"vetur.format.defaultFormatter.js": "prettier",
"vetur.format.defaultFormatter.less": "prettier",
"vetur.format.defaultFormatter.postcss": "prettier",
"vetur.format.defaultFormatter.pug": "prettier",
"vetur.format.defaultFormatter.sass": "sass-formatter",
"vetur.format.defaultFormatter.scss": "prettier",
"vetur.format.defaultFormatter.stylus": "stylus-supremacy",
"vetur.format.defaultFormatter.ts": "prettier",
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
	"wrap_attributes": "force-expand-multiline"
},
"prettyhtml": {
	"printWidth": 100,
	"singleQuote": false,
	"wrapAttributes": false,
	"sortAttributes": false
}
},
"vetur.format.enable": true,
"vetur.format.options.tabSize": 2,
"vetur.format.options.useTabs": false,
"vetur.format.scriptInitialIndent": false,
"vetur.format.styleInitialIndent": false,
"vetur.grammar.customBlocks": {
"docs": "md",
"i18n": "json"
},
"vetur.ignoreProjectWarning": false,
"vetur.languageFeatures.codeActions": true,
"vetur.languageFeatures.semanticTokens": true,
"vetur.languageFeatures.updateImportOnFileMove": true,
"vetur.trace.server": "off",
"vetur.underline.refValue": true,
"vetur.useWorkspaceDependencies": false,
"vetur.validation.interpolation": true,
"vetur.validation.script": true,
"vetur.validation.style": true,
"vetur.validation.template": true,
"vetur.validation.templateProps": false,
"liveServer.settings.AdvanceCustomBrowserCmdLine": null,
"liveServer.settings.ChromeDebuggingAttachment": false,
"liveServer.settings.CustomBrowser": null,
"liveServer.settings.donotShowInfoMsg": false,
"liveServer.settings.donotVerifyTags": false,
"liveServer.settings.file": "",
"liveServer.settings.fullReload": false,
"liveServer.settings.host": "127.0.0.1",
"liveServer.settings.https": {
"enable": false,
"cert": "",
"key": "",
"passphrase": ""
},
"liveServer.settings.ignoreFiles": [
".vscode/**",
"**/*.scss",
"**/*.sass",
"**/*.ts"
],
"liveServer.settings.mount": [],
"liveServer.settings.multiRootWorkspaceName": null,
"liveServer.settings.NoBrowser": false,
"liveServer.settings.port": 5500,
"liveServer.settings.proxy": {
"enable": false,
"baseUri": "/",
"proxyUri": "http://127.0.0.1:80"
},
"liveServer.settings.root": "/",
"liveServer.settings.showOnStatusbar": true,
"liveServer.settings.useLocalIp": false,
"liveServer.settings.useWebExt": false,
"liveServer.settings.wait": 100,
"vue.autoInsert.bracketSpacing": true,
"vue.autoInsert.dotValue": false,
"vue.codeActions.askNewComponentName": true,
"vue.codeActions.enabled": true,
"vue.codeLens.enabled": true,
"vue.complete.casing.props": "autoKebab",
"vue.complete.casing.tags": "autoPascal",
"vue.doctor.status": true,
"vue.format.script.initialIndent": false,
"vue.format.style.initialIndent": false,
"vue.format.template.initialIndent": true,
"vue.format.wrapAttributes": "auto",
"vue.inlayHints.inlineHandlerLeading": false,
"vue.inlayHints.missingProps": false,
"vue.inlayHints.optionsWrapper": false,
"vue.inlayHints.vBindShorthand": false,
"vue.server.hybridMode": "auto",
"vue.server.includeLanguages": [
"vue"
],
"vue.server.maxOldSpaceSize": null,
"vue.splitEditors.icon": false,
"vue.splitEditors.layout.left": [
"script",
"scriptSetup",
"styles"
],
"vue.splitEditors.layout.right": [
"template",
"customBlocks"
],
"vue.trace.server": "off",
"vue.updateImportsOnFileMove.enabled": true,
}
相关推荐
惜.己7 小时前
javaScript基础(8个案例+代码+效果图)
开发语言·前端·javascript·vscode·css3·html5
satan–010 小时前
R语言的下载、安装及环境配置(Rstudio&VSCode)
开发语言·windows·vscode·r语言
嵌入式小能手1 天前
开发环境搭建之VScode的安装及使用
vscode·编辑器
N1cez1 天前
vscode 连接服务器 不用输密码 免密登录
服务器·vscode
yufei-coder1 天前
C# Windows 窗体开发基础
vscode·microsoft·c#·visual studio
white.tie1 天前
vscode配置golang
ide·vscode·golang
allanGold2 天前
VSCode rust文件中的api点击无法跳转问题
vscode·rust
Xminyang2 天前
Windows+VSCode运行C/C++时生成的*.exe问题
vscode·c/c++
single5942 天前
【优选算法】(第十七篇)
java·数据结构·c++·vscode·算法·leetcode
Eiceblue2 天前
Python 复制PDF中的页面
vscode·python·pdf