UNPKG

launch-ide

Version:

Automatically recognize the editor by running processes and open the specified file in it.

11 lines (10 loc) 298 B
import { EDITOR_PROCESS_MAP } from '../type'; export declare const EDITOR_PROCESS_MAP_LINUX: EDITOR_PROCESS_MAP; export declare const COMMON_EDITORS_LINUX: { vscodium: string; codium: string; hbuilderx: string; 'hbuilderx.sh': string; gvim: string; sublime_text: string; };