summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server/gdscript_text_document.h
diff options
context:
space:
mode:
authorFrancois Belair <razoric480@gmail.com>2021-07-08 09:08:10 -0400
committerFrancois Belair <razoric480@gmail.com>2021-07-08 11:40:15 -0400
commit10429019adb07c4c18e37ceefb7ab060b0f4d797 (patch)
tree99ede109ba1e94f4053e29838f03ded6870d827a /modules/gdscript/language_server/gdscript_text_document.h
parentd4e5fe6c44cecccd4f925707ccd5bbe1511184e5 (diff)
downloadredot-engine-10429019adb07c4c18e37ceefb7ab060b0f4d797.tar.gz
Implement didClose notification in LSP
Diffstat (limited to 'modules/gdscript/language_server/gdscript_text_document.h')
-rw-r--r--modules/gdscript/language_server/gdscript_text_document.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/language_server/gdscript_text_document.h b/modules/gdscript/language_server/gdscript_text_document.h
index 17f1d5d5e3..e2987f779c 100644
--- a/modules/gdscript/language_server/gdscript_text_document.h
+++ b/modules/gdscript/language_server/gdscript_text_document.h
@@ -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);