Skip to content

Commit

Permalink
Fix Codespace with chown /opt/android workaround (fixes #2614)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger authored Jul 26, 2024
1 parent 1da6eb7 commit 20a4e28
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@
// "platform": "33",
// "build_tools": "33.0.1"
// }
}
},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "java -version",
// See https://github.com/google/android-fhir/issues/2614, which is blocked by
// https://github.com/akhildevelops/devcontainer-features/issues/9.
"postCreateCommand": "sudo chown -R vscode:vscode /opt/android/"

// Configure tool-specific properties.
// "customizations": {},
Expand Down

0 comments on commit 20a4e28

Please sign in to comment.