godot/modules/gdscript/language_server
Ryan Roden-Corrent 4677502d7c Include gdscript warning name in LSP message.
My initial attempt changed this in the gdscript code, which resulted in
a duplicate warning name in the builtin editor. We should just append
the warning name in the LSP instead.

This uses parens to match what is shown in the builtin editor.

(cherry picked from commit 8dcc39ec91)
2020-07-15 12:15:16 +02:00
..
gdscript_extend_parser.cpp Include gdscript warning name in LSP message. 2020-07-15 12:15:16 +02:00
gdscript_extend_parser.h GDScript LSP: Implement signatureHelp 2020-01-09 00:57:54 +08:00
gdscript_language_protocol.cpp GDScript LSP: Fix wrong error checks added in #39385 2020-06-15 14:34:35 +02:00
gdscript_language_protocol.h GDScript LSP: Fix wrong error checks added in #39385 2020-06-15 14:34:35 +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 Allow enable/disable threading for LSP server 2020-01-11 23:50:32 +08:00
gdscript_text_document.cpp GDScript LSP: Fix crash in notify_client 2020-06-10 15:30:52 +02:00
gdscript_text_document.h GDScript LSP: Implement signatureHelp 2020-01-09 00:57:54 +08:00
gdscript_workspace.cpp GDScript LSP: Fix crash in notify_client 2020-06-10 15:30:52 +02:00
gdscript_workspace.h fix: Return only scenes for script owners on LSP completion 2020-03-25 09:44:09 +01:00
lsp.hpp Fix incorrect capabilities notification in LSP 2020-05-15 16:43:48 -04:00