chore(vscode): update to 1.54.2
This commit is contained in:
@@ -1,19 +1,25 @@
|
||||
{
|
||||
"name": "theme-abyss",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "1.0.0",
|
||||
"publisher": "vscode",
|
||||
"license": "MIT",
|
||||
"engines": { "vscode": "*" },
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"id": "Abyss",
|
||||
"label": "%themeLabel%",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/abyss-color-theme.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
"name": "theme-abyss",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "1.0.0",
|
||||
"publisher": "vscode",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"vscode": "*"
|
||||
},
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"id": "Abyss",
|
||||
"label": "%themeLabel%",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/abyss-color-theme.json"
|
||||
}
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/microsoft/vscode.git"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user