Microsoft/vscode
View on GitHubbrowser password auto complete function working unexpectedly on Quick Pick Input
Open
#164,679 opened on Oct 26, 2022
bughelp wantedquick-pickupstream-issue-pending
Description
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: Remote Version(Code-Server, I tested with scripts/code-server.bat)
- OS Version: All versions
Steps to Reproduce:
- Open a terminal and use git fetch with a http git url like (should need password authentication) git clone https://xxxxx/test.git
- Then vscode prompt input box on the top of window which help you input username and password, just input username and password as usual

- Then sometimes chrome prompt this to let you save authentication info (or you can click the key icon on the right side of address bar), save the same username as you use on git
4.Then all input box on vscode window will prompt password autocomplete, even this input has nothing to do with password, like

Maybe this is an issue with chrome but would be appreciated if your team can give me some suggestions to deal with this. Thank you!