Archived
1
0

Update to VS Code 1.52.1

This commit is contained in:
Asher
2021-02-09 16:08:37 +00:00
1351 changed files with 56560 additions and 38990 deletions

View File

@ -9,10 +9,11 @@
"contributes": {
"themes": [
{
"label": "Abyss",
"id": "Abyss",
"label": "%themeLabel%",
"uiTheme": "vs-dark",
"path": "./themes/abyss-color-theme.json"
}
]
}
}
}

View File

@ -1,4 +1,5 @@
{
"displayName": "Abyss Theme",
"description": "Abyss theme for Visual Studio Code"
}
"description": "Abyss theme for Visual Studio Code",
"themeLabel": "Abyss"
}

View File

@ -172,14 +172,14 @@
"scope": "invalid",
"settings": {
"fontStyle": "",
"foreground": "#F8F8F0"
"foreground": "#A22D44"
}
},
{
"name": "Invalid deprecated",
"scope": "invalid.deprecated",
"settings": {
"foreground": "#F8F8F0"
"foreground": "#A22D44"
}
},
{