mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode 099a7622e6e90dbcc226e428d4e35a72cb19ecbc (#9646)
* Merge from vscode 099a7622e6e90dbcc226e428d4e35a72cb19ecbc * fix strict
This commit is contained in:
@@ -191,9 +191,9 @@ abbrev@1:
|
||||
integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==
|
||||
|
||||
acorn@^6.2.1:
|
||||
version "6.3.0"
|
||||
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.3.0.tgz#0087509119ffa4fc0a0041d1e93a417e68cb856e"
|
||||
integrity sha512-/czfa8BwS88b9gWQVhc8eknunSA2DoJpJyTQkhheIf5E48u1N0R4q/YxxsAeqRrmK9TQ/uYfgLDfZo91UlANIA==
|
||||
version "6.4.1"
|
||||
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474"
|
||||
integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==
|
||||
|
||||
ajv-errors@^1.0.0:
|
||||
version "1.0.1"
|
||||
|
||||
@@ -434,5 +434,6 @@
|
||||
"terminal.ansiBrightMagenta": "#d778ff",
|
||||
"terminal.ansiBrightCyan": "#78ffff",
|
||||
"terminal.ansiBrightWhite": "#ffffff"
|
||||
}
|
||||
},
|
||||
"semanticHighlighting": true
|
||||
}
|
||||
|
||||
@@ -18,5 +18,6 @@
|
||||
"menu.foreground": "#CCCCCC",
|
||||
"statusBarItem.remoteForeground": "#FFF",
|
||||
"statusBarItem.remoteBackground": "#16825D"
|
||||
}
|
||||
}
|
||||
},
|
||||
"semanticHighlighting": true
|
||||
}
|
||||
|
||||
@@ -337,5 +337,6 @@
|
||||
"foreground": "#569cd6"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"semanticHighlighting": true
|
||||
}
|
||||
|
||||
@@ -18,5 +18,6 @@
|
||||
"settings.numberInputBorder": "#CECECE",
|
||||
"statusBarItem.remoteForeground": "#FFF",
|
||||
"statusBarItem.remoteBackground": "#16825D"
|
||||
}
|
||||
},
|
||||
"semanticHighlighting": true
|
||||
}
|
||||
|
||||
@@ -394,5 +394,6 @@
|
||||
"foreground": "#dc3958"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"semanticHighlighting": true
|
||||
}
|
||||
|
||||
@@ -572,5 +572,6 @@
|
||||
"foreground": "#c7444a"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"semanticHighlighting": true
|
||||
}
|
||||
|
||||
@@ -476,5 +476,6 @@
|
||||
"foreground": "#FD971F"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"semanticHighlighting": true
|
||||
}
|
||||
|
||||
@@ -494,5 +494,6 @@
|
||||
"walkThrough.embeddedEditorBackground": "#00000014",
|
||||
"editorIndentGuide.background": "#aaaaaa60",
|
||||
"editorIndentGuide.activeBackground": "#777777b0"
|
||||
}
|
||||
},
|
||||
"semanticHighlighting": true
|
||||
}
|
||||
|
||||
@@ -385,5 +385,6 @@
|
||||
"foreground": "#ec0d1e"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"semanticHighlighting": true
|
||||
}
|
||||
|
||||
@@ -477,5 +477,6 @@
|
||||
"terminal.ansiBrightMagenta": "#6c71c4",
|
||||
"terminal.ansiBrightCyan": "#93a1a1",
|
||||
"terminal.ansiBrightWhite": "#fdf6e3"
|
||||
}
|
||||
},
|
||||
"semanticHighlighting": true
|
||||
}
|
||||
|
||||
@@ -484,5 +484,6 @@
|
||||
|
||||
// Interactive Playground
|
||||
"walkThrough.embeddedEditorBackground": "#00000014"
|
||||
}
|
||||
},
|
||||
"semanticHighlighting": true
|
||||
}
|
||||
|
||||
@@ -255,5 +255,6 @@
|
||||
"foreground": "#b267e6"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"semanticHighlighting": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user