run prettier over extensions json files

This commit is contained in:
João Moreno
2021-01-29 15:19:18 +01:00
parent 52f437953d
commit 9a5d14e307
105 changed files with 3577 additions and 3078 deletions
+19 -17
View File
@@ -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"
}
]
}
}