(relativeFilePath: string, formattedContent: string)
| 124 | } |
| 125 | |
| 126 | const writeProjectFile = (relativeFilePath: string, formattedContent: string) => { |
| 127 | return FileSystem.writeProjectFile(project.getPath(), relativeFilePath, formattedContent) |
| 128 | } |
| 129 | |
| 130 | const setFileStatus = (file: RenderableFile, status: RenderableFileStatus, customData: any = {}) => { |
| 131 | updateModelData("RenderableFile", file.id, { |
no test coverage detected