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

17 行
263 B

{
"icons": {
{{#each codepoints}}
"gitlens-{{@key}}": {
"description": "{{@key}} icon",
"default": {
"fontPath": "dist/glicons.woff2",
"fontCharacter": "\\\{{codepoint this}}"
}
{{#if @last}}
}
{{else}}
},
{{/if}}
{{/each}}
}
}