UNPKG

launch-ide

Version:

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

11 lines (10 loc) 418 B
export declare function formatOpenPath(file: string, line: string | number, column: string | number, format: string | string[] | boolean): string[]; export declare function getArguments(params: { processName: string; fileName: string; lineNumber: string | number; colNumber: string | number; workspace: string | null; openWindowParams: string; pathFormat?: string | string[]; }): string[];