Skip to content

Commit

Permalink
Update Codespaces configuration (#60900)
Browse files Browse the repository at this point in the history
- mark onCreateCommand.sh as executable
- add more regions so users outside of West US can take advantage of prebuilt codespaces
- use v1-stable version, as recommended by docs
- use faster machines for dev productivity
  • Loading branch information
eerhardt authored Oct 27, 2021
1 parent 69270ff commit 8f8e8f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Empty file modified .devcontainer/scripts/onCreateCommand.sh
100644 → 100755
Empty file.
6 changes: 3 additions & 3 deletions .github/workflows/create-codespaces-prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: github/codespaces-precache@v1.0.1
- uses: github/codespaces-precache@v1-stable
with:
regions: WestUs2
sku_name: standardLinux32gb
regions: WestUs2 EastUs WestEurope
sku_name: premiumLinux
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8f8e8f0

Please sign in to comment.