@@ -57,54 +57,49 @@ If you use [TortoiseSVN](https://tortoisesvn.net/), make sure the option
5757## Settings
5858
5959` svn.enabled `
60-
61- * Enables Svn as a SCM in VS Code.
60+ * Enables Svn as a SCM in VS Code.
61+ ` "default" ` & mdash ; true
6262
6363` svn.path `
64-
65- * Path to the svn executable
64+ * Path to the svn executable
65+ ` "default" ` & mdash ; null
6666
6767` svn.diff.withHead `
68-
69- * Show diff changes using latest revision in the repository. Set false to use latest revision in local folder
68+ * Show diff changes using latest revision in the repository. Set false to use latest revision in local folder
69+ ` "default" ` & mdash ; true
7070
7171` svn.layout.trunk `
72-
73- * Relative path for ' trunk' in SVN URL, 'null' to disable. (Ex.: 'trunk', 'main')
72+ * Relative path for 'trunk' in SVN URL, 'null' to disable. (Ex.: 'trunk', 'main')
73+ ` "default" ` & mdash ; trunk
7474
7575` svn.layout.branches `
76-
77- * Relative path for ' branches' in SVN URL, 'null' to disable. (Ex.: 'branches', 'versions')
76+ * Relative path for 'branches' in SVN URL, 'null' to disable. (Ex.: 'branches', 'versions')
77+ ` "default" ` & mdash ; branches
7878
7979` svn.layout.tags `
80-
81- * Relative path for ' tags' in SVN URL, 'null' to disable. (Ex.: 'tags', 'stamps')
80+ * Relative path for 'tags' in SVN URL, 'null' to disable. (Ex.: 'tags', 'stamps')
81+ ` "default" ` & mdash ; tags
8282
8383` svn.multipleFolders.enabled `
84-
85- * Allow to find subfolders using SVN
84+ * Allow to find subfolders using SVN
85+ ` "default" ` & mdash ; false
8686
8787` svn.multipleFolders.depth `
88-
89- * Maximum depth to find subfolders using SVN
88+ * Maximum depth to find subfolders using SVN
9089 ` "default" ` &mdash ; 4
9190
9291` svn.multipleFolders.ignore `
93-
94- * Folders to ignore using SVN
92+ * Folders to ignore using SVN
9593 ` "default" ` &mdash ; ` ["**/.git", "**/.hg", "**/vendor", "**/node_modules"] `
9694
9795` svn.sourceControl.ignoreOnCommit `
98-
99- * Changelists to ignore on commit
96+ * Changelists to ignore on commit
10097 ` "default" ` &mdash ; ` ["ignore-on-commit"] `
10198
10299` svn.sourceControl.showExternal `
103-
104- * Allow to show in source control the list the external folders
100+ * Allow to show in source control the list the external folders
105101 ` "default" ` &mdash ; false
106102
107103` svn.log.length `
108-
109- * Number of commit messages to log
104+ * Number of commit messages to log
110105 ` "default" ` &mdash ; 50
0 commit comments