UNPKG

launch-ide

Version:

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

4 lines (3 loc) 225 B
import { EDITOR_PROCESS_MAP, Platform } from '../type'; export declare const COMMON_EDITORS_MAP: Record<Platform, Record<string, string>>; export declare const COMMON_EDITOR_PROCESS_MAP: Record<Platform, EDITOR_PROCESS_MAP>;