Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

17 řádky
263 B

  1. {
  2. "icons": {
  3. {{#each codepoints}}
  4. "gitlens-{{@key}}": {
  5. "description": "{{@key}} icon",
  6. "default": {
  7. "fontPath": "dist/glicons.woff2",
  8. "fontCharacter": "\\\{{codepoint this}}"
  9. }
  10. {{#if @last}}
  11. }
  12. {{else}}
  13. },
  14. {{/if}}
  15. {{/each}}
  16. }
  17. }