Closed adamtheturtle closed 7 months ago
Hi,
git pull
)table
? (overwriting the playdate API provided table
global variable)Otherwise, works for me.
Hi @notpeter .
Apologies! The error was from vscode-luacheck
, not from the language server.
Thank you for this project. It has solved many incorrectly reported type errors for me.
However, when I use
table.indexOfElement
in VSCode, I still getaccessing undefined field 'indexOfElement' of global 'table'
. How can I avoid this error?