The fountain.pdf.textSceneContinued config property was saved into a config object property called text_scene_continuation. However, it was later referenced as text_scene_continued. This caused the settings value to be ignored - exporting to PDF always writes CONTINUED regardless of the value in fountain.pdf.textSceneContinued.
This PR changes the property name in the config object so it matches the VS Code settings key.
The
fountain.pdf.textSceneContinued
config property was saved into a config object property calledtext_scene_continuation
. However, it was later referenced astext_scene_continued
. This caused the settings value to be ignored - exporting to PDF always writesCONTINUED
regardless of the value infountain.pdf.textSceneContinued
.This PR changes the property name in the config object so it matches the VS Code settings key.