visual code change integrated terminal font code example
Example: how to change terminal font in vscode
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe"
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe"
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\git-cmd.exe",
"terminal.integrated.shellArgs.windows": [
"--command=usr/bin/bash.exe",
"-l",
"-i"
]
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\bash.exe"