Skip to main content

Module opener

Module opener 

Source

Functionsยง

open_in_editor
Open the workspace path in the configured editor. command is a shell template, e.g. "code ." or "nvim .". The trailing . (or any .) in the command is replaced by the actual path.
open_in_explorer
Open the workspace path in the platform file explorer.
open_in_terminal
Open a terminal window in the workspace path. If command is provided it is run as a shell template (same . replacement as editor). Otherwise a platform-appropriate default terminal is used.