fix: Return only scenes for script owners on LSP completion
Fix: #36680
This commit is contained in:
parent
16486a9055
commit
2f08f4ef4e
2 changed files with 16 additions and 12 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue