vscode terminal not showing underscore code example
Example: vs code does not show underscore in the integrated terminal
# add the following into workspace settings.json:
{
"terminal.integrated.fontSize": 13
}
}
# add the following into workspace settings.json:
{
"terminal.integrated.fontSize": 13
}
}