|
645 | 645 | "double" |
646 | 646 | ], |
647 | 647 | "default": "auto", |
648 | | - "markdownDescription": "Preferred quote style to use for quick fixes: `single` quotes, `double` quotes, or `auto` infer quote type from existing imports.", |
| 648 | + "markdownDescription": "Preferred quote style to use for quick fixes.", |
| 649 | + "markdownEnumDescriptions": [ |
| 650 | + "Infer quote type from existing code", |
| 651 | + "Always use single quotes: `'`", |
| 652 | + "Always use double quotes: `\"`" |
| 653 | + ], |
649 | 654 | "scope": 5 |
650 | 655 | }, |
651 | 656 | "typescript.preferences.quoteStyle": { |
|
656 | 661 | "double" |
657 | 662 | ], |
658 | 663 | "default": "auto", |
659 | | - "markdownDescription": "Preferred quote style to use for quick fixes: `single` quotes, `double` quotes, or `auto` infer quote type from existing imports.", |
| 664 | + "markdownDescription": "Preferred quote style to use for quick fixes.", |
| 665 | + "markdownEnumDescriptions": [ |
| 666 | + "Infer quote type from existing code", |
| 667 | + "Always use single quotes: `'`", |
| 668 | + "Always use double quotes: `\"`" |
| 669 | + ], |
660 | 670 | "scope": 5 |
661 | 671 | }, |
662 | 672 | "javascript.preferences.importModuleSpecifier": { |
|
739 | 749 | "none" |
740 | 750 | ], |
741 | 751 | "markdownEnumDescriptions": [ |
742 | | - "Insert `={}` or `=\"\"` after attribute names based on the prop type.", |
| 752 | + "Insert `={}` or `=\"\"` after attribute names based on the prop type. See `javascript.preferences.quoteStyle` to control the type of quotes used for string attributes.", |
743 | 753 | "Insert `={}` after attribute names.", |
744 | 754 | "Only insert attribute names." |
745 | 755 | ], |
|
755 | 765 | "none" |
756 | 766 | ], |
757 | 767 | "markdownEnumDescriptions": [ |
758 | | - "Insert `={}` or `=\"\"` after attribute names based on the prop type.", |
| 768 | + "Insert `={}` or `=\"\"` after attribute names based on the prop type. See `typescript.preferences.quoteStyle` to control the type of quotes used for string attributes.", |
759 | 769 | "Insert `={}` after attribute names.", |
760 | 770 | "Only insert attribute names." |
761 | 771 | ], |
|
0 commit comments