您最多选择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. }