We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baba50d commit ab54717Copy full SHA for ab54717
.devcontainer/devcontainer.json
@@ -2,7 +2,7 @@
2
{
3
"name": "Codefresh Support Package",
4
"image": "mcr.microsoft.com/devcontainers/universal:3",
5
- "postStartCommand": "pip install -e .",
+ "postCreateCommand": "pip install -e .",
6
"customizations": {
7
"vscode": {
8
// "settings": {
0 commit comments