@@ -68,35 +68,35 @@ If you use [TortoiseSVN](https://tortoisesvn.net/), make sure the option
68
68
69
69
` svn.enabled `
70
70
* Enables Svn as a SCM in VS Code.
71
- ` "default" ` &mdash ; true
71
+ ` "default" ` &mdash ; ` true `
72
72
73
73
` svn.path `
74
74
* Path to the svn executable
75
- ` "default" ` &mdash ; null
75
+ ` "default" ` &mdash ; ` null `
76
76
77
77
` svn.diff.withHead `
78
78
* Show diff changes using latest revision in the repository. Set false to use latest revision in local folder
79
- ` "default" ` &mdash ; true
79
+ ` "default" ` &mdash ; ` true `
80
80
81
81
` svn.layout.trunk `
82
82
* Relative path for 'trunk' in SVN URL, 'null' to disable. (Ex.: 'trunk', 'main')
83
- ` "default" ` &mdash ; trunk
83
+ ` "default" ` &mdash ; ` trunk `
84
84
85
85
` svn.layout.branches `
86
86
* Relative path for 'branches' in SVN URL, 'null' to disable. (Ex.: 'branches', 'versions')
87
- ` "default" ` &mdash ; branches
87
+ ` "default" ` &mdash ; ` branches `
88
88
89
89
` svn.layout.tags `
90
90
* Relative path for 'tags' in SVN URL, 'null' to disable. (Ex.: 'tags', 'stamps')
91
- ` "default" ` &mdash ; tags
91
+ ` "default" ` &mdash ; ` tags `
92
92
93
93
` svn.multipleFolders.enabled `
94
94
* Allow to find subfolders using SVN
95
- ` "default" ` &mdash ; false
95
+ ` "default" ` &mdash ; ` false `
96
96
97
97
` svn.multipleFolders.depth `
98
98
* Maximum depth to find subfolders using SVN
99
- ` "default" ` &mdash ; 4
99
+ ` "default" ` &mdash ; ` 4 `
100
100
101
101
` svn.multipleFolders.ignore `
102
102
* Folders to ignore using SVN
@@ -108,12 +108,12 @@ If you use [TortoiseSVN](https://tortoisesvn.net/), make sure the option
108
108
109
109
` svn.sourceControl.showExternal `
110
110
* Allow to show in source control the list the external folders
111
- ` "default" ` &mdash ; false
111
+ ` "default" ` &mdash ; ` false `
112
112
113
113
` svn.log.length `
114
114
* Number of commit messages to log
115
- ` "default" ` &mdash ; 50
115
+ ` "default" ` &mdash ; ` 50 `
116
116
117
117
` svn.branch.update `
118
118
* How frequently (in minutes) to check branch changes. Set to ` 0 ` to avoid periodic checks
119
- ` "default" ` &mdash ; 5
119
+ ` "default" ` &mdash ; ` 5 `
0 commit comments