mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Code] enable code folding in monaco (#27370)
This commit is contained in:
parent
a7971bc18a
commit
c0604c460e
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ export class MonacoHelper {
|
|||
selectionHighlight: false,
|
||||
renderLineHighlight: 'none',
|
||||
contextmenu: false,
|
||||
folding: false,
|
||||
folding: true,
|
||||
},
|
||||
{
|
||||
textModelService: new TextModelResolverService(monaco),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue