File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ with VSS.Strings.Conversions;
2727with LSP.Ada_Configurations ;
2828with LSP.Constants ;
2929with LSP.Enumerations ;
30- with LSP.GPR_Files ;
3130with LSP.Structures.Unwrap ;
3231
3332with LSP.Structures.LSPAny_Vectors ;
@@ -209,8 +208,6 @@ package body LSP.Ada_Client_Capabilities is
209208
210209 Self.Parse_Experimental;
211210
212- LSP.GPR_Files.Set_Environment (Client_Capability (Self));
213-
214211 end Initialize ;
215212
216213 -- ----------------------
Original file line number Diff line number Diff line change @@ -410,6 +410,8 @@ package body LSP.GPR_Handlers is
410410
411411 Self.Client.Initialize (Value);
412412
413+ LSP.GPR_Files.Set_Environment (Self.Client);
414+
413415 Capabilities.hoverProvider := LSP.Constants.True;
414416 Capabilities.definitionProvider := LSP.Constants.True;
415417 Capabilities.declarationProvider := LSP.Constants.True;
You can’t perform that action at this time.
0 commit comments