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