Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.02 KB

File metadata and controls

22 lines (13 loc) · 1.02 KB

Override Configuration Example

This project demonstrates how to override the default playdate-debug extension configuration using workspace settings.

Settings

All settings are derived from the settings.json file.

  • "playdate-debug.sdkPath" configures the path to the Playdate SDK.
  • "playdate-debug.sourcePath" configures the path to the game's source/ folder.
  • "playdate-debug.outputPath" configures the path to the directory that the compiled .pdx bundle will be placed in.
  • "playdate-debug.productName" configures the name of the compiled .pdx bundle.`

Extension configuration values may be absolute or relative paths. Environment variables and VSCode variables are not supported.

Tasks

The task configuration is identical to the basic configuration.

Debug

The debug configuration is identical to the basic configuration.