Fix internal editor not updating when using external editor via LSP
This commit is contained in:
parent
c3539b4561
commit
64edc7a5c2
3 changed files with 9 additions and 7 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue