pull/2748/head
Alex Dima 6 years ago
parent 2086fa380f
commit 609b93eb01

2
src/monaco.d.ts vendored

@ -135,7 +135,7 @@ declare module monaco.languages.typescript {
*
* @param content The file content
* @param filePath An optional file path
* @returns A disposabled which will remove the file from the
* @returns A disposable which will remove the file from the
* language service upon disposal.
*/
addExtraLib(content: string, filePath?: string): IDisposable;

Loading…
Cancel
Save