{ "enableTelemetry": true, "debug.node.autoAttach": "on", "files.eol": "\n", "editor.codeLens": false, "workbench.tree.indent": 16, "editor.acceptSuggestionOnCommitCharacter": false, "extensions.ignoreRecommendations": false, "todo-tree.tree.showScanModeButton": false, "todo-tree.highlights.defaultHighlight": {}, "todo-tree.highlights.enabled": false, "terminal.integrated.mouseWheelScrollSensitivity": 0.15, "todo-tree.filtering.excludeGlobs": ["**/poems/*"], "editor.wordWrap": "on", "git.enawleCommitSigning": true, "editor.acceptSuggestionOnEnter": "off", "workbench.colorCustomizations": { "editor.lineHighlightBackground": "#29293381", "activityBar.activeBorder": "#f9826c", "activityBar.background": "#24292e", "activityBar.border": "#1b1f23", "activityBar.foreground": "#e1e4e8", "activityBar.inactiveForeground": "#6a737d", "activityBarBadge.background": "#0366d6", "activityBarBadge.foreground": "#ffffff", "badge.background": "#044289", "badge.foreground": "#c8e1ff", "breadcrumb.activeSelectionForeground": "#d1d5da", "breadcrumb.focusForeground": "#e1e4e8", "breadcrumb.foreground": "#959da5", "breadcrumbPicker.background": "#2b3036", "button.background": "#176f2c", "button.foreground": "#dcffe4", "button.hoverBackground": "#22863a", "button.secondaryBackground": "#444d56", "button.secondaryForeground": "#ffffff", "button.secondaryHoverBackground": "#586069", "checkbox.background": "#444d56", "checkbox.border": "#1b1f23", "debugToolBar.background": "#2b3036", "descriptionForeground": "#959da5", "dropdown.background": "#2f363d", "dropdown.border": "#1b1f23", "dropdown.foreground": "#e1e4e8", "dropdown.listBackground": "#24292e", "errorForeground": "#f97583", "focusBorder": "#005cc5", "foreground": "#d1d5da", "input.background": "#2f363d", "input.border": "#1b1f23", "input.foreground": "#e1e4e8", "input.placeholderForeground": "#959da5", "list.activeSelectionBackground": "#39414a", "list.activeSelectionForeground": "#e1e4e8", "list.focusBackground": "#044289", "list.hoverBackground": "#282e34", "list.hoverForeground": "#e1e4e8", "list.inactiveFocusBackground": "#1d2d3e", "list.inactiveSelectionBackground": "#282e34", "list.inactiveSelectionForeground": "#e1e4e8", "pickerGroup.border": "#444d56", "pickerGroup.foreground": "#e1e4e8", "progressBar.background": "#0366d6", "quickInput.background": "#24292e", "quickInput.foreground": "#e1e4e8", "scrollbar.shadow": "#00000088", "scrollbarSlider.activeBackground": "#6a737d88", "scrollbarSlider.background": "#7a838d43", "scrollbarSlider.hoverBackground": "#6a737d44", "minimapSlider.hoverBackground": "#7776", "minimapSlider.background": "#6665", "minimapSlider.activeBackground": "#6666", "settings.headerForeground": "#e1e4e8", "settings.modifiedItemIndicator": "#0366d6", "sideBar.background": "#1f2428", "sideBar.border": "#1b1f23", "sideBar.foreground": "#d1d5da", "sideBarSectionHeader.background": "#1f2428", "sideBarSectionHeader.border": "#1b1f23", "sideBarSectionHeader.foreground": "#e1e4e8", "sideBarTitle.foreground": "#e1e4e8", "statusBar.background": "#24292e", "statusBar.border": "#1b1f23", "statusBar.debuggingBackground": "#931c06", "statusBar.debuggingForeground": "#ffffff", "statusBar.foreground": "#d1d5da", "statusBar.noFolderBackground": "#24292e", "statusBarItem.prominentBackground": "#282e34", "tab.activeBackground": "#292e32", "tab.activeBorder": "#24292e", "tab.activeBorderTop": "#f9826c", "tab.activeForeground": "#e1e4e8", "tab.border": "#1b1f23", "tab.hoverBackground": "#24292e", "tab.inactiveBackground": "#1e2327", "tab.inactiveForeground": "#959da5", "tab.unfocusedActiveBorder": "#24292e", "tab.unfocusedActiveBorderTop": "#1b1f23", "tab.unfocusedHoverBackground": "#24292e", "textBlockQuote.background": "#24292e", "textBlockQuote.border": "#444d56", "textCodeBlock.background": "#2f363d", "textLink.activeForeground": "#c8e1ff", "textLink.foreground": "#79b8ff", "textPreformat.foreground": "#d1d5da", "textSeparator.foreground": "#586069", "titleBar.activeBackground": "#24292e", "titleBar.activeForeground": "#e1e4e8", "titleBar.border": "#1b1f23", "titleBar.inactiveBackground": "#1f2428", "titleBar.inactiveForeground": "#959da5", "tree.indentGuidesStroke": "#2f363d", "welcomePage.buttonBackground": "#2f363d", "welcomePage.buttonHoverBackground": "#444d56", "[Paper Dark]": { "editor.background": "#222" } }, "workbench.list.horizontalScrolling": true, "explorer.autoReveal": "focusNoScroll", "eslint.alwaysShowStatus": true, "eslint.validate": ["vue", "javascript", "javascriptreact"], "eslint.options": { "overrideConfig": { "plugins": [], "parserOptions": { "ecmaVersion": 11, "sourceType": "module" }, "rules": {} }, "baseConfig": { "extends": [] } }, "eslint.codeAction.showDocumentation": { "enable": true }, "eslint.lintTask.enable": true, "vetur.ignoreProjectWarning": true, "workbench.editorAssociations": { "*.ipynb": "jupyter-notebook", "git-rebase-todo": "default" }, "processing.path": "C:\\Program Files\\processing-3.5.4\\processing-java.exe", "splitHTMLAttributes.closingBracketOnNewLine": false, "gitlens.currentLine.enabled": false, "gitlens.hovers.currentLine.over": "line", "gitlens.codeLens.enabled": false, "gitlens.hovers.enabled": false, "terminal.integrated.inheritEnv": false, "editor.fontLigatures": true, "security.workspace.trust.untrustedFiles": "open", "notebook.cellToolbarLocation": { "default": "right", "jupyter-notebook": "left" }, "editor.tabSize": 2, "workbench.colorTheme": "the orange box", "remote.SSH.remotePlatform": { "ruby": "linux", "emerald": "linux", "sapphire": "linux" }, "CppHelper.HeaderGuardPattern": "{FILE}_H", "files.trimTrailingWhitespace": true, "editor.formatOnSave": true, "search.exclude": { "**/package-lock.json": true }, "javascript.preferences.importModuleSpecifier": "relative", "typescript.preferences.importModuleSpecifier": "relative", "omnisharp.useModernNet": false, "C_Cpp.clang_format_fallbackStyle": "{BasedOnStyle: LLVM, ColumnLimit: 0}", "omnisharp.useEditorFormattingSettings": false, "[cpp]": { "editor.defaultFormatter": "ms-vscode.cpptools" }, "[html]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "html.autoCreateQuotes": false, "[python]": { "editor.formatOnType": true }, "editor.defaultFormatter": "esbenp.prettier-vscode", "[csharp]": { "editor.defaultFormatter": "ms-dotnettools.csharp" } // "editor.codeActionsOnSave": { "source.organizeImports": true } }