apollo-elements/apollo-elements

View on GitHub
.vscode/settings.json

Summary

Maintainability
Test Coverage
{
  "files.exclude": {
    "*.js.map": true,
    "examples/**/*.js": {"when": "$(basename).ts"},
    "examples/**/*.d.ts": {"when": "$(basename).ts"},
  },
  "typescript.tsdk": "node_modules/typescript/lib",
  "workbench.colorCustomizations": {
    "activityBar.activeBackground": "#f6f6f6",
    "activityBar.activeBorder": "#df9f9f",
    "activityBar.background": "#f6f6f6",
    "activityBar.foreground": "#15202b",
    "activityBar.inactiveForeground": "#15202b99",
    "activityBarBadge.background": "#df9f9f",
    "activityBarBadge.foreground": "#15202b",
    "statusBar.background": "#dddddd",
    "statusBar.foreground": "#15202b",
    "statusBarItem.hoverBackground": "#c3c3c3",
    "titleBar.activeBackground": "#dddddd",
    "titleBar.activeForeground": "#15202b",
    "titleBar.inactiveBackground": "#dddddd99",
    "titleBar.inactiveForeground": "#15202b99"
  },
  "peacock.color": "#dddddd",
  "lcov.path": [
    "coverage/lcov.info",
    "coverage-single/lcov.info"
  ],
}