diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-10-03 13:40:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-03 13:40:09 +0200 |
commit | d66cce0215fe2f963ecf35c2176f4c89ef793ac5 (patch) | |
tree | 6427ebcd16a48cba2914d760e8a77fd46aff866c /modules/gdscript/language_server/gdscript_text_document.h | |
parent | 9a115ccaf3dd0224de0e5b1a2d116e53b6fabffb (diff) | |
parent | 6a8303f82f78646d77bc3f18b7083313005485c9 (diff) | |
download | redot-engine-d66cce0215fe2f963ecf35c2176f4c89ef793ac5.tar.gz |
Merge pull request #32517 from GodotExplorer/gdscript-lsp
GDScript LSP server improvement
Diffstat (limited to 'modules/gdscript/language_server/gdscript_text_document.h')
-rw-r--r-- | modules/gdscript/language_server/gdscript_text_document.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/language_server/gdscript_text_document.h b/modules/gdscript/language_server/gdscript_text_document.h index d15022d2c4..0b8103f175 100644 --- a/modules/gdscript/language_server/gdscript_text_document.h +++ b/modules/gdscript/language_server/gdscript_text_document.h @@ -59,7 +59,7 @@ public: Dictionary resolve(const Dictionary &p_params); Array foldingRange(const Dictionary &p_params); Array codeLens(const Dictionary &p_params); - Variant documentLink(const Dictionary &p_params); + Array documentLink(const Dictionary &p_params); Array colorPresentation(const Dictionary &p_params); Variant hover(const Dictionary &p_params); Array definition(const Dictionary &p_params); |