Refresh master with initial release/0.24 snapshot (#332)

* Initial port of release/0.24 source code

* Fix additional headers

* Fix a typo in launch.json
This commit is contained in:
Karl Burtram
2017-12-15 15:38:57 -08:00
committed by GitHub
parent 271b3a0b82
commit 6ad0df0e3e
7118 changed files with 107999 additions and 56466 deletions

View File

@@ -1,4 +1,5 @@
{
"$schema": "vscode://schemas/color-theme",
"name": "SQL Operations Studio-light-theme",
"type": "light",
"colors": {
@@ -34,7 +35,7 @@
"badge.foreground": "#ffffff",
//Input Control
"input.background": "#EAEAEA00",
"input.background": "#fffffe",
"input.border": "#c8c8c8",
"input.disabled.background": "#dcdcdc",
"input.disabled.foreground": "#888888",
@@ -56,7 +57,7 @@
"editorGroupHeader.tabsBackground": "#f4f4f4",
"editor.background": "#fffffe",
"editor.foreground": "#212121",
"editorWidget.background": "#C8C8C8",
"editorWidget.background": "#dcdcdc",
"editorLink.activeForeground": "#3062D6",
"editorGroup.border": "#f4f4f4",
"editorGroup.background": "#fffffe",
@@ -77,8 +78,7 @@
"tokenColors": [
{
"settings": {
"foreground": "#212121ff",
"background": "#fffffeff"
"foreground": "#212121ff"
}
},
{