-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I've installed this plugin via the VS Code plugin manager:
.vscode/settings.json
{
"Lua.workspace.library": ["${addons}/love2d/module/library"],
"Lua.runtime.version": "LuaJIT",
"Lua.runtime.special": {
"love.filesystem.load": "loadfile"
},
"Lua.workspace.checkThirdParty": false
}And I'm still not getting any completions for the top-level functions (e.g. love.update(dt)):
But I can see completions for other functions:
I also can see that it's included in the types:
Lines 319 to 322 in 765abaf
| --- | |
| ---Callback function used to update the state of the game every frame. | |
| --- | |
| ---@alias love.update fun(dt: number) |
But for some reason VS Code isn't picking them up.
Metadata
Metadata
Assignees
Labels
No labels

