diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 457b35fba..0cc98ccfd 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -32,9 +32,9 @@ ] } }, - "postCreateCommand": "bash ./.devcontainer/setup_env.sh", + "postCreateCommand": "sed -i 's/\\r$//' ./.devcontainer/setup_env.sh && find ./infra -type f -name \"*.sh\" -exec sed -i 's/\\r$//' {} \\; && bash ./.devcontainer/setup_env.sh", "remoteUser": "vscode", "hostRequirements": { "memory": "4gb" } -} +} \ No newline at end of file