hi I'm using Noble Engine and I'm trying to build my game, but when I use the task manager command in VSCode, it says "Error: main.lua or pdex binary required" even though I have main.lua
Please confirm the correct folder structure hierarchy of your project
I did
I don't know about the VSCode side of things.
Normally you'd have an extra folder, so:
Playdate Games > Game Name > Source > main.lua
And then you'd open Game Name and pdc would run from that folder so it can see Source and the main.lua
1 Like