Is there a way to make this work on the VS Code integrated terminal?
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, }
can anyone elaborate on exactly how to implement this for VS Code?
Opent VS Code settings and change the visualization to JSON format. Or apply each one of those values using the GUI.
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Is there a way to make this work on the VS Code integrated terminal?
I used to have this configuration, and also works on VS Code.
can anyone elaborate on exactly how to implement this for VS Code?
Opent VS Code settings and change the visualization to JSON format.
Or apply each one of those values using the GUI.