Whitebrim / VSCode-PlaydateTemplate

This template will help you with autocompletion and running your code in simulator. Windows & Linux.
202 stars 25 forks source link

VSCode does not work "Run build task" #21

Closed BrendowPaolillo-dev closed 4 months ago

BrendowPaolillo-dev commented 4 months ago

I've followed all the steps described in README.md, for Windows. Everything it's working well, the pdc command, the playdate sim, only my VSCode wich does not recognize the build task. This is what it showing when I try to run build task: image

Any solution?

Whitebrim commented 4 months ago

Do you have recommended plugins installed?

BrendowPaolillo-dev commented 4 months ago

Yes image

Whitebrim commented 4 months ago

@BrendowPaolillo-dev build tasks are located in this repo in .vscode/tasks.json and this folder (.vscode) should hold the same files in your machine (in .vscode folder). And you need to open VSCode from root folder (RMB -> Open VSCode here), not manually add files.