midouest / vscode-playdate-debug

Unofficial Playdate debug extension for Visual Studio Code on macOS, Windows and Ubuntu
https://marketplace.visualstudio.com/items?itemName=midouest.playdate-debug
MIT License
38 stars 4 forks source link

SDK versioning or other solutions? #17

Closed Kidlike closed 1 year ago

Kidlike commented 1 year ago

Hi,

Is it possible to change the version of the PlaydateSDK?

Or could I point to an external folder that contains a newer copy of the PlaydateSDK? (that I manage myself).

Or any other ideas? I'm very new to programming for the Playdate.

Thanks!

midouest commented 1 year ago

Yes, you can do this with the playdate-debug.sdkPath configuration setting. See the override-configuration fixture for an example.