File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4848* ` FIX ` [ #1228 ] ( https://github.com/sumneko/lua-language-server/issues/1228 )
4949* ` FIX ` [ #1229 ] ( https://github.com/sumneko/lua-language-server/issues/1229 )
5050* ` FIX ` [ #1242 ] ( https://github.com/sumneko/lua-language-server/issues/1242 )
51+ * ` FIX ` [ #1243 ] ( https://github.com/sumneko/lua-language-server/issues/1243 )
5152* ` FIX ` [ #1249 ] ( https://github.com/sumneko/lua-language-server/issues/1249 )
5253
5354## 3.3.1
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ config.hint.semicolon =
239239' 若语句尾部没有分号,则显示虚拟分号。'
240240config .hint .semicolon .All =
241241' 所有语句都显示虚拟分号。'
242- config .hint .semicolon .SameLine =
242+ config .hint .semicolon .SameLine =
243243' 2个语句在同一行时,在它们之间显示分号。'
244244config .hint .semicolon .Disable =
245245' 禁用虚拟分号。'
Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ function module(name, ...) end
141141--- @generic K , V
142142--- @param table table<K , V>
143143--- @param index ? K
144- --- @return K
145- --- @return V
144+ --- @return K ?
145+ --- @return V ?
146146--- @nodiscard
147147function next (table , index ) end
148148
You can’t perform that action at this time.
0 commit comments