Microsoft/vscode

support reveal in finder when focus terminal

Open

#154,917 opened on Jul 12, 2022

 (4 comments) (0 reactions) (1 assignee)TypeScript (39,847 forks)batch import
feature-requesthelp wantedterminal-shell-integration

Repository metrics

Stars
 (184,936 stars)
PR merge metrics
 (Avg merge 11h 43m) (1,000 merged PRs in 30d)

Description

terminal menu context:

image

And shortcut:

{
    "key": "alt+cmd+r",
    "command": "revealFileInOS",
    "when": "terminalFocus"
},

@Tyriar

Contributor guide