set monaco as default from v3

This commit is contained in:
Steve-Mcl 2022-04-23 10:04:09 +01:00
parent d802ce1484
commit 750d2c76f5
1 changed files with 3 additions and 3 deletions

View File

@ -359,9 +359,9 @@ module.exports = {
codeEditor: { codeEditor: {
/** Select the text editor component used by the editor. /** Select the text editor component used by the editor.
* Defaults to "ace", but can be set to "ace" or "monaco" * As of Node-RED V3, this defaults to "monaco", but can be set to "ace" if desired
*/ */
lib: "ace", lib: "monaco",
options: { options: {
/** The follow options only apply if the editor is set to "monaco" /** The follow options only apply if the editor is set to "monaco"
* *
@ -371,7 +371,7 @@ module.exports = {
*/ */
theme: "vs", theme: "vs",
/** other overrides can be set e.g. fontSize, fontFamily, fontLigatures etc. /** other overrides can be set e.g. fontSize, fontFamily, fontLigatures etc.
* for the full list, see https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.istandaloneeditorconstructionoptions.html * for the full list, see https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.IStandaloneEditorConstructionOptions.html
*/ */
//fontSize: 14, //fontSize: 14,
//fontFamily: "Cascadia Code, Fira Code, Consolas, 'Courier New', monospace", //fontFamily: "Cascadia Code, Fira Code, Consolas, 'Courier New', monospace",