Skip to content

Commit 084bbbc

Browse files
committed
Remove inappropriate comment
1 parent 63754a3 commit 084bbbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/contrib/void/browser/voidSelectionHelperWidget.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ export class SelectionHelperContribution extends Disposable implements IEditorCo
193193
&& this._editor.hasTextFocus() // needed since VS Code counts unfocused selections as selections, which causes this to rerender when it shouldnt (bad ux)
194194

195195
if (enabled) {
196-
// what the absolute fuck is this
197196
this._rerender({ rerenderKey: this._rerenderKey } satisfies VoidSelectionHelperProps)
198197
this._rerenderKey = (this._rerenderKey + 1) % 2;
199198
// this._reactComponentRerender();

0 commit comments

Comments
 (0)