Skip to content

Commit cd781e5

Browse files
committed
fixed #283 and added latest version to test on travis
1 parent 2363692 commit cd781e5

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ os:
1111

1212
matrix:
1313
include:
14-
- env: CODE_VERSION=1.18.1
15-
- env: CODE_VERSION=1.19.3
14+
- env: CODE_VERSION=1.19.0
1615
- env: CODE_VERSION=1.20.0
16+
- env: CODE_VERSION=1.21.0
17+
- env: CODE_VERSION=1.22.0
18+
- env: CODE_VERSION=1.23.0
19+
- env: CODE_VERSION=1.24.0
1720
- env: CODE_VERSION=insiders
1821
allow_failures:
1922
- env: CODE_VERSION=insiders

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "1.29.5",
66
"publisher": "johnstoncode",
77
"engines": {
8-
"vscode": "^1.18.0"
8+
"vscode": "^1.19.0"
99
},
1010
"enableProposedApi": false,
1111
"icon": "images/subversion.png",

src/repository.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ export class Repository {
259259
);
260260

261261
this.sourceControl.count = 0;
262+
this.sourceControl.inputBox.placeholder =
263+
"Message (press Ctrl+Enter to commit)";
262264
this.sourceControl.acceptInputCommand = {
263265
command: "svn.commitWithMessage",
264266
title: "commit",

0 commit comments

Comments
 (0)