electro-smith / DaisyExamples

Examples for the Daisy Platform
https://github.com/electro-smith/DaisyWiki/wiki
MIT License
361 stars 189 forks source link

fix: tree structure on tasks #292

Closed muchafm closed 1 year ago

muchafm commented 1 year ago

A small fix on the issue I opened a while ago.

On the tasks.json of seed/osc and seed/Drum I changed "${workspaceFolder}/../../../DaisySP" to "${workspaceFolder}/../../DaisySP".

stephenhensley commented 1 year ago

nice catch! Thanks for the issue, and PR!

I think these particular examples used to live in folder one-level up, and the VS code tasks didn't get updated when the moved to the base seed/ folder.

Thanks for fixing it!