VSCodeの神環境

VSCodeの神環境

Tags
Published
December 3, 2020
{ "atomKeymap.promptV3Features": true, "workbench.iconTheme": "Monokai Classic Icons", // "C_Cpp.updateChannel": "Insiders", "[cpp]": { "editor.defaultFormatter": "LaurentTreguier.uncrustify" }, "editor.formatOnSave": true, "editor.fontFamily": "Menlo, Consolas, DejaVu Sans Mono, monospace", "editor.tabSize": 8, "editor.useTabStops": false, "editor.insertSpaces": true, "editor.detectIndentation": false, "terminal.integrated.fontWeight": "800", "terminal.integrated.fontWeightBold": "800", "editor.fontLigatures": true, "workbench.editor.highlightModifiedTabs": true, "uncrustify.configPath.osx": "/Users/tomixrm/.uncrustify/uncrustify.cfg", "workbench.colorCustomizations": { "[Monokai Classic]": { "sideBar.background": "#f1f1f1", "activityBar.background": "#f5f5f5", "focusBorder": "#bdc2c8", "foreground": "#959da6", "widget.shadow": "#56606940", "selection.background": "#919191fd", "textBlockQuote.background": "#ffffff", "textLink.foreground": "#ff9940", "textLink.activeForeground": "#ff9940", "textPreformat.foreground": "#6c7680", "button.background": "#ff9940", "button.foreground": "#fafafa", "button.hoverBackground": "#f9943b", "dropdown.background": "#ffffff", "dropdown.foreground": "#959da6", "dropdown.border": "#dcdee1", "input.background": "#ffffff", "input.border": "#dcdee1", "input.foreground": "#6c7680", "input.placeholderForeground": "#b3b9bf", "inputOption.activeBorder": "#ff9940", "inputValidation.errorBackground": "#fafafa", "inputValidation.errorBorder": "#f51818", "inputValidation.infoBackground": "#fafafa", "inputValidation.infoBorder": "#04dfc1", "inputValidation.warningBackground": "#fafafa", "inputValidation.warningBorder": "#f2ae49", "scrollbar.shadow": "#959da61a", "scrollbarSlider.background": "#959da666", "scrollbarSlider.hoverBackground": "#959da699", "scrollbarSlider.activeBackground": "#959da6b3", "badge.background": "#ff9940", "badge.foreground": "#ffbaba", "progressBar.background": "#ff9940", "list.activeSelectionBackground": "#959da61a", "list.activeSelectionForeground": "#959da6", "list.focusBackground": "#959da61a", "list.focusForeground": "#959da6", "list.highlightForeground": "#ff9940", "list.hoverBackground": "#959da61a", "list.hoverForeground": "#959da6", "list.inactiveSelectionBackground": "#959da61a", "list.inactiveSelectionForeground": "#959da6", "list.invalidItemForeground": "#b3b9bf", "activityBar.background": "#fafafa", "activityBar.foreground": "#959da6cc", "activityBar.border": "#fafafa", "activityBarBadge.background": "#ff9940", "activityBarBadge.foreground": "#fafafa", "sideBar.background": "#fafafa", "sideBar.border": "#fafafa", "sideBarTitle.foreground": "#dfdfdf", "sideBarSectionHeader.background": "#fafafa", "sideBarSectionHeader.foreground": "#959da6", "editorGroup.border": "#959da61a", "editorGroup.background": "#ffffff", "editorGroupHeader.noTabsBackground": "#fafafa", "editorGroupHeader.tabsBackground": "#fafafa", "editorGroupHeader.tabsBorder": "#fafafa", "tab.activeBackground": "#fafafa", "tab.activeForeground": "#6c7680", "tab.border": "#fafafa", "tab.activeBorder": "#ff9940", "tab.unfocusedActiveBorder": "#959da6", "tab.inactiveBackground": "#e6e6e6", "tab.inactiveForeground": "#959da6", "tab.unfocusedActiveForeground": "#959da6", "tab.unfocusedInactiveForeground": "#959da6", "editor.foreground": "#6c7680", "editorLineNumber.foreground": "#959da666", "editorLineNumber.activeForeground": "#959da6cc", "editorCursor.foreground": "#ff9940", "editor.selectionBackground": "#686868", "statusBar.background": "#fafafa", "statusBar.foreground": "#959da6", "statusBar.border": "#fafafa", "statusBar.debuggingBackground": "#ed9366", "statusBar.debuggingForeground": "#fafafa", "statusBar.noFolderBackground": "#ffffff", "statusBarItem.activeBackground": "#00000050", "statusBarItem.hoverBackground": "#00000030", "statusBarItem.prominentBackground": "#959da61a", "statusBarItem.prominentHoverBackground": "#00000030", "titleBar.activeBackground": "#fafafa", "titleBar.activeForeground": "#6c7680", "titleBar.inactiveBackground": "#fafafa", "titleBar.inactiveForeground": "#959da6", "titleBar.border": "#fafafa", "extensionButton.prominentForeground": "#fafafa", "extensionButton.prominentBackground": "#ff9940", "extensionButton.prominentHoverBackground": "#f9943b" } }, "editor.formatOnPaste": true, "editor.fontWeight": "bold", "workbench.tree.indent": 36, "window.zoomLevel": 0, "workbench.colorTheme": "Monokai Classic", "C_Cpp.updateChannel": "Insiders", "python.pythonPath": "/Users/tomixrm/.platformio/penv/bin/python", "python.formatting.provider": "autopep8", "liveServer.settings.donotShowInfoMsg": true, "liveServer.settings.donotVerifyTags": true, "files.autoSave": "afterDelay" }
 

Loading Comments...