LocalTarget
data class LocalTarget(var mpsHome: File? = null, mpsLibraries: Set<File> = emptySet(), var mpsHeapSize: String = "2g", var repositoryDir: File? = null, var mpsDebugPort: Int? = null, mpsPlugins: Set<PluginSpec> = emptySet()) : LocalEndpoint