We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e895e9 commit 3dc04fcCopy full SHA for 3dc04fc
script/plugins/ffi/cdefRerence.lua
@@ -20,7 +20,7 @@ end
20
return function ()
21
local ffi_state
22
for uri in files.eachFile() do
23
- if find(uri, "ffi.lua", 0, true) and find(uri, "lua-language-server", 0, true) then
+ if find(uri, "ffi.lua", 0, true) and find(uri, "meta", 0, true) then
24
ffi_state = files.getState(uri)
25
break
26
end
0 commit comments