sweetpad-dev / sweetpad

Develop Swift/iOS projects using VSCode
https://marketplace.visualstudio.com/items?itemName=sweetpad.sweetpad
MIT License
222 stars 9 forks source link

configurable DerivedDataPath #21

Closed aelam closed 2 months ago

aelam commented 3 months ago

does it support configurable DerivedDataPath

it seems right now sweetpad is using the default path which means the xcode-build-server has to have the build_root same as the default path. otherwise autocompletion can not work and since every team member may have different default path, this file can not be committed to the repo

hyzyla commented 3 months ago

Hello! Currently it's not configurable, but it is fairly easy to add option to VSCode settings.json. I'll try to implement it today-tomorrow

hyzyla commented 3 months ago

@aelam check this Set DerivedData path. I uploaded new version of the extension with that configuration few minutes minutes ago, so probably you will need to update extension manually to check this feature

aelam commented 3 months ago

very rapid, Thanks for your hard work. I will try!

hyzyla commented 2 months ago

Closing this issue for now. Feel free to reopen it if something doesn't work 🤝