mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
[seti] add information_for_contributors
This commit is contained in:
committed by
Dirk Baeumer
parent
23f76d4e46
commit
bebc4b923f
@@ -212,6 +212,14 @@ exports.update = function () {
|
||||
}
|
||||
|
||||
var res = {
|
||||
information_for_contributors: [
|
||||
'This file has been generated from data in https://github.com/jesseweed/seti-ui:',
|
||||
'- icon definitions: styles/_fonts/seti.less',
|
||||
'- icon colors: styles/ui-variables.less',
|
||||
'- file associations: styles/icons/mapping.less',
|
||||
'If you want to provide a fix or improvement, please create a pull request against the jesseweed/seti-ui repository.',
|
||||
'Once accepted there, we are happy to receive an update request.',
|
||||
],
|
||||
fonts: [{
|
||||
id: "seti",
|
||||
src: [{ "path": "./seti.woff", "format": "woff" }],
|
||||
|
||||
@@ -1,4 +1,12 @@
|
||||
{
|
||||
"information_for_contributors": [
|
||||
"This file has been generated from data in https://github.com/jesseweed/seti-ui:",
|
||||
"- icon definitions: styles/_fonts/seti.less",
|
||||
"- icon colors: styles/ui-variables.less",
|
||||
"- file associations: styles/icons/mapping.less",
|
||||
"If you want to provide a fix or improvement, please create a pull request against the jesseweed/seti-ui repository.",
|
||||
"Once accepted there, we are happy to receive an update request."
|
||||
],
|
||||
"fonts": [
|
||||
{
|
||||
"id": "seti",
|
||||
|
||||
Reference in New Issue
Block a user