Microsoft/vscode

browser password auto complete function working unexpectedly on Quick Pick Input

Open

#164,679 建立於 2022年10月26日

在 GitHub 查看
 (4 留言) (0 反應) (1 負責人)TypeScript (10,221 fork)batch import
bughelp wantedquick-pickupstream-issue-pending

倉庫指標

Star
 (74,848 star)
PR 合併指標
 (平均合併 11小時 43分鐘) (30 天內合併 1,000 個 PR)

描述

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!

貢獻者指南