File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/vs/workbench/contrib/inlineChat/browser Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -813,7 +813,7 @@ export class InteractiveEditorZoneWidget extends ZoneWidget {
813
813
}
814
814
}
815
815
this . _indentationWidth = this . editor . getOffsetForColumn ( indentationLineNumber ?? endLineNumber , indentationLevel ?? viewModel . getLineFirstNonWhitespaceColumn ( endLineNumber ) ) ;
816
- const marginWithoutIndentation = info . lineNumbersWidth + info . glyphMarginWidth + info . decorationsWidth ;
816
+ const marginWithoutIndentation = info . glyphMarginWidth + info . decorationsWidth + info . lineNumbersWidth ;
817
817
const marginWithIndentation = marginWithoutIndentation + this . _indentationWidth ;
818
818
const isEnoughAvailableSpaceWithIndentation = this . _availableSpaceWithIndentation ( ) > 400 ;
819
819
this . _indentationWidth = isEnoughAvailableSpaceWithIndentation ? this . _indentationWidth : 0 ;
You can’t perform that action at this time.
0 commit comments