|
173 | 173 | "type": "object", |
174 | 174 | "properties": { |
175 | 175 | "markdownlint.config": { |
176 | | - "description": "markdownlint configuration object", |
| 176 | + "description": "markdownlint configuration object.", |
177 | 177 | "scope": "resource", |
178 | 178 | "type": "object", |
179 | 179 | "$ref": "https://raw.githubusercontent.com/DavidAnson/markdownlint/v0.40.0/schema/markdownlint-config-schema.json", |
180 | 180 | "default": {} |
181 | 181 | }, |
182 | 182 | "markdownlint.configFile": { |
183 | | - "description": "Path to a configuration file that defines the base configuration", |
| 183 | + "description": "Path to a configuration file that defines the base configuration.", |
184 | 184 | "scope": "resource", |
185 | 185 | "type": "string", |
186 | 186 | "default": null |
187 | 187 | }, |
188 | 188 | "markdownlint.customRules": { |
189 | | - "description": "Array of paths for custom rules to include when linting", |
| 189 | + "description": "Array of paths for custom rules to include when linting.", |
190 | 190 | "scope": "resource", |
191 | 191 | "type": "array", |
192 | 192 | "items": { |
|
195 | 195 | "default": [] |
196 | 196 | }, |
197 | 197 | "markdownlint.focusMode": { |
198 | | - "description": "Makes it easier to focus while typing by hiding issues on or near the current line", |
| 198 | + "description": "Makes it easier to focus while typing by hiding issues on or near the current line.", |
199 | 199 | "scope": "application", |
200 | 200 | "type": [ |
201 | 201 | "boolean", |
|
204 | 204 | "default": false |
205 | 205 | }, |
206 | 206 | "markdownlint.lintWorkspaceGlobs": { |
207 | | - "description": "Array of glob expressions to include or ignore when linting the workspace", |
| 207 | + "description": "Array of glob expressions to include or ignore when linting a workspace with the \"lintWorkspace\" command.", |
208 | 208 | "scope": "resource", |
209 | 209 | "type": "array", |
210 | 210 | "items": { |
|
220 | 220 | ] |
221 | 221 | }, |
222 | 222 | "markdownlint.run": { |
223 | | - "description": "Run the linter on save (onSave) or on type (onType)", |
| 223 | + "description": "Run the linter on save (\"onSave\") or on type (\"onType\").", |
224 | 224 | "scope": "resource", |
225 | 225 | "type": "string", |
226 | 226 | "enum": [ |
|
230 | 230 | "default": "onType" |
231 | 231 | }, |
232 | 232 | "markdownlint.severityForError": { |
233 | | - "description": "VS Code diagnostic level to use for issues with severity \"error\"", |
| 233 | + "description": "VS Code diagnostic level to use for issues with severity \"error\".", |
234 | 234 | "scope": "resource", |
235 | 235 | "type": "string", |
236 | 236 | "enum": [ |
|
243 | 243 | "default": "Warning" |
244 | 244 | }, |
245 | 245 | "markdownlint.severityForWarning": { |
246 | | - "description": "VS Code diagnostic level to use for issues with severity \"warning\"", |
| 246 | + "description": "VS Code diagnostic level to use for issues with severity \"warning\".", |
247 | 247 | "scope": "resource", |
248 | 248 | "type": "string", |
249 | 249 | "enum": [ |
|
0 commit comments