We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7413a3d + bbc8ce6 commit 563a74fCopy full SHA for 563a74f
source/ada/lsp-ada_driver.adb
@@ -33,7 +33,7 @@ with VSS.Application;
33
with VSS.Command_Line;
34
with VSS.Standard_Paths;
35
with VSS.Strings.Conversions;
36
-with VSS.Text_Streams.Standadrs;
+with VSS.Text_Streams.Standards;
37
38
with GNATCOLL.JSON;
39
with GNATCOLL.Memory; use GNATCOLL.Memory;
@@ -142,7 +142,7 @@ procedure LSP.Ada_Driver is
142
use type VSS.Strings.Character_Count;
143
Ok : Boolean := True;
144
Output : VSS.Text_Streams.Output_Text_Stream'Class :=
145
- VSS.Text_Streams.Standadrs.Standard_Output;
+ VSS.Text_Streams.Standards.Standard_Output;
146
Last : VSS.Strings.Character_Count :=
147
3 + Option.Long_Name.Character_Length;
148
begin
0 commit comments