Skip to content

Commit 74fbb42

Browse files
author
Akash Satheesan
authored
fix(lib/vscode): update to 1.56.1 (coder#3351)
1 parent 6a4ff9c commit 74fbb42

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

lib/vscode/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-oss-dev",
3-
"version": "1.56.0",
4-
"distro": "3d76109d9437bda93a3f337625de2833149ca724",
3+
"version": "1.56.1",
4+
"distro": "278cafaa4343ba7b12773886685e04ece97fbdc1",
55
"author": {
66
"name": "Microsoft Corporation"
77
},

lib/vscode/src/vs/platform/actions/browser/menuEntryActionViewItem.css

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
height: 16px;
99
background-repeat: no-repeat;
1010
background-position: 50%;
11+
background-size: 16px;
1112
}
1213

1314
.monaco-action-bar .action-item.menu-entry .action-label {

lib/vscode/src/vs/workbench/contrib/scm/browser/media/scm.css

-6
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,6 @@
8383
display: flex;
8484
align-items: center;
8585
overflow: hidden;
86-
min-width: 16px; /* for flex */
87-
height: 100%;
88-
margin: 0;
89-
background-repeat: no-repeat;
90-
background-position: center;
91-
background-size: contain;
9286
}
9387

9488
.scm-view .scm-provider > .actions > .monaco-toolbar > .monaco-action-bar > .actions-container > .action-item > .action-label > .codicon {

0 commit comments

Comments
 (0)