Skip to content

Commit

Permalink
chore: set git auto authentication to false in vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
brunotot committed Oct 8, 2024
1 parent 22223cb commit 86fc7b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"icon": "terminal-bash",
"args": ["-i"]
}
}
},
"git.terminalAuthentication": false,
"git.confirmSync": true,
"git.useCredentialHelper": false
}

0 comments on commit 86fc7b4

Please sign in to comment.