You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure shared HOME folder with the following setting: "remoteEnv": { "HOME": "" }
Use vscode to connect to the container, or reload vscode window
Check the size of .gitconfig in the shared folder ($HOME/.gitconfig), it should double its previous size
It's possible to avoid it by setting "dev.containers.copyGitConfig" to false.
However, if the destination .gitconfig file is the same as the source, dev container should not copy it.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
$HOME/.gitconfig
), it should double its previous sizeIt's possible to avoid it by setting "dev.containers.copyGitConfig" to
false
.However, if the destination .gitconfig file is the same as the source, dev container should not copy it.
The text was updated successfully, but these errors were encountered: