You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Fix internal editor not updating when using external editor via LSP
This commit is contained in:
@@ -108,6 +108,7 @@ void GDScriptTextDocument::didSave(const Variant &p_param) {
|
||||
scr->reload(true);
|
||||
}
|
||||
scr->update_exports();
|
||||
ScriptEditor::get_singleton()->reload_scripts(true);
|
||||
ScriptEditor::get_singleton()->update_docs_from_script(scr);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user