Update CHANGELOG and dependencies

This commit is contained in:
Alex Dima 2018-03-14 12:48:01 +01:00
parent c6192de715
commit 2d54688825
5 changed files with 60 additions and 18 deletions

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Type definitions for monaco-editor v0.10.1
* Type definitions for monaco-editor v0.11.0
* Released under the MIT license
*-----------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
@ -2782,7 +2782,7 @@ declare namespace monaco {
lightbulb?: IEditorLightbulbOptions;
/**
* Enable code folding
* Defaults to true in vscode and to false in monaco-editor.
* Defaults to true.
*/
folding?: boolean;
/**