Skip to content

Commit 4f9e8da

Browse files
Remove habits/install from post-start command
1 parent eacd1a3 commit 4f9e8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"TERRASCAN_VERSION": "1.15.2"
1212
}
1313
},
14-
"postStartCommand": "make habits/install && post-start",
14+
"postStartCommand": "post-start",
1515
"settings": {},
1616
"extensions": ["hashicorp.terraform"],
1717
"remoteUser": "vscode"

0 commit comments

Comments
 (0)