Implement didClose notification in LSP
This commit is contained in:
@ -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