Skip to content

Commit e0edebc

Browse files
committed
Remove resolved todo
1 parent 3f489ef commit e0edebc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/vs/workbench/contrib/terminal/browser/links/terminalLink.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ export class TerminalLink extends DisposableStore implements ILink {
3535
// Listen for modifier before handing it off to the hover to handle so it gets disposed correctly
3636
if (this._shouldHideDecorations) {
3737
this.add(dom.addDisposableListener(document, 'keydown', e => {
38-
// TODO: Use ctrl/option or cmd
3938
if (this._isModifierDown(e) && this.hideDecorations) {
4039
this.hideDecorations = false;
4140
}

0 commit comments

Comments
 (0)