fix(lib/vscode): update to 1.56.1 (#3351)

This commit is contained in:
Akash Satheesan 2021-05-12 01:15:06 +05:30 committed by GitHub
parent 6a4ff9c05c
commit 74fbb425f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 8 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "code-oss-dev", "name": "code-oss-dev",
"version": "1.56.0", "version": "1.56.1",
"distro": "3d76109d9437bda93a3f337625de2833149ca724", "distro": "278cafaa4343ba7b12773886685e04ece97fbdc1",
"author": { "author": {
"name": "Microsoft Corporation" "name": "Microsoft Corporation"
}, },

View File

@ -8,6 +8,7 @@
height: 16px; height: 16px;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 50%; background-position: 50%;
background-size: 16px;
} }
.monaco-action-bar .action-item.menu-entry .action-label { .monaco-action-bar .action-item.menu-entry .action-label {

View File

@ -83,12 +83,6 @@
display: flex; display: flex;
align-items: center; align-items: center;
overflow: hidden; overflow: hidden;
min-width: 16px; /* for flex */
height: 100%;
margin: 0;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
} }
.scm-view .scm-provider > .actions > .monaco-toolbar > .monaco-action-bar > .actions-container > .action-item > .action-label > .codicon { .scm-view .scm-provider > .actions > .monaco-toolbar > .monaco-action-bar > .actions-container > .action-item > .action-label > .codicon {