diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0cbcacd61..429600c3c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,6 @@ { "name": "Openclassify", // Script to run to bootstrap the app when the space is created - "postCreateCommand": "bash install.sh" + "postCreateCommand": "bash install.sh", + "outputCapture": "std" }