Skip to content

Commit aeb5046

Browse files
committed
Move LSP 3.16 code.
1 parent 31ee1d9 commit aeb5046

File tree

54 files changed

+2
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+2
-2
lines changed

gnat/lsp.gpr

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ with "lsp_common";
1212
project LSP is
1313

1414
for Source_Dirs use
15-
("../source/protocol",
16-
"../source/protocol/generated");
15+
("../liblsp_3_16/source/",
16+
"../liblsp_3_16/source/generated/");
1717
for Object_Dir use "../.obj/" & LSP_Common.Superproject & "/lsp";
1818

1919
package Compiler renames LSP_Common.Compiler;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)