(entrypoint: string)
| 238 | await copyTemplate(type, extensionPath, entrySourcePath, language); |
| 239 | |
| 240 | const toConvertSourceUrl = (entrypoint: string) => |
| 241 | path.posix.join(pathToRelativeUrl(source), convertName, path.posix.relative(source, entrypoint)); |
| 242 | |
| 243 | const entries: ExtensionOptionsBundleEntry[] = [ |
| 244 | isTypeIn(extensionOptions, HYBRID_EXTENSION_TYPES) |
no test coverage detected