File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "cpus" : 4
88 },
99 // Runs automatically after Prebuild Template environment is created.
10- "onCreateCommand" : " .devcontainer/onCreate.sh" ,
10+ "onCreateCommand" : " bash .devcontainer/onCreate.sh" ,
1111 // Runs automatically every time the dev container has been (re-)started
12- "postStartCommand" : " .devcontainer/postStartCommand.sh" ,
12+ "postStartCommand" : " bash .devcontainer/postStartCommand.sh" ,
1313 "customizations" : {
1414 "codespaces" : {
15- "onStopCommand" : " shutdown.sh"
15+ "onStopCommand" : " bash shutdown.sh"
1616 }
1717 },
1818 "forwardPorts" : [
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd) "
4- " $SCRIPT_DIR /refreshTools.sh"
4+ bash " $SCRIPT_DIR /refreshTools.sh"
55
66# Check if SNAPSHOT_SAS_URL was passed, if so run hydrate.sh
77if [ -n " $SNAPSHOT_SAS_URL " ]; then
Original file line number Diff line number Diff line change @@ -28,3 +28,4 @@ dist-ssr
2828** /agent-eval-report *
2929packages
3030.file-manifest
31+ .devcontainer /
You can’t perform that action at this time.
0 commit comments