DEV Community

Discussion on: How to use MacOS's Touch ID on Terminal

Collapse
 
sethusenthil profile image
Sethu Senthil

Is there a way to make this work on the VS Code integrated terminal?

Collapse
 
equiman profile image
Camilo Martinez

I used to have this configuration, and also works on VS Code.

{
    "terminal.external.osxExec": "iTerm.app",
    "terminal.integrated.fontFamily": "MesloLGS NF",
    "terminal.integrated.fontSize": 14,
    "terminal.integrated.shell.osx": "zsh",
    "terminal.integrated.shellIntegration.enabled": true,
}
Enter fullscreen mode Exit fullscreen mode