mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
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:
@@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
Reference in New Issue
Block a user