File tree Expand file tree Collapse file tree 1 file changed +36
-2
lines changed
Expand file tree Collapse file tree 1 file changed +36
-2
lines changed Original file line number Diff line number Diff line change 99 " null"
1010 ]
1111 },
12+ "codeAction" : {
13+ "default" : {
14+ "insertSpace" : false
15+ },
16+ "allOf" : [
17+ {
18+ "$ref" : " #/definitions/EmmyrcCodeAction"
19+ }
20+ ]
21+ },
1222 "codeLens" : {
1323 "default" : {
1424 "enable" : true
190200 ]
191201 },
192202 {
193- "description" : " Lua syntax error" ,
203+ "description" : " Doc syntax error" ,
194204 "type" : " string" ,
195205 "enum" : [
196- " lua -syntax-error"
206+ " doc -syntax-error"
197207 ]
198208 },
199209 {
489499 "enum" : [
490500 " duplicate-index"
491501 ]
502+ },
503+ {
504+ "description" : " generic-constraint-mismatch" ,
505+ "type" : " string" ,
506+ "enum" : [
507+ " generic-constraint-mismatch"
508+ ]
492509 }
493510 ]
494511 },
524541 }
525542 ]
526543 },
544+ "EmmyrcCodeAction" : {
545+ "type" : " object" ,
546+ "properties" : {
547+ "insertSpace" : {
548+ "description" : " Whether to insert space after '---'" ,
549+ "default" : false ,
550+ "type" : " boolean"
551+ }
552+ }
553+ },
527554 "EmmyrcCodeLen" : {
528555 "type" : " object" ,
529556 "properties" : {
758785 " Lua5.4"
759786 ]
760787 },
788+ {
789+ "description" : " Lua 5.5" ,
790+ "type" : " string" ,
791+ "enum" : [
792+ " Lua5.5"
793+ ]
794+ },
761795 {
762796 "description" : " Lua Latest" ,
763797 "type" : " string" ,
You can’t perform that action at this time.
0 commit comments