File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -3459,7 +3459,6 @@ package body LSP.Ada_Handlers is
3459
3459
is
3460
3460
use type Ada.Containers.Count_Type;
3461
3461
use type LSP.Search.Search_Kind;
3462
- use type VSS.Strings.Character_Count;
3463
3462
3464
3463
procedure Send_Partial_Response ;
3465
3464
@@ -3537,17 +3536,6 @@ package body LSP.Ada_Handlers is
3537
3536
Response : LSP.Structures.Symbol_Result (LSP.Structures.Variant_1);
3538
3537
3539
3538
begin
3540
- if Pattern.Get_Kind /= LSP.Enumerations.Start_Word_Text
3541
- and then Pattern.Get_Canonical_Pattern.Character_Length < 2
3542
- then
3543
- -- Do not process too small pattern because
3544
- -- this produces a huge response that is useless
3545
- -- and costs a while.
3546
-
3547
- Self.Sender.On_Symbol_Response (Id, Response);
3548
- return ;
3549
- end if ;
3550
-
3551
3539
for Context of Self.Contexts.Each_Context loop
3552
3540
Context.Get_Any_Symbol
3553
3541
(Pattern => Pattern,
You can’t perform that action at this time.
0 commit comments