We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7375b commit 7c1c1beCopy full SHA for 7c1c1be
1 file changed
.sync/devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"image": "ghcr.io/tianocore/containers/fedora-37-dev:latest",
3
- "postCreateCommand": "git config --global --add safe.directory * && pip install --upgrade -r pip-requirements.txt",
+ "postCreateCommand": "git config --global --add safe.directory '*' && pip install --upgrade -r pip-requirements.txt",
4
"customizations": {
5
"vscode": {
6
"extensions": [
@@ -9,4 +9,4 @@
9
]
10
}
11
12
-}
+}
0 commit comments