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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ Example:
89
89
|`svn.decorations.enabled`|Controls if SVN contributes colors and badges to the explorer and the open (VSCode \>= 1.18 with proposed-api)|`true`|
90
90
|`svn.path`|Path to the svn executable|`null`|
91
91
|`svn.ignoreMissingSvnWarning`|Ignores the warning when SVN is missing|`false`|
92
+
|`svn.ignoreWorkingCopyIsTooOld`|Ignores the warning when working copy is too old|`false`|
92
93
|`svn.diff.withHead`|Show diff changes using latest revision in the repository. Set false to use latest revision in local folder|`true`|
93
94
|`svn.layout.trunkRegex`|Regex to detect path for 'trunk' in SVN URL, 'null' to disable. (Ex.: '(trunk)', '(main)')|`"(trunk)(/.*)?"`|
94
95
|`svn.layout.trunkRegexName`|Regex group position for name of trunk|`1`|
@@ -101,15 +102,15 @@ Example:
101
102
|`svn.multipleFolders.depth`|Maximum depth to find subfolders using SVN|`4`|
102
103
|`svn.multipleFolders.ignore`|Folders to ignore using SVN|`["**/.git","**/.hg","**/vendor","**/node_modules"]`|
103
104
|`svn.sourceControl.ignoreOnCommit`|Changelists to ignore on commit|`["ignore-on-commit"]`|
105
+
|`svn.sourceControl.ignoreOnStatusCount`|Changelists to ignore on status count|`["ignore-on-commit"]`|
104
106
|`svn.detectExternals`|Controls whether to automatically detect svn externals.|`true`|
105
107
|`svn.sourceControl.combineExternalIfSameServer`|Combine the svn external in the main if is from the same server.|`false`|
106
108
|`svn.sourceControl.countUnversioned`|Allow to count unversioned files in status count|`true`|
107
-
|`svn.sourceControl.countIgnoreOnCommit`|Allow to count ignored files to commit in status count|`false`|
108
-
|`svn.sourceControl.hideUnversioned`|Hide unversioned files in Source Control UI|`false`|
109
109
|`svn.log.length`|Number of commit messages to log|`50`|
110
110
|`svn.showOutput`|Show the output window when the extension starts|`false`|
111
111
|`svn.conflicts.autoResolve`|Set file to status resolved after fix conflictss|`false`|
112
112
|`svn.update.ignoreExternals`|Set to ignore externals definitions on update (add --ignore-externals)|`true`|
113
113
|`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
114
|`svn.showUpdateMessage`|Show the update message when update is run|`true`|
115
115
|`svn.remoteChanges.checkFrequency`|Set the interval in seconds to check changed files on remote repository and show in statusbar. 0 to disable|`300`|
116
+
|`svn.sourceControl.hideUnversioned`|Hide unversioned files in Source Control UI|`false`|
0 commit comments