Skip to content

Commit df32d7a

Browse files
authored
1 parent f087caa commit df32d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/gutterIndicatorView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ export class InlineEditsGutterIndicator extends Disposable {
284284
transition: 'rotate 0.2s ease-in-out',
285285
}
286286
}, [
287-
renderIcon(Codicon.arrowRight) // TODO: allow setting css here, is this already supported?
287+
this._tabAction.map(v => v === 'accept' ? renderIcon(Codicon.keyboardTab) : renderIcon(Codicon.arrowRight))
288288
])
289289
]),
290290
])).keepUpdated(this._store);

0 commit comments

Comments
 (0)