(app: string)
| 9 | * - A .desktop file name or binary name |
| 10 | */ |
| 11 | export async function openLinuxApp(app: string): Promise<void> { |
| 12 | await resolveLinuxToolProvider().desktop.openTarget(app); |
| 13 | } |
| 14 | |
| 15 | /** |
| 16 | * Close an application by name on Linux. |
no test coverage detected