Merge from vscode 2c306f762bf9c3db82dc06c7afaa56ef46d72f79 (#14050)

* Merge from vscode 2c306f762bf9c3db82dc06c7afaa56ef46d72f79

* Fix breaks

* Extension management fixes

* Fix breaks in windows bundling

* Fix/skip failing tests

* Update distro

* Add clear to nuget.config

* Add hygiene task

* Bump distro

* Fix hygiene issue

* Add build to hygiene exclusion

* Update distro

* Update hygiene

* Hygiene exclusions

* Update tsconfig

* Bump distro for server breaks

* Update build config

* Update darwin path

* Add done calls to notebook tests

* Skip failing tests

* Disable smoke tests
This commit is contained in:
Karl Burtram
2021-02-09 16:15:05 -08:00
committed by GitHub
parent 6f192f9af5
commit ce612a3d96
1929 changed files with 68012 additions and 34564 deletions

View File

@@ -27,7 +27,7 @@
"editorGroup.dropBackground": "#25375daa",
"peekViewResult.background": "#001c40",
"tab.inactiveBackground": "#001c40",
"tab.modifiedBorder": "#FFEEAD",
"tab.lastPinnedBorder": "#007acc80",
"debugToolBar.background": "#001c40",
"titleBar.activeBackground": "#001126",
"statusBar.background": "#001126",
@@ -66,7 +66,7 @@
{
"scope": ["meta.embedded", "source.groovy.embedded"],
"settings": {
"background": "#002451",
//"background": "#002451",
"foreground": "#FFFFFF"
}
},
@@ -143,16 +143,16 @@
"name": "Invalid",
"scope": "invalid",
"settings": {
"background": "#F99DA5",
//"background": "#F99DA5",
"fontStyle": "",
"foreground": "#FFFFFF"
"foreground": "#a92049"
}
},
{
"name": "Separator",
"scope": "meta.separator",
"settings": {
"background": "#BBDAFE",
//"background": "#BBDAFE",
"foreground": "#FFFFFF"
}
},
@@ -160,9 +160,9 @@
"name": "Deprecated",
"scope": "invalid.deprecated",
"settings": {
"background": "#EBBBFF",
//"background": "#EBBBFF",
"fontStyle": "",
"foreground": "#FFFFFF"
"foreground": "#cd9731"
}
},
{
@@ -190,8 +190,7 @@
"name": "Diff header",
"scope": "meta.diff.header.from-file, meta.diff.header.to-file",
"settings": {
"foreground": "#FFFFFF",
"background": "#4271ae"
"foreground": "#4271ae"
}
},
{