選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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