Skip to content

Commit 3d92029

Browse files
UC15-036: Include externally built source files
1 parent 2fd746f commit 3d92029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ada/lsp-ada_contexts.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ package body LSP.Ada_Contexts is
725725
(View => Root,
726726
Action => Insert_Source'Access,
727727
Language => GPR2.Ada_Language,
728-
Externally_Built => False);
728+
Externally_Built => True);
729729

730730
Self.Source_Dirs.Clear;
731731

0 commit comments

Comments
 (0)