settings.json 712 B

1234567891011121314151617181920
  1. {
  2. "cSpell.words": ["AILP", "bookailp", "booknnpe", "booknpc", "csitem", "GCLS", "KHPJ", "NNPE", "XYZP"],
  3. "workbench.colorCustomizations": {
  4. "titleBar.activeBackground": "#42b883",
  5. "titleBar.activeForeground": "#15202b",
  6. "titleBar.inactiveBackground": "#42b88399",
  7. "titleBar.inactiveForeground": "#15202b99",
  8. "sash.hoverBorder": "#65c89b",
  9. "commandCenter.border": "#15202b99"
  10. },
  11. "peacock.color": "#42b883",
  12. "i18n-ally.localesPaths": ["src/locales/lang"],
  13. "i18n-ally.keystyle": "nested",
  14. "i18n-ally.sourceLanguage": "ZH",
  15. "i18n-ally.displayLanguage": "ZH",
  16. "svg.preview.background": "transparent",
  17. "path-intellisense.mappings": {
  18. "@": "${workspaceFolder}/src"
  19. }
  20. }