Use
Ctrl
+Shift
+P
to open the command searchType “Open User Settings” and hit
Enter
Click
Open Settings (JSON)
at the top right cornerSet settings for
"terminal.integrated.shell.windows"
1
2
3
4
5{
// Some other settings...
// The setting might look like this
"terminal.integrated.shell.windows": "D:\\Git\\bin\\bash.exe",
}- If this field is not in the JSON, add it at the end
- Change the path based on your Git installation location
-
Next PostReact Native notes
-
Previous PostC# .NET Notes