include.path inside gitconfig Not Working #3331
Labels
bug
Issue identified by VS Code Team member as probable bug
containers
Issue in vscode-remote containers
Milestone
Steps to Reproduce:
Here's how my
$HOME/.gitconfig
looks like.And I organize my git config files inside
gitconfig
directory (which I keep in my GitHub repo).Because
Remote - Container
extension only copies$HOME/.gitconfig
and notinclude.path
,I cannot use my git credentials in my dev containers.
Suggestion:
Instead of copying
$HOME/.gitconfig
, rungit config --list
on host machine and save the result inside containers.Does this issue occur when you try this locally?: Yes
Does this issue occur when you try this locally and all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: