UNPKG

launch-ide

Version:

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

6 lines (5 loc) 184 B
import { EDITOR_PROCESS_MAP } from '../type'; export declare const COMMON_EDITORS_WIN: { [key: string]: string; }; export declare const EDITOR_PROCESS_MAP_WIN: EDITOR_PROCESS_MAP;