You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 line
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. }