mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 21:52:24 +00:00
7a5bca9faf
it should avoid to have "warning XXX: No license field" during yarn build Signed-off-by: Aurélien Pupier <apupier@redhat.com>
18 lines
No EOL
349 B
JSON
18 lines
No EOL
349 B
JSON
{
|
|
"name": "theme-kimbie-dark",
|
|
"displayName": "%displayName%",
|
|
"description": "%description%",
|
|
"version": "1.0.0",
|
|
"publisher": "vscode",
|
|
"license": "MIT",
|
|
"engines": { "vscode": "*" },
|
|
"contributes": {
|
|
"themes": [
|
|
{
|
|
"label": "Kimbie Dark",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/kimbie-dark-color-theme.json"
|
|
}
|
|
]
|
|
}
|
|
} |