-
Notifications
You must be signed in to change notification settings - Fork 38.3k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buggitGIT issuesGIT issueshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: 1.51.1 (OSS)
- OS Version: Linux x64 5.9.11-arch2-1
I disable the git authentication with
"github.gitAuthentication": false,
"git.terminalAuthentication": false
But git push errors because vscode still set GIT_ASKPASS:
$ git push
/usr/lib/code/extensions/git/dist/askpass.sh: line 3: /usr/lib/electron7/electron: No such file or directory
/usr/lib/code/extensions/git/dist/askpass.sh: line 3: /usr/lib/electron7/electron: No such file or directory
remote: No anonymous write access.
Furthermore, this also occurs with --disable-extensions, which makes no sense to me because it tries to execute extensions/git/dist/askpass.sh, even though I have the git extension disabled?
Does this issue occur when all extensions are disabled?: Yes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buggitGIT issuesGIT issueshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersverifiedVerification succeededVerification succeeded