godot/modules/gdscript/language_server
Rémi Verschelde 3edae035d5 GDScript LSP: Fix crash in notify_client
`latest_client_id` now defaults to `-1` (invalid ID) instead of `0`.

Also fix typo in notification `gdscrip_client/changeWorkspace`,
and fix argument names in method binds.

Fixes #39375.

(cherry picked from commit e34f33711b)
2020-06-10 15:30:52 +02:00
..
gdscript_extend_parser.cpp GDScript LSP: Fix crash in notify_client 2020-06-10 15:30:52 +02:00
gdscript_extend_parser.h
gdscript_language_protocol.cpp GDScript LSP: Fix crash in notify_client 2020-06-10 15:30:52 +02:00
gdscript_language_protocol.h GDScript LSP: Fix crash in notify_client 2020-06-10 15:30:52 +02:00
gdscript_language_server.cpp GDScript LSP: Fix crash in notify_client 2020-06-10 15:30:52 +02:00
gdscript_language_server.h
gdscript_text_document.cpp GDScript LSP: Fix crash in notify_client 2020-06-10 15:30:52 +02:00
gdscript_text_document.h
gdscript_workspace.cpp GDScript LSP: Fix crash in notify_client 2020-06-10 15:30:52 +02:00
gdscript_workspace.h
lsp.hpp