You've already forked godot
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:
committed by
Rémi Verschelde
parent
ecfe9c24a2
commit
5736e43fe4
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user