1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

fix: Return only scenes for script owners on LSP completion

Fix: #36680
(cherry picked from commit 2f08f4ef4e)
This commit is contained in:
Rafael Delboni
2020-02-29 15:53:30 -03:00
committed by Rémi Verschelde
parent ecfe9c24a2
commit 5736e43fe4
2 changed files with 16 additions and 12 deletions

View File

@@ -42,7 +42,7 @@ class GDScriptWorkspace : public Reference {
private:
void _get_owners(EditorFileSystemDirectory *efsd, String p_path, List<String> &owners);
Node *_get_owner_node(String p_path);
Node *_get_owner_scene_node(String p_path);
protected:
static void _bind_methods();