Merge from vscode c58aaab8a1cc22a7139b761166a0d4f37d41e998 (#7880)

* Merge from vscode c58aaab8a1cc22a7139b761166a0d4f37d41e998

* fix pipelines

* fix strict-null-checks

* add missing files
This commit is contained in:
Anthony Dresser
2019-10-21 22:12:22 -07:00
committed by GitHub
parent 7c9be74970
commit 1e22f47304
913 changed files with 18898 additions and 16536 deletions

View File

@@ -3,7 +3,6 @@
"tokenColors": [
{
"settings": {
"background": "#F5F5F5",
"foreground": "#333333"
}
},
@@ -13,7 +12,6 @@
"source.groovy.embedded"
],
"settings": {
"background": "#F5F5F5",
"foreground": "#333333"
}
},
@@ -47,18 +45,10 @@
"foreground": "#448C27"
}
},
{
"name": "Invalid - Deprecated",
"scope": "invalid.deprecated",
"settings": {
"background": "#96000014"
}
},
{
"name": "Invalid - Illegal",
"scope": "invalid.illegal",
"settings": {
"background": "#96000014",
"foreground": "#660000"
}
},
@@ -195,20 +185,6 @@
"foreground": "#777777"
}
},
{
"name": "Embedded Source",
"scope": [
"string source",
"text source"
],
"settings": {
"background": "#EAEBE6"
}
},
{
"name": "-----------------------------------",
"settings": {}
},
{
"name": "HTML: Doctype Declaration",
"scope": [
@@ -261,10 +237,6 @@
"foreground": "#9C5D27"
}
},
{
"name": "-----------------------------------",
"settings": {}
},
{
"name": "CSS: Selectors",
"scope": [
@@ -305,15 +277,10 @@
"fontStyle": "bold"
}
},
{
"name": "-----------------------------------",
"settings": {}
},
{
"name": "Markup: Changed",
"scope": "markup.changed",
"settings": {
"background": "#FFFFDD",
"foreground": "#000000"
}
},
@@ -321,7 +288,6 @@
"name": "Markup: Deletion",
"scope": "markup.deleted",
"settings": {
"background": "#FFDDDD",
"foreground": "#000000"
}
},
@@ -336,7 +302,6 @@
"name": "Markup: Error",
"scope": "markup.error",
"settings": {
"background": "#96000014",
"foreground": "#660000"
}
},
@@ -344,7 +309,6 @@
"name": "Markup: Insertion",
"scope": "markup.inserted",
"settings": {
"background": "#DDFFDD",
"foreground": "#000000"
}
},
@@ -432,10 +396,6 @@
"foreground": "#9C5D27"
}
},
{
"name": "-----------------------------------",
"settings": {}
},
{
"name": "Extra: Diff Range",
"scope": [
@@ -444,7 +404,6 @@
"meta.separator"
],
"settings": {
"background": "#DDDDFF",
"foreground": "#434343"
}
},
@@ -452,7 +411,6 @@
"name": "Extra: Diff From",
"scope": "meta.diff.header.from-file",
"settings": {
"background": "#FFDDDD",
"foreground": "#434343"
}
},
@@ -460,7 +418,6 @@
"name": "Extra: Diff To",
"scope": "meta.diff.header.to-file",
"settings": {
"background": "#DDFFDD",
"foreground": "#434343"
}
},
@@ -500,7 +457,6 @@
"editorLineNumber.activeForeground": "#9769dc",
"editor.selectionBackground": "#C9D0D9",
"minimap.selectionHighlight": "#C9D0D9",
"tab.modifiedBorder": "#f1897f",
"panel.background": "#F5F5F5",
"sideBar.background": "#F2F2F2",
"sideBarSectionHeader.background": "#ede8ef",