gematik / codfsh

codfsh is a VS Code Extension to support compilation and validation of FHIR profile definitions. Short Hand files (.fsh) can be compiled and validated easily with Sushi and HAPI validator
Other
6 stars 1 forks source link

Document Generate Snapshots configuration option #14

Closed cmoesel closed 1 year ago

cmoesel commented 1 year ago

It would be helpful to have some documentation indicating what the "Generate Snapshots" config does. My guess is that if it downloads a package that doesn't have snapshots, it will use firely terminal or the validator to generate the snapshots in the cached package. Is that right?

patrick-werner commented 1 year ago

I think it is only a wrapper for sushi: -s, --snapshot generate snapshot in Structure Definition output (default: false)

cmoesel commented 1 year ago

Oh right. I forgot that we even have that option in SUSHI! Good call...