From 2bcd0cbbd3e79aa9a86862fd80a1c0033df11def Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Thu, 15 Mar 2018 11:13:11 +0100 Subject: [PATCH] Fixes #761 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f7339ed..1d4f665b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ * `CompletionItem.documentation`, `ParameterInformation.documentation` and `SignatureInformation.documentation` can now be an `IMarkdownString`. * Added `CompetionItem.command`, `CompletionItem.commitCharacters` and `CompletionItem.additionalTextEdits`. * Added language configuration `folding` which can define +* Added by accident `ResourceFileEdit` (due to how `monaco.d.ts` is generated from vscode). That is not honoured by the editor, and should not be used. ### Thank you * [Remy Suen @rcjsuen](https://github.com/rcjsuen):