Skip to content

Commit cdf8856

Browse files
Merge pull request #306 from microsoft/psl-devcon-update
fix: Change to the `.devcontainer/devcontainer.json` file to ensure that the `postStartCommand` is executed after the container starts.
2 parents ad704ff + f03b47f commit cdf8856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
]
1717
}
1818
},
19-
// "postStartCommand": "git pull origin main && python3 -m pip install -r infra/scripts/index_scripts/requirements.txt",
19+
"postStartCommand": "git pull origin main && python3 -m pip install -r infra/scripts/index_scripts/requirements.txt",
2020
"remoteUser": "vscode",
2121
"hostRequirements": {
2222
"memory": "4gb"
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)