From 64edc7a5c2397e5330a587d40b4d0275bf9a9c9e Mon Sep 17 00:00:00 2001 From: Rindbee Date: Sun, 4 Dec 2022 10:59:31 +0800 Subject: Fix internal editor not updating when using external editor via LSP --- editor/plugins/script_editor_plugin.cpp | 10 +++------- modules/gdscript/language_server/gdscript_text_document.cpp | 1 + scene/resources/text_file.cpp | 5 +++++ 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp index e515b46b1e..74d82aa4a2 100644 --- a/editor/plugins/script_editor_plugin.cpp +++ b/editor/plugins/script_editor_plugin.cpp @@ -2528,7 +2528,7 @@ void ScriptEditor::reload_scripts(bool p_refresh_only) { } Ref