vs code always changes authorization settings on startup

Viewed 43

I use ssh to login to the remote linux host through vs code, and use the docker plugin to develop the container on the remote host. My local host is windows10. Remote host is ubuntu20.04

  1. I configured git credential by the following command in terminal
git config --global credential.helper store
git config --system credential.helper store

enter image description here

  1. Restart vs code and review git credential settings,it changed by vs code

enter image description here

How can I prevent vscode from automatically modifying the git credential configuration?

I have set disabling use of authentication in vscode as shown below enter image description here

0 Answers
Related