Microsoft/vscode

browser password auto complete function working unexpectedly on Quick Pick Input

Open

#164,679 opened on Oct 26, 2022

View on GitHub
 (4 comments) (0 reactions) (1 assignee)TypeScript (74,848 stars) (10,221 forks)batch import
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:

  1. Open a terminal and use git fetch with a http git url like (should need password authentication) git clone https://xxxxx/test.git
  2. Then vscode prompt input box on the top of window which help you input username and password, just input username and password as usual image image
  3. 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 image 4.Then all input box on vscode window will prompt password autocomplete, even this input has nothing to do with password, like image image

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!

Contributor guide