Answers for "how to set vscode terminal settings to default"

2

change default external terminal vscode

The source link has the solution to this:

https://offering.solutions/blog/articles/2020/03/24/setting-windows-terminal-as-default-external-terminal-in-visual-studio-code/
Posted by: Guest on August-01-2020
0

vs code terminal settings

"workbench.colorCustomizations" : {
    "terminal.foreground" : "#00FD61",
    "terminal.background" : "#383737"
}
Posted by: Guest on May-25-2021

Code answers related to "how to set vscode terminal settings to default"

Code answers related to "Javascript"

Browse Popular Code Answers by Language