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.
1 parent ce9e738 commit 3c5a0e5Copy full SHA for 3c5a0e5
source/ada/lsp-utils.adb
@@ -24,6 +24,7 @@ with Libadalang.Sources;
24
with Langkit_Support.Diagnostics;
25
with Langkit_Support.Symbols;
26
with Langkit_Support.Token_Data_Handlers;
27
+with Langkit_Support.Types;
28
with Pp.Actions;
29
30
with VSS.Strings.Character_Iterators;
@@ -202,7 +203,7 @@ package body LSP.Utils is
202
203
204
procedure Tokenize_Output is
205
Input : constant Libadalang.Lexer.Lexer_Input :=
- (Kind => Libadalang.Common.Bytes_Buffer,
206
+ (Kind => Langkit_Support.Types.Bytes_Buffer,
207
Charset => Ada.Strings.Unbounded.To_Unbounded_String ("utf-8"),
208
Read_BOM => False,
209
Bytes => To_Unbounded_String (Output));
0 commit comments