We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f489ef commit e0edebcCopy full SHA for e0edebc
1 file changed
src/vs/workbench/contrib/terminal/browser/links/terminalLink.ts
@@ -35,7 +35,6 @@ export class TerminalLink extends DisposableStore implements ILink {
35
// Listen for modifier before handing it off to the hover to handle so it gets disposed correctly
36
if (this._shouldHideDecorations) {
37
this.add(dom.addDisposableListener(document, 'keydown', e => {
38
- // TODO: Use ctrl/option or cmd
39
if (this._isModifierDown(e) && this.hideDecorations) {
40
this.hideDecorations = false;
41
}
0 commit comments