Skip to content

Commit 55974bc

Browse files
committed
UA06-051 Added check to process comments
1 parent 3b06b62 commit 55974bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/ada/lsp-ada_handlers.adb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3210,7 +3210,9 @@ package body LSP.Ada_Handlers is
32103210
((Text_Edit.Location.Start_Line,
32113211
Text_Edit.Location.Start_Column));
32123212

3213-
Process_Comments (Node);
3213+
if Self.Options.Refactoring.Renaming.In_Comments then
3214+
Process_Comments (Node);
3215+
end if;
32143216
end if;
32153217
end loop;
32163218

0 commit comments

Comments
 (0)