updated changelog and fixed lint
This commit is contained in:
parent
d8f0d396a9
commit
21500707de
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
* Fix bug with renaming vars
|
* Fix bug with renaming vars
|
||||||
* Improve multival tracking
|
* Improve multival tracking
|
||||||
|
* `textEdit` field is present in completions
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
|
|||||||
@ -110,7 +110,7 @@ However, fennel-ls can fall back to positionEncoding=utf-16 (with a performance
|
|||||||
(let [?position-encodings (?. init-params :capabilities :general :positionEncodings)
|
(let [?position-encodings (?. init-params :capabilities :general :positionEncodings)
|
||||||
utf8?
|
utf8?
|
||||||
(if (= (type ?position-encodings) :table)
|
(if (= (type ?position-encodings) :table)
|
||||||
(accumulate [utf-8? false
|
(accumulate [_utf-8? false
|
||||||
_ encoding (ipairs ?position-encodings)]
|
_ encoding (ipairs ?position-encodings)]
|
||||||
(or (= encoding :utf-8)
|
(or (= encoding :utf-8)
|
||||||
(= encoding :utf8)))
|
(= encoding :utf8)))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user