You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,9 +106,10 @@ Example:
106
106
|`svn.detectExternals`|Controls whether to automatically detect svn externals.|`true`|
107
107
|`svn.sourceControl.combineExternalIfSameServer`|Combine the svn external in the main if is from the same server.|`false`|
108
108
|`svn.sourceControl.countUnversioned`|Allow to count unversioned files in status count|`true`|
109
+
|`svn.sourceControl.countIgnoreOnCommit`|Allow to count ignored files to commit in status count|`false`|
109
110
|`svn.log.length`|Number of commit messages to log|`50`|
110
111
|`svn.showOutput`|Show the output window when the extension starts|`false`|
111
112
|`svn.conflicts.autoResolve`|Set file to status resolved after fix conflictss|`false`|
112
113
|`svn.update.ignoreExternals`|Set to ignore externals definitions on update (add --ignore-externals)|`true`|
113
114
|`svn.default.encoding`|Encoding of svn output if the output is not utf-8. When this parameter is null, the encoding is automatically detected. Example: 'windows-1252'.|`null`|
114
-
|`svn.showUpdateMessage`|Show the update message when update is run|`true`|
115
+
|`svn.showUpdateMessage`|Show the update message when update is run|`true`|
0 commit comments