'vs code always changes authorization settings on startup

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



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source