You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constfileContents=`# This file was automatically generated from ${this.databaseItem.name}. Manual changes will not persist.\n\n${modelExtensionFileToYaml(extensionFile)}`;
761
-
constfilePath=join(
762
-
this.extensionPack.path,
763
-
"models",
764
-
`${this.language}${GENERATED_MODELS_SUFFIX}`,
765
-
);
790
+
constfileContents=`# This file was automatically generated from ${this.databaseItem.name}. Manual changes will not persist.\n\n${modelExtensionFileToYaml(extensionFile)}`;
791
+
constfilePath=join(
792
+
this.extensionPack.path,
793
+
"models",
794
+
`${this.language}${GENERATED_MODELS_SUFFIX}`,
795
+
);
766
796
767
-
awaitoutputFile(filePath,fileContents);
797
+
awaitoutputFile(filePath,fileContents);
768
798
769
-
voidthis.app.logger.log(`Saved generated model file to ${filePath}`);
799
+
voidthis.app.logger.log(`Saved generated model file to ${filePath}`);
0 commit comments