Prepare for 0.29.0

This commit is contained in:
Alex Dima 2021-10-08 18:41:27 +02:00
parent 97ff11be97
commit f377e9e7ac
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
6 changed files with 379 additions and 278 deletions

View file

@ -144,6 +144,8 @@ monaco.editor.create(document.getElementById("container"), {
'editorLineNumber.activeForeground' // Color of editor active line number.
'editorRuler.foreground' // Color of the editor rulers.
'editorCodeLens.foreground' // Foreground color of editor code lenses
'editorInlayHint.foreground' // Foreground color of editor inlay hints
'editorInlayHint.background' // Background color of editor inlay hints
'editorBracketMatch.background' // Background color behind matching brackets
'editorBracketMatch.border' // Color for matching brackets boxes
'editorOverviewRuler.border' // Color of the overview ruler border.