You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Implement didClose notification in LSP
(cherry picked from commit 10429019ad)
This commit is contained in:
committed by
Rémi Verschelde
parent
00ed053486
commit
c2a92d93f2
@@ -43,6 +43,7 @@ protected:
|
||||
FileAccess *file_checker;
|
||||
|
||||
void didOpen(const Variant &p_param);
|
||||
void didClose(const Variant &p_param);
|
||||
void didChange(const Variant &p_param);
|
||||
|
||||
void sync_script_content(const String &p_path, const String &p_content);
|
||||
|
||||
Reference in New Issue
Block a user