This commit is contained in:
Alex Dima 2018-03-15 11:13:11 +01:00
parent 2680c7133d
commit 2bcd0cbbd3

View file

@ -22,6 +22,7 @@
* `CompletionItem.documentation`, `ParameterInformation.documentation` and `SignatureInformation.documentation` can now be an `IMarkdownString`. * `CompletionItem.documentation`, `ParameterInformation.documentation` and `SignatureInformation.documentation` can now be an `IMarkdownString`.
* Added `CompetionItem.command`, `CompletionItem.commitCharacters` and `CompletionItem.additionalTextEdits`. * Added `CompetionItem.command`, `CompletionItem.commitCharacters` and `CompletionItem.additionalTextEdits`.
* Added language configuration `folding` which can define * 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 ### Thank you
* [Remy Suen @rcjsuen](https://github.com/rcjsuen): * [Remy Suen @rcjsuen](https://github.com/rcjsuen):