I'm trying to change my VScode terminal. I have followed this tutorial.
My iTerm terminal has been changed perfectly :
I tried to edit my settings.json files in VScode like this :
{
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.shell.osx": "/bin/zsh",
"terminal.integrated.fontFamily": "'SourceCodePro+Powerline+Awesome Regular'"
}
But i got this different result :
I can't understand why the parameters are not the same and some images do not pass in VScode.
Once the cursor is in the terminal section you can use ctrl+x ctrl+up or ctrl+x ctrl+down to cycle through the active terminals (note that moving between on-screen split terminals is done with ctrl+x left or ctrl+x right ).
With the terminal you want to name active, use the command menu (again, command+shift+p ) and start typing “terminal: rename”, and select that option. Type the name you want and press return/enter and voilá. (You could also add a keyboard shortcut for this command: workbench.
You can change the terminal font setting for VS Code and use a Nerd Font as suggested in Starship's documentation. To do that either go to the settings and search for Terminal Font and update the value or you can add this to your settings. json . "terminal.
Finally, the "terminal.integrated.fontFamily"
points out (apparently) the non-ASCII font. The settings.json file from Visual Studio Code should be :
{
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.defaultProfile.osx": "zsh",
"terminal.integrated.fontFamily": "MesloLGS NF"
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With