{ "editor.tabSize": 2, "editor.detectIndentation": false, "search.exclude": { "package-lock.json": true }, "editor.defaultFormatter": "dbaeumer.vscode-eslint", "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.addMissingImports": "explicit", "source.fixAll.eslint": "explicit" }, "workbench.colorCustomizations": { "activityBar.activeBackground": "#090ed0", "activityBar.background": "#090ed0", "activityBar.foreground": "#e7e7e7", "activityBar.inactiveForeground": "#e7e7e799", "activityBarBadge.background": "#f40b10", "activityBarBadge.foreground": "#e7e7e7", "commandCenter.border": "#e7e7e799", "sash.hoverBorder": "#090ed0", "statusBar.background": "#070b9f", "statusBar.foreground": "#e7e7e7", "statusBarItem.hoverBackground": "#090ed0", "statusBarItem.remoteBackground": "#070b9f", "statusBarItem.remoteForeground": "#e7e7e7", "titleBar.activeBackground": "#070b9f", "titleBar.activeForeground": "#e7e7e7", "titleBar.inactiveBackground": "#070b9f99", "titleBar.inactiveForeground": "#e7e7e799" }, "peacock.color": "#070b9f", "cSpell.words": [ "orbis", "Orbis" ] }