Merge pull request #18078 from Homebrew/codespaces-more-taps

This commit is contained in:
Mike McQuaid 2024-08-19 09:36:15 +01:00 committed by GitHub
commit 3426911432
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 17 additions and 0 deletions

View File

@ -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

View File

@ -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