UNPKG

@intlayer/chokidar

Version:

Scans and builds Intlayer declaration files into dictionaries based on Intlayer configuration.

12 lines 461 B
//#region src/installLSP.d.ts /** * Writes the Intlayer LSP configuration to `.vscode/settings.json`. * Creates the file (and the `.vscode/` directory) if they don't exist. * Does not overwrite keys that are already present. * * Returns a human-readable summary of what was done plus next-step instructions. */ declare const installLSP: (projectRoot: string) => Promise<string>; //#endregion export { installLSP }; //# sourceMappingURL=installLSP.d.ts.map