* Get the launch project path
()
| 308 | * Get the launch project path |
| 309 | */ |
| 310 | getLaunchProject(): Promise<string | null> { |
| 311 | return Promise.resolve(this.launchProjectPath); |
| 312 | } |
| 313 | |
| 314 | /** |
| 315 | * Set the SSH hostname for editor deep links (browser mode) |
no test coverage detected