mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
run prettier over extensions json files
This commit is contained in:
@@ -1,19 +1,21 @@
|
||||
{
|
||||
"name": "theme-solarized-light",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "1.0.0",
|
||||
"publisher": "vscode",
|
||||
"license": "MIT",
|
||||
"engines": { "vscode": "*" },
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"id": "Solarized Light",
|
||||
"label": "%themeLabel%",
|
||||
"uiTheme": "vs",
|
||||
"path": "./themes/solarized-light-color-theme.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
"name": "theme-solarized-light",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "1.0.0",
|
||||
"publisher": "vscode",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"vscode": "*"
|
||||
},
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"id": "Solarized Light",
|
||||
"label": "%themeLabel%",
|
||||
"uiTheme": "vs",
|
||||
"path": "./themes/solarized-light-color-theme.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user