Skip to content

Commit a541c37

Browse files
Copilottrask
andcommitted
Move devcontainer scripts and documentation to .devcontainer directory
Co-authored-by: trask <[email protected]>
1 parent 7c265e5 commit a541c37

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
File renamed without changes.

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"containerEnv": {
2323
"GRADLE_OPTS": "-Dorg.gradle.daemon=true -Dorg.gradle.parallel=true -Dorg.gradle.caching=true -XX:MaxMetaspaceSize=512m"
2424
},
25-
"postCreateCommand": "bash .github/scripts/setup-devcontainer.sh",
25+
"postCreateCommand": "bash .devcontainer/setup-devcontainer.sh",
2626
"remoteUser": "vscode",
2727
"// comment": "This devcontainer pre-installs Java 17 and Docker-in-Docker. The remoteUser sets the default user for the container. The setup script builds the project to pre-download dependencies and populate the build cache, reducing initial build time for Copilot agents from 5+ minutes to under 1 minute"
2828
}

0 commit comments

Comments
 (0)