mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Update CHANGELOG and dependencies
This commit is contained in:
parent
c6192de715
commit
2d54688825
5 changed files with 60 additions and 18 deletions
4
monaco.d.ts
vendored
4
monaco.d.ts
vendored
|
|
@ -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;
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue