UNPKG

launch-ide

Version:

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

4 lines (3 loc) 233 B
export declare function isJetBrainsEditor(editorBasename: string): boolean; export declare function getJetBrainsWorkspace(file: string, rootDir?: string): string; export declare function usesJetBrainsNewCli(editor: string): boolean;