Skip to content

Commit 997ee7c

Browse files
skprabhanjanjoaomoreno
authored andcommitted
Removed uppercase styling and explicity added in SCM (microsoft#76286)
1 parent d1e4a22 commit 997ee7c

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

extensions/git/src/repository.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -673,9 +673,9 @@ export class Repository implements Disposable {
673673
this._sourceControl.inputBox.validateInput = this.validateInput.bind(this);
674674
this.disposables.push(this._sourceControl);
675675

676-
this._mergeGroup = this._sourceControl.createResourceGroup('merge', localize('merge changes', "Merge Changes"));
677-
this._indexGroup = this._sourceControl.createResourceGroup('index', localize('staged changes', "Staged Changes"));
678-
this._workingTreeGroup = this._sourceControl.createResourceGroup('workingTree', localize('changes', "Changes"));
676+
this._mergeGroup = this._sourceControl.createResourceGroup('merge', localize('merge changes', "MERGE CHANGES"));
677+
this._indexGroup = this._sourceControl.createResourceGroup('index', localize('staged changes', "STAGED CHANGES"));
678+
this._workingTreeGroup = this._sourceControl.createResourceGroup('workingTree', localize('changes', "CHANGES"));
679679

680680
const updateIndexGroupVisibility = () => {
681681
const config = workspace.getConfiguration('git', root);

src/vs/workbench/contrib/scm/browser/media/scmViewlet.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
flex: 1;
7474
font-size: 11px;
7575
font-weight: bold;
76-
text-transform: uppercase;
7776
overflow: hidden;
7877
text-overflow: ellipsis;
7978
}

0 commit comments

Comments
 (0)