File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
* ` FIX ` with clients that support LSP 3.17 (VSCode), workspace diagnostics are triggered every time when opening a file.
12
12
* ` FIX ` [ #1204 ] ( https://github.com./sumneko/lua-language-server/issues/1204 )
13
13
14
- ## 3.2.51204
14
+ ## 3.2.5
15
15
` 2022-6-9 `
16
16
* ` NEW ` provide config docs in ` LUA_LANGUAGE_SERVER/doc/ `
17
17
* ` FIX ` [ #1148 ] ( https://github.com./sumneko/lua-language-server/issues/1148 )
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ local nodeSwitch;nodeSwitch = util.switch()
85
85
local parentNode = vm .compileNode (source .node )
86
86
local uri = guide .getUri (source )
87
87
local key = guide .getKeyName (source )
88
- if not key then
88
+ if type ( key ) ~= ' string ' then
89
89
return
90
90
end
91
91
if lastKey then
You can’t perform that action at this time.
0 commit comments