Expand description
Cross-platform open file with named application for context menus and the command palette.
macOS uses open -a. Windows and Linux resolve the same human-readable labels the UI uses
(often macOS-oriented) to real executables, then spawn program path/to/file.
Functionsยง
- open_
macos ๐ - open_
with_ application - Opens an existing file with a named application.