Merge from vscode a416c77e56ef0314ae00633faa04878151610de8 (#8600)

* Merge from vscode a416c77e56ef0314ae00633faa04878151610de8

* distro

* fix tests

* fix tests
This commit is contained in:
Anthony Dresser
2019-12-07 17:19:16 -08:00
committed by GitHub
parent a7ff238653
commit d614116b63
155 changed files with 1982 additions and 1599 deletions
@@ -34,6 +34,7 @@
.monaco-editor .parameter-hints-widget .body {
display: flex;
flex-direction: column;
min-height: 100%;
}
.monaco-editor .parameter-hints-widget .signature {
@@ -72,6 +73,7 @@
.monaco-editor .parameter-hints-widget.multiple .controls {
display: flex;
padding: 0 2px;
}
.monaco-editor .parameter-hints-widget.multiple .button {
@@ -95,6 +97,7 @@
height: 12px;
line-height: 12px;
opacity: 0.5;
font-family: var(--monaco-monospace-font);
}
.monaco-editor .parameter-hints-widget .signature .parameter.active {