UNPKG

launch-ide

Version:

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

3 lines (2 loc) 146 B
import { Editor } from './type'; export declare function guessEditor(_editor?: Editor, rootDir?: string, usePid?: boolean): Array<string | null>;