From 34fa906013e5f0660daf6cffe1be4c2ca51c4f66 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Fri, 15 Oct 2021 18:27:02 -0400 Subject: [PATCH] save some text editor notes --- src/ScriptEditor/ui/ScriptEditorRoot.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ScriptEditor/ui/ScriptEditorRoot.tsx b/src/ScriptEditor/ui/ScriptEditorRoot.tsx index d3c18f9ed..14270d8ee 100644 --- a/src/ScriptEditor/ui/ScriptEditorRoot.tsx +++ b/src/ScriptEditor/ui/ScriptEditorRoot.tsx @@ -75,6 +75,7 @@ interface IProps { // https://www.npmjs.com/package/@monaco-editor/react#development-playground // https://microsoft.github.io/monaco-editor/playground.html#extending-language-services-custom-languages // https://github.com/threehams/typescript-error-guide/blob/master/stories/components/Editor.tsx#L11-L39 +// https://blog.checklyhq.com/customizing-monaco/ // These variables are used to reload a script when it's clicked on. Because we // won't have references to the old script.