{ "editor.fontSize": 20, "editor.tabSize": 2, "editor.wordWrap": "on", "editor.cursorSmoothCaretAnimation": true, "editor.cursorBlinking": "expand", "editor.formatOnSave": true, "editor.formatOnPaste": true, "editor.formatOnType": true, "workbench.colorCustomizations": { "editorGroupHeader.tabsBackground": "#2c2c54", "activityBar.background": "#2c2c54", "sideBar.background": "#141422", "minimap.background": "#141422", "tab.activeBackground": "#706fd3", "tab.inactiveBackground": "#191846", "terminal.border": "#2c2c54", "terminal.background": "#2c2c54", "statusBar.background": "#474787", "scrollbarSlider.background": "#474787", "scrollbarSlider.hoverBackground": "#706fd3" }, "editor.tokenColorCustomizations": { "comments": "#95afc0" }, "editor.linkedEditing": true, "editor.bracketPairColorization.enabled": true, "editor.guides.bracketPairs": true, "editor.guides.bracketPairsHorizontal": true, "editor.hover.enabled": false, "window.zoomLevel": 1, // Live Server "liveServer.settings.CustomBrowser": "chrome:PrivateMode", "liveServer.settings.donotShowInfoMsg": true, "liveServer.settings.donotVerifyTags": true, // Live SASS Compiler "liveSassCompile.settings.formats": [ { "format": "compressed", "extensionName": ".min.css", "savePath": "/css" } ], "liveSassCompile.settings.generateMap": false, // VS Code Theme Customization "workbench.iconTheme": "material-icon-theme", "workbench.colorTheme": "Andromeda", "workbench.editor.enablePreview": false, "terminal.integrated.defaultProfile.windows": "Git Bash", "terminal.integrated.fontSize": 20, "diffEditor.wordWrap": "on", "security.workspace.trust.untrustedFiles": "open", // "files.autoSave": "afterDelay", // "files.autoSaveDelay": 10,
// Prettier Config "prettier.proseWrap": "always", "prettier.singleQuote": true, "prettier.arrowParens": "avoid", "editor.defaultFormatter": "esbenp.prettier-vscode", "[html]": { "editor.defaultFormatter": "vscode.html-language-features" }, // Screencast Mode "screencastMode.onlyKeyboardShortcuts": true, "screencastMode.mouseIndicatorColor": "#f1c40f", "screencastMode.verticalOffset": 0,
// Enable Emmet support for JSX "emmet.includeLanguages": { "javascript": "javascriptreact" } }