This project demonstrates the extra configuration options that the pdc task supports.
The tasks.json file specifies the following additional properties for the pdc task:
"strip": truecauses debug symbols to be stripped from the compiled Lua files. This property defaults tofalse."noCompress": truecausespdcto skip compressing the output files. This property defaults tofalse."verbose": trueadds additional logging to thepdcoutput. This property defaults tofalse."quiet": truesuppresses all non-error output. This property defaults tofalse."skipUnknown": truepreventspdcfrom copying unrecognized files into the pdx folder. This property defaults tofalse."libPath": ["/path/to/my/libraries"]adds the given paths to the list of folders to search when resolving imports."incrementBuildNumber": trueautomatically increments the build number inpdxinfoeach time the PDC task is executed.