Fix generated text

Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
This commit is contained in:
Koen Vlaswinkel
2024-02-28 09:58:33 +01:00
committed by GitHub
parent 7dceded98c
commit 0599adccc0

View File

@@ -757,7 +757,7 @@ export class ModelEditorView extends AbstractWebview<
message: "Saving generated models",
});
const fileContents = `# This file was automatically generated based from ${this.databaseItem.name}. Manual changes will not persist.\n\n${modelExtensionFileToYaml(extensionFile)}`;
const fileContents = `# This file was automatically generated from ${this.databaseItem.name}. Manual changes will not persist.\n\n${modelExtensionFileToYaml(extensionFile)}`;
const filePath = join(
this.extensionPack.path,
"models",