|
19 | 19 | "scripts": { |
20 | 20 | "compile": "gulp compile-extension:css-language-features-client compile-extension:css-language-features-server", |
21 | 21 | "watch": "gulp watch-extension:css-language-features-client watch-extension:css-language-features-server", |
| 22 | + "test": "mocha", |
22 | 23 | "postinstall": "cd server && yarn install", |
23 | 24 | "install-client-next": "yarn add vscode-languageclient@next" |
24 | 25 | }, |
|
109 | 110 | "error" |
110 | 111 | ], |
111 | 112 | "default": "ignore", |
112 | | - "description": "%css.lint.boxModel.desc%" |
| 113 | + "markdownDescription": "%css.lint.boxModel.desc%" |
113 | 114 | }, |
114 | 115 | "css.lint.universalSelector": { |
115 | 116 | "type": "string", |
|
120 | 121 | "error" |
121 | 122 | ], |
122 | 123 | "default": "ignore", |
123 | | - "description": "%css.lint.universalSelector.desc%" |
| 124 | + "markdownDescription": "%css.lint.universalSelector.desc%" |
124 | 125 | }, |
125 | 126 | "css.lint.zeroUnits": { |
126 | 127 | "type": "string", |
|
208 | 209 | "error" |
209 | 210 | ], |
210 | 211 | "default": "warning", |
211 | | - "description": "%css.lint.propertyIgnoredDueToDisplay.desc%" |
| 212 | + "markdownDescription": "%css.lint.propertyIgnoredDueToDisplay.desc%" |
212 | 213 | }, |
213 | 214 | "css.lint.important": { |
214 | 215 | "type": "string", |
|
230 | 231 | "error" |
231 | 232 | ], |
232 | 233 | "default": "ignore", |
233 | | - "description": "%css.lint.float.desc%" |
| 234 | + "markdownDescription": "%css.lint.float.desc%" |
234 | 235 | }, |
235 | 236 | "css.lint.idSelector": { |
236 | 237 | "type": "string", |
|
349 | 350 | "error" |
350 | 351 | ], |
351 | 352 | "default": "ignore", |
352 | | - "description": "%scss.lint.boxModel.desc%" |
| 353 | + "markdownDescription": "%scss.lint.boxModel.desc%" |
353 | 354 | }, |
354 | 355 | "scss.lint.universalSelector": { |
355 | 356 | "type": "string", |
|
360 | 361 | "error" |
361 | 362 | ], |
362 | 363 | "default": "ignore", |
363 | | - "description": "%scss.lint.universalSelector.desc%" |
| 364 | + "markdownDescription": "%scss.lint.universalSelector.desc%" |
364 | 365 | }, |
365 | 366 | "scss.lint.zeroUnits": { |
366 | 367 | "type": "string", |
|
382 | 383 | "error" |
383 | 384 | ], |
384 | 385 | "default": "warning", |
385 | | - "description": "%scss.lint.fontFaceProperties.desc%" |
| 386 | + "markdownDescription": "%scss.lint.fontFaceProperties.desc%" |
386 | 387 | }, |
387 | 388 | "scss.lint.hexColorLength": { |
388 | 389 | "type": "string", |
|
448 | 449 | "error" |
449 | 450 | ], |
450 | 451 | "default": "warning", |
451 | | - "description": "%scss.lint.propertyIgnoredDueToDisplay.desc%" |
| 452 | + "markdownDescription": "%scss.lint.propertyIgnoredDueToDisplay.desc%" |
452 | 453 | }, |
453 | 454 | "scss.lint.important": { |
454 | 455 | "type": "string", |
|
459 | 460 | "error" |
460 | 461 | ], |
461 | 462 | "default": "ignore", |
462 | | - "description": "%scss.lint.important.desc%" |
| 463 | + "markdownDescription": "%scss.lint.important.desc%" |
463 | 464 | }, |
464 | 465 | "scss.lint.float": { |
465 | 466 | "type": "string", |
|
470 | 471 | "error" |
471 | 472 | ], |
472 | 473 | "default": "ignore", |
473 | | - "description": "%scss.lint.float.desc%" |
| 474 | + "markdownDescription": "%scss.lint.float.desc%" |
474 | 475 | }, |
475 | 476 | "scss.lint.idSelector": { |
476 | 477 | "type": "string", |
|
568 | 569 | "error" |
569 | 570 | ], |
570 | 571 | "default": "ignore", |
571 | | - "description": "%less.lint.boxModel.desc%" |
| 572 | + "markdownDescription": "%less.lint.boxModel.desc%" |
572 | 573 | }, |
573 | 574 | "less.lint.universalSelector": { |
574 | 575 | "type": "string", |
|
579 | 580 | "error" |
580 | 581 | ], |
581 | 582 | "default": "ignore", |
582 | | - "description": "%less.lint.universalSelector.desc%" |
| 583 | + "markdownDescription": "%less.lint.universalSelector.desc%" |
583 | 584 | }, |
584 | 585 | "less.lint.zeroUnits": { |
585 | 586 | "type": "string", |
|
601 | 602 | "error" |
602 | 603 | ], |
603 | 604 | "default": "warning", |
604 | | - "description": "%less.lint.fontFaceProperties.desc%" |
| 605 | + "markdownDescription": "%less.lint.fontFaceProperties.desc%" |
605 | 606 | }, |
606 | 607 | "less.lint.hexColorLength": { |
607 | 608 | "type": "string", |
|
667 | 668 | "error" |
668 | 669 | ], |
669 | 670 | "default": "warning", |
670 | | - "description": "%less.lint.propertyIgnoredDueToDisplay.desc%" |
| 671 | + "markdownDescription": "%less.lint.propertyIgnoredDueToDisplay.desc%" |
671 | 672 | }, |
672 | 673 | "less.lint.important": { |
673 | 674 | "type": "string", |
|
689 | 690 | "error" |
690 | 691 | ], |
691 | 692 | "default": "ignore", |
692 | | - "description": "%less.lint.float.desc%" |
| 693 | + "markdownDescription": "%less.lint.float.desc%" |
693 | 694 | }, |
694 | 695 | "less.lint.idSelector": { |
695 | 696 | "type": "string", |
|
0 commit comments