-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for running inside vscode devcontainer
When running inside a vscode devcontainer, git credential settings are injected using a modified .gitconfig file. In addition, the injected credential handler needs access to environment variables like REMOTE_CONTAINERS_IPC. As all this is rather undocumented territory, we first detect if we are running inside a remotecontainers environment and then forward all REMOTE_CONTAINERS_* variables. Xref: https://patchwork.yoctoproject.org/project/bitbake/patch/[email protected]/ Closes: #101 Proposed-by: Matthias Schnelte <[email protected]> Signed-off-by: Felix Moessbauer <[email protected]> Signed-off-by: Jan Kiszka <[email protected]>
- Loading branch information
1 parent
13a2fff
commit f537669
Showing
4 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters