Skip to content

Commit 9e29017

Browse files
ulugbeknaCopilot
andauthored
Update src/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsView.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ccfd1fa commit 9e29017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export class InlineEditsView extends Disposable {
4646

4747
private readonly _tabAction;
4848

49-
private _previousView: { // TODO, move into identitiy
49+
private _previousView: { // TODO, move into identity
5050
id: string;
5151
view: ReturnType<typeof InlineEditsView.prototype.determineView>;
5252
editorWidth: number;

0 commit comments

Comments
 (0)