From ebd62ce43ca1ef4e3fb761d8bb5c2f4f052e47c5 Mon Sep 17 00:00:00 2001 From: David Strauss Date: Sun, 21 Mar 2021 15:22:24 -0700 Subject: [PATCH] Add comma to fix postCreateCommand --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8eff2888a..c09372957 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -29,7 +29,7 @@ // "forwardPorts": [8080], // Use 'postCreateCommand' to run commands after the container is created. - // "postCreateCommand": "sudo chmod a+x \"$(pwd)\" && sudo rm -rf /var/www/html && sudo ln -s \"$(pwd)\" /var/www/html" + // "postCreateCommand": "sudo chmod a+x \"$(pwd)\" && sudo rm -rf /var/www/html && sudo ln -s \"$(pwd)\" /var/www/html", // Use 'portsAttributes' to set default properties for specific forwarded ports. "portsAttributes": {