Skip to content

Commit

Permalink
UC15-036: Include externally built source files
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLeonardoGracio committed Jan 20, 2023
1 parent aa16e4d commit 0cd9669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ada/lsp-ada_contexts.adb
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ package body LSP.Ada_Contexts is
(View => Root,
Action => Insert_Source'Access,
Language => GPR2.Ada_Language,
Externally_Built => False);
Externally_Built => True);

Self.Source_Dirs.Clear;

Expand Down

0 comments on commit 0cd9669

Please sign in to comment.