Skip to content

Commit

Permalink
Use install.sh in devcontainer
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 705650498
Change-Id: I690626e43e97dc59e51d290950385c2c19f4b7c2
  • Loading branch information
jagapiou authored and copybara-github committed Dec 12, 2024
1 parent a64e684 commit 8e45ed2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// on large machines).
"--shm-size=6gb"
],
"postCreateCommand": ".devcontainer/setup.sh",
"postCreateCommand": "bin/install.sh",
"customizations": {
"vscode": {
"extensions": [
Expand Down
26 changes: 0 additions & 26 deletions .devcontainer/setup.sh

This file was deleted.

0 comments on commit 8e45ed2

Please sign in to comment.