Skip to content

Commit

Permalink
Merge branch 'topic/vadim/lsp317' into 'master'
Browse files Browse the repository at this point in the history
Improvements to support LSP 3.17 on client side

See merge request eng/ide/ada_language_server!1643
  • Loading branch information
godunko committed Jul 26, 2024
2 parents 9d3e136 + d860a33 commit 23d8f16
Show file tree
Hide file tree
Showing 68 changed files with 2,142 additions and 31 deletions.
3 changes: 2 additions & 1 deletion gnat/lsp_client_glib.gpr
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@
------------------------------------------------------------------------------

with "lsp";
with "lsp_common";
with "spawn_glib";

project LSP_Client_Glib is

for Source_Dirs use ("../source/client");
for Object_Dir use "../.obj/client_glib";

package Compiler renames LSP.Compiler;
package Compiler renames LSP_Common.Compiler;

end LSP_Client_Glib;
Loading

0 comments on commit 23d8f16

Please sign in to comment.