()
| 380 | } |
| 381 | |
| 382 | function readWorkspaceAppManifest(): WorkspaceAppManifest { |
| 383 | return JSON.parse(readFileSync(uiManifestUrl(), "utf8")) as WorkspaceAppManifest; |
| 384 | } |
| 385 | |
| 386 | function getWorkspaceAppManifestEntry(): WorkspaceAppManifestEntry { |
| 387 | const manifest = readWorkspaceAppManifest(); |
no test coverage detected