mirror of https://git.tuxpa.in/a/code-server.git
fix(lib/vscode): update to 1.56.1 (#3351)
This commit is contained in:
parent
6a4ff9c05c
commit
74fbb425f2
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "code-oss-dev",
|
||||
"version": "1.56.0",
|
||||
"distro": "3d76109d9437bda93a3f337625de2833149ca724",
|
||||
"version": "1.56.1",
|
||||
"distro": "278cafaa4343ba7b12773886685e04ece97fbdc1",
|
||||
"author": {
|
||||
"name": "Microsoft Corporation"
|
||||
},
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
height: 16px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50%;
|
||||
background-size: 16px;
|
||||
}
|
||||
|
||||
.monaco-action-bar .action-item.menu-entry .action-label {
|
||||
|
|
|
@ -83,12 +83,6 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
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 {
|
||||
|
|
Loading…
Reference in New Issue