Microsoft/vscode

browser password auto complete function working unexpectedly on Quick Pick Input

Open

#164 679 ouverte le 26 oct. 2022

Voir sur GitHub
 (4 commentaires) (0 réactions) (1 assigné)TypeScript (10 221 forks)batch import
bughelp wantedquick-pickupstream-issue-pending

Métriques du dépôt

Stars
 (74 848 stars)
Métriques de merge PR
 (Merge moyen 11h 43m) (1 000 PRs mergées en 30 j)

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!

Guide contributeur