Skip to content

Commit

Permalink
Merge pull request #18078 from Homebrew/codespaces-more-taps
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Aug 19, 2024
2 parents 8191a41 + 8b3be30 commit 3426911
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@
"onCreateCommand": ".devcontainer/on-create-command.sh",

"customizations": {
"codespaces": {
"repositories": {
"Homebrew/homebrew-bundle": {
"permissions": {
"contents": "write"
},
"Homebrew/homebrew-services": {
"permissions": {
"contents": "write"
}
}
}
}
},
"vscode": {
// Installing all necessary extensions for vscode
// Taken from: .vscode/extensions.json
Expand Down
3 changes: 3 additions & 0 deletions .devcontainer/on-create-command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ brew cleanup

# actually tap homebrew/core, no longer done by default
brew tap --force homebrew/core
# tap some other repos so codespaces can be used for developing multiple taps
brew tap homebrew/bundle
brew tap homebrew/services

# install some useful development things
sudo apt-get update
Expand Down

0 comments on commit 3426911

Please sign in to comment.