Code: Select all
{
"path": "/apps/SDKs/love",
"cmd": ["love", "${project_path:${folder:${file_path}}}"],
"selector": "source.lua.love"
}
Code: Select all
function love.draw()
love.graphics.print("Hello World!")
end
Checking my task manager out of suspicion rewards me with this:
love.exe is running, just not opening a window for some reason .