* Set the launch project path
(path: string | null)
| 301 | * Set the launch project path |
| 302 | */ |
| 303 | setLaunchProject(path: string | null): void { |
| 304 | this.launchProjectPath = path; |
| 305 | } |
| 306 | |
| 307 | /** |
| 308 | * Get the launch project path |
no outgoing calls
no test coverage detected