|
961 | 961 | "markdownDescription": "%config.emmylua.colors.local.description%" |
962 | 962 | }, |
963 | 963 | "emmylua.colors.mutable_underline": { |
964 | | - "type": ["boolean", "null"], |
| 964 | + "type": [ |
| 965 | + "boolean", |
| 966 | + "null" |
| 967 | + ], |
965 | 968 | "default": null, |
966 | 969 | "markdownDescription": "%config.emmylua.colors.mutableUnderline.description%", |
967 | 970 | "markdownDeprecationMessage": "Use `emmylua.colors.mutableUnderline` instead" |
|
977 | 980 | "title": "Misc", |
978 | 981 | "order": 12, |
979 | 982 | "properties": { |
980 | | - "emmylua.misc.autoInsertTripleDash": { |
| 983 | + "emmylua.language.completeAnnotation": { |
981 | 984 | "type": "boolean", |
982 | 985 | "default": true, |
983 | | - "markdownDescription": "%config.emmylua.misc.autoInsertTripleDash.description%" |
| 986 | + "markdownDescription": "%config.emmylua.language.completeAnnotation.description%" |
984 | 987 | } |
985 | 988 | } |
986 | 989 | }, |
|
1002 | 1005 | "markdownDescription": "%config.emmylua.ls.executablePath.description%" |
1003 | 1006 | }, |
1004 | 1007 | "emmylua.misc.executablePath": { |
1005 | | - "type": ["string", "null"], |
| 1008 | + "type": [ |
| 1009 | + "string", |
| 1010 | + "null" |
| 1011 | + ], |
1006 | 1012 | "default": null, |
1007 | 1013 | "markdownDescription": "%config.emmylua.ls.executablePath.description%", |
1008 | 1014 | "markdownDeprecationMessage": "Use `emmylua.ls.executablePath` instead" |
|
1013 | 1019 | "markdownDescription": "%config.emmylua.ls.globalConfigPath.description%" |
1014 | 1020 | }, |
1015 | 1021 | "emmylua.misc.globalConfigPath": { |
1016 | | - "type": ["string", "null"], |
| 1022 | + "type": [ |
| 1023 | + "string", |
| 1024 | + "null" |
| 1025 | + ], |
1017 | 1026 | "default": null, |
1018 | 1027 | "markdownDescription": "%config.emmylua.ls.globalConfigPath.description%", |
1019 | 1028 | "markdownDeprecationMessage": "Use `emmylua.ls.globalConfigPath` instead" |
|
1030 | 1039 | "markdownDescription": "%config.lua.trace.server.description%" |
1031 | 1040 | }, |
1032 | 1041 | "emmylua.ls.debugPort": { |
1033 | | - "type": ["integer", "null"], |
| 1042 | + "type": [ |
| 1043 | + "integer", |
| 1044 | + "null" |
| 1045 | + ], |
1034 | 1046 | "default": null, |
1035 | 1047 | "markdownDescription": "Look for language server on this port instead of starting it from an executable" |
1036 | 1048 | } |
|
0 commit comments