override suspend fun execute()

in src/main/kotlin/org/jetbrains/plugins/template/startup/MyProjectActivity.kt [9:11]


    override suspend fun execute(project: Project) {
        thisLogger().warn("Don't forget to remove all non-needed sample code files with their corresponding registration entries in `plugin.xml`.")
    }