UNPKG

launch-ide

Version:

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

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