##### this is a comment:
### this one is perfectly working. Open VS Code and add the content below to
### the settings.json file (add curly brackets around if you find the file
### empty. If not put the content below what you find there, inside curly
### brackets, separated with comma.)
###you only need to make sure that you write "GitBash"
### and not "Git Bash" with space in between, otherwise it won't work!
### don't forget to change the path.
### restart VS Code to apply changes.
"terminal.integrated.profiles.windows": {
"GitBash": {
"path": ["D:\\Aicha\\git\\Git\\bin\\bash.exe"],
"icon": "terminal-bash"
}
},
"terminal.integrated.defaultProfile.windows": "GitBash"