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: I6b87fd3285c428301dcf60270a74538d997be63d
  • Loading branch information
jagapiou authored and copybara-github committed Dec 12, 2024
1 parent 89c8aea commit 5fb9c92
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 @@ -2,7 +2,7 @@
{
"name": "Concordia",
"image": "mcr.microsoft.com/devcontainers/python:0-3.11",
"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 5fb9c92

Please sign in to comment.