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
Collapse
 
caleb_h_e534c804515297c0a profile image
Caleb H

can anyone elaborate on exactly how to implement this for VS Code?

Thread Thread
 
equiman profile image
Camilo Martinez • Edited

Opent VS Code settings and change the visualization to JSON format.
Or apply each one of those values using the GUI.