My students and I have been doing remote pair programming with VSCode with the LiveShare extension. Previously, when pushing to remote repositories, the password would be requested in the terminal, which we can share and is what we want.
Now about half of my students are getting this pop-up and the host's remote partner cannot access the input field to type in their password themselves.
This of course raises concerns of password security, so I'm looking for a way to revert this behavior to request the password in the built-in terminal instead of a VSCode pop-up/modal/whatever that thing is called.
Additional information: we're using HTTPS, not SSH. We would prefer to not us SSH if possible.
I've been trying to find answers on the internet, but a majority the questions/solutions involve SSH or are looking to remove the need to use passwords, and does not address the pop-up that requests the password. I've also looked through the settings in VSCode, but I couldn't find anything regarding this behavior.