Merge branch 'commit-counter' of https://github.com/jayjun/vscode into jayjun-commit-counter

This commit is contained in:
Joao Moreno
2017-12-12 16:57:27 +01:00
8 changed files with 70 additions and 4 deletions

View File

@@ -519,6 +519,7 @@ export class Repository implements Disposable {
this._sourceControl.inputBox.placeholder = localize('commitMessage', "Message (press {0} to commit)");
this._sourceControl.acceptInputCommand = { command: 'git.commitWithInput', title: localize('commit', "Commit"), arguments: [this._sourceControl] };
this._sourceControl.quickDiffProvider = this;
this._sourceControl.inputBox.warningLength = 72;
this.disposables.push(this._sourceControl);
this._mergeGroup = this._sourceControl.createResourceGroup('merge', localize('merge changes', "Merge Changes"));