File tree Expand file tree Collapse file tree 5 files changed +39
-3
lines changed
Expand file tree Collapse file tree 5 files changed +39
-3
lines changed Original file line number Diff line number Diff line change 149149 "scope" : " resource" ,
150150 "type" : " string"
151151 },
152+ "code-after-break" : {
153+ "default" : " Hint" ,
154+ "description" : " %config.diagnostics.code-after-break%" ,
155+ "enum" : [
156+ " Error" ,
157+ " Warning" ,
158+ " Information" ,
159+ " Hint"
160+ ],
161+ "scope" : " resource" ,
162+ "type" : " string"
163+ },
152164 "doc-field-no-class" : {
153165 "default" : " Warning" ,
154166 "description" : " %config.diagnostics.doc-field-no-class%" ,
639651 "type" : " git" ,
640652 "url" : " https://github.com/sumneko/lua-language-server"
641653 },
642- "version" : " 1.0.5 "
654+ "version" : " 1.0.6 "
643655}
Original file line number Diff line number Diff line change 11local json = require ' json-beautify'
22
3- local VERSION = " 1.0.5 "
3+ local VERSION = " 1.0.6 "
44
55local package = require ' package.package'
66local fsu = require ' fs-utility'
Original file line number Diff line number Diff line change 133133 "scope" : " resource" ,
134134 "type" : " string"
135135 },
136+ "code-after-break" : {
137+ "default" : " Hint" ,
138+ "description" : " %config.diagnostics.code-after-break%" ,
139+ "enum" : [
140+ " Error" ,
141+ " Warning" ,
142+ " Information" ,
143+ " Hint"
144+ ],
145+ "scope" : " resource" ,
146+ "type" : " string"
147+ },
136148 "doc-field-no-class" : {
137149 "default" : " Warning" ,
138150 "description" : " %config.diagnostics.doc-field-no-class%" ,
Original file line number Diff line number Diff line change 133133 "scope" : " resource" ,
134134 "type" : " string"
135135 },
136+ "code-after-break" : {
137+ "default" : " Hint" ,
138+ "description" : " %config.diagnostics.code-after-break%" ,
139+ "enum" : [
140+ " Error" ,
141+ " Warning" ,
142+ " Information" ,
143+ " Hint"
144+ ],
145+ "scope" : " resource" ,
146+ "type" : " string"
147+ },
136148 "doc-field-no-class" : {
137149 "default" : " Warning" ,
138150 "description" : " %config.diagnostics.doc-field-no-class%" ,
You can’t perform that action at this time.
0 commit comments