mirror of
https://github.com/Microsoft/vscode
synced 2024-10-31 01:12:58 +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
367 B
JSON
18 lines
No EOL
367 B
JSON
{
|
|
"name": "theme-tomorrow-night-blue",
|
|
"displayName": "%displayName%",
|
|
"description": "%description%",
|
|
"version": "1.0.0",
|
|
"publisher": "vscode",
|
|
"license": "MIT",
|
|
"engines": { "vscode": "*" },
|
|
"contributes": {
|
|
"themes": [
|
|
{
|
|
"label": "Tomorrow Night Blue",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/tomorrow-night-blue-theme.json"
|
|
}
|
|
]
|
|
}
|
|
} |