{ "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": "#fac8fb", "activityBar.background": "#fac8fb", "activityBar.foreground": "#15202b", "activityBar.inactiveForeground": "#15202b99", "activityBarBadge.background": "#95920b", "activityBarBadge.foreground": "#15202b", "commandCenter.border": "#15202b99", "sash.hoverBorder": "#fac8fb", "statusBar.background": "#f598f8", "statusBar.foreground": "#15202b", "statusBarItem.hoverBackground": "#f068f5", "statusBarItem.remoteBackground": "#f598f8", "statusBarItem.remoteForeground": "#15202b", "titleBar.activeBackground": "#f598f8", "titleBar.activeForeground": "#15202b", "titleBar.inactiveBackground": "#f598f899", "titleBar.inactiveForeground": "#15202b99" }, "peacock.color": "#f598f8", "cSpell.words": [ "orbis", "Orbis" ] }