11 lines
269 B
JSON
11 lines
269 B
JSON
{
|
|
"git.ignoreLimitWarning": true,
|
|
"terminal.integrated.defaultProfile.windows": "Git Bash",
|
|
"terminal.integrated.profiles.windows": {
|
|
"Git Bash": {
|
|
"path": "C:\\Program Files\\Git\\bin\\bash.exe",
|
|
"args": ["--login", "-i"]
|
|
}
|
|
}
|
|
}
|