File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
plugin/src/software/aws/toolkits/eclipse/amazonq/util Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -221,15 +221,6 @@ public void transitionToDecisionMade() {
221
221
state = QInvocationSessionState .DECISION_MADE ;
222
222
223
223
unsetVerticalIndent ();
224
-
225
- // Clear previous next line indent in certain cases (always for now?)
226
- // From Felix: Not really sure when or where this is needed, disabling for now.
227
- // This is throwing under certain circumstances with IllegalArgument
228
- // var widget = viewer.getTextWidget();
229
- // var caretLine = widget.getLineAtOffset(widget.getCaretOffset());
230
- // if (!isLastLine(widget, caretLine + 1)) {
231
- // widget.setLineVerticalIndent(caretLine + 1, 0);
232
- // }
233
224
}
234
225
235
226
public void setCaretMovementReason (final CaretMovementReason reason ) {
You can’t perform that action at this time.
0 commit comments