|
2 | 2 | "name": "svn-scm",
|
3 | 3 | "displayName": "SVN",
|
4 | 4 | "description": "Integrated Subversion source control",
|
5 |
| - "version": "1.4.5", |
| 5 | + "version": "1.4.6", |
6 | 6 | "publisher": "johnstoncode",
|
7 | 7 | "engines": {
|
8 | 8 | "vscode": "^1.17.0"
|
|
16 | 16 | "bugs": {
|
17 | 17 | "url": "https://github.com/JohnstonCode/svn-scm/issues"
|
18 | 18 | },
|
19 |
| - "categories": [ |
20 |
| - "Other", |
21 |
| - "SCM Providers" |
22 |
| - ], |
23 |
| - "keywords": [ |
24 |
| - "multi-root ready", |
25 |
| - "scm", |
26 |
| - "svn" |
27 |
| - ], |
28 |
| - "activationEvents": [ |
29 |
| - "*" |
30 |
| - ], |
| 19 | + "categories": ["Other", "SCM Providers"], |
| 20 | + "keywords": ["multi-root ready", "scm", "svn"], |
| 21 | + "activationEvents": ["*"], |
31 | 22 | "main": "./out/extension",
|
32 | 23 | "scripts": {
|
33 | 24 | "vscode:prepublish": "tsc -p ./",
|
|
151 | 142 | "default": true
|
152 | 143 | },
|
153 | 144 | "svn.path": {
|
154 |
| - "type": [ |
155 |
| - "string", |
156 |
| - "null" |
157 |
| - ], |
| 145 | + "type": ["string", "null"], |
158 | 146 | "description": "Path to the svn executable",
|
159 | 147 | "default": null,
|
160 | 148 | "isExecutable": true
|
161 | 149 | },
|
162 | 150 | "svn.diff.withHead": {
|
163 | 151 | "type": "boolean",
|
164 |
| - "description": "Show diff changes using latest revision in the repository. Set false to use latest revision in local folder", |
| 152 | + "description": |
| 153 | + "Show diff changes using latest revision in the repository. Set false to use latest revision in local folder", |
165 | 154 | "default": true
|
166 | 155 | },
|
167 | 156 | "svn.layout.trunk": {
|
168 |
| - "type": [ |
169 |
| - "string", |
170 |
| - "null" |
171 |
| - ], |
172 |
| - "description": "Relative path for 'trunk' in SVN URL, 'null' to disable. (Ex.: 'trunk', 'main')", |
| 157 | + "type": ["string", "null"], |
| 158 | + "description": |
| 159 | + "Relative path for 'trunk' in SVN URL, 'null' to disable. (Ex.: 'trunk', 'main')", |
173 | 160 | "default": "trunk"
|
174 | 161 | },
|
175 | 162 | "svn.layout.branches": {
|
176 |
| - "type": [ |
177 |
| - "string", |
178 |
| - "null" |
179 |
| - ], |
180 |
| - "description": "Relative path for 'branches' in SVN URL, 'null' to disable. (Ex.: 'branches', 'versions')", |
| 163 | + "type": ["string", "null"], |
| 164 | + "description": |
| 165 | + "Relative path for 'branches' in SVN URL, 'null' to disable. (Ex.: 'branches', 'versions')", |
181 | 166 | "default": "branches"
|
182 | 167 | },
|
183 | 168 | "svn.layout.tags": {
|
184 |
| - "type": [ |
185 |
| - "string", |
186 |
| - "null" |
187 |
| - ], |
188 |
| - "description": "Relative path for 'tags' in SVN URL, 'null' to disable. (Ex.: 'tags', 'stamps')", |
| 169 | + "type": ["string", "null"], |
| 170 | + "description": |
| 171 | + "Relative path for 'tags' in SVN URL, 'null' to disable. (Ex.: 'tags', 'stamps')", |
189 | 172 | "default": "tags"
|
190 | 173 | },
|
191 | 174 | "svn.multipleFolders.enabled": {
|
|
0 commit comments