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,21 +9,14 @@
"statusBarItem.remoteBackground": "#00000000",
"sideBarTitle.foreground": "#FFFFFF"
},
"settings": [
{
"settings": {
"foreground": "#FFFFFF",
"background": "#000000"
}
},
"tokenColors": [
{
"scope": [
"meta.embedded",
"source.groovy.embedded"
],
"settings": {
"foreground": "#FFFFFF",
"background": "#000000"
"foreground": "#FFFFFF"
}
},
{

View File

@ -21,9 +21,8 @@
"sideBarSectionHeader.background": "#0000",
"sideBarSectionHeader.border": "#61616130",
"tab.lastPinnedBorder": "#61616130",
"notebook.focusedCellBackground": "#c8ddf150",
"notebook.cellBorderColor": "#dae3e9",
"notebook.outputContainerBackgroundColor": "#c8ddf150"
"notebook.cellBorderColor": "#E8E8E8",
"statusBarItem.errorBackground": "#c72e0f"
},
"semanticHighlighting": true
}