{
///////////////////////
// shell configs //
///////////////////////
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
///////////////////////
// git configs //
///////////////////////
"gitProjectManager.codePath": [
"C:\\Program Files (x86)\\Microsoft VS Code\\bin\\code.cmd",
"c:Program Files\\Microsoft VS Code\\Code.exe"
],
"gitProjectManager.baseProjectsFolders": [
"c:\\Projects",
],
"gitProjectManager.ignoredFolders": [
"node_modules"
],
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"gitlens.keymap": "none",
"liveServer.settings.donotVerifyTags": true,
"git.autofetch": true
}