Skip to content

Commit

Permalink
fix #376 missed resolveProvider in non-VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Feb 3, 2021
1 parent b57cd42 commit e3cab31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 1.14.2
* `FIX` [#375](https://github.com/sumneko/lua-language-server/issues/375)
* `FIX` [#376](https://github.com/sumneko/lua-language-server/issues/376)

## 1.14.1
`2021-2-2`
Expand Down
1 change: 1 addition & 0 deletions script/provider/capability.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ function m.getIniter()
nonil.enable()
if not client.info.capabilities.textDocument.completion.dynamicRegistration then
initer.completionProvider = {
resolveProvider = true,
triggerCharacters = allWords(),
}
end
Expand Down

0 comments on commit e3cab31

Please sign in to comment.