|
11 | 11 | "ext.config.ignoreAllWhiteSpaces.description": "Ignore all white space differences (similar to 'diff -w')", |
12 | 12 | "ext.config.ignoreEmptyLines.description": "Ignore differences caused by empty lines (similar to 'diff -B')", |
13 | 13 | "ext.config.ignoreFileNameCase.description": "If true fileName / FileName / FiLE naMe will consider as same file and will be compared", |
14 | | - "ext.config.ignoreExtension.description": "Pairs of extensions to to considered the same file (.e.g [index.js, index.ts]). Each extension can appear **only once**", |
| 14 | + "ext.config.ignoreExtension.description": "Pairs of extensions to be considered the same file (e.g. [index.js, index.ts]). Each extension can appear **only once**", |
15 | 15 | "ext.config.includeFilter.description": "Include filters", |
16 | 16 | "ext.config.excludeFilter.description": "Exclude filters", |
17 | 17 | "ext.config.respectGitIgnore.description": "Include / Exclude files based on .gitignore", |
18 | 18 | "ext.config.diffViewTitle.enum.nameOnly": "eg. file-name.txt", |
19 | 19 | "ext.config.diffViewTitle.enum.comparedPath": "eg. file-name.txt ↔ path/to/compared/file-name.txt", |
20 | 20 | "ext.config.diffViewTitle.enum.fullPath": "eg. c://file-name.txt ↔ c://path/to/compared/file-name.txt", |
21 | | - "ext.config.diffViewTitle.description": "Specifies how the diff view's title look like", |
| 21 | + "ext.config.diffViewTitle.description": "Specifies how the diff view's title looks", |
22 | 22 | "ext.config.diffLayout.enum.localCompared": "eg. left: local file, right: compared file", |
23 | 23 | "ext.config.diffLayout.enum.comparedLocal": "eg. left: compared file, right: local file", |
24 | 24 | "ext.config.diffLayout.description": "Specifies which file will be in the left and the right sides of the diff view", |
|
0 commit comments