12 Commits

Author SHA1 Message Date
Mike McQuaid
d661cffc1f
Switch to using main as the default branch
Homebrew/brew has moved to a `main` default branch so we can more move
references from `master` to `main`.
2025-06-24 11:14:57 +01:00
Mike McQuaid
bdeca530ff
Migrate Homebrew/bundle to Homebrew/brew
Co-authored-by: Bo Anderson <mail@boanderson.me>
2025-03-19 06:47:01 +00:00
Mike McQuaid
084ddca27a
Cleanup and fix homebrew-services migration 2025-03-13 15:22:01 +00:00
Mike McQuaid
68a0ad05dc
devcontainer.json: use master image.
For development it feels like it makes sense to use the master image.

While we're here, let VSCode autoformat the devcontainer.json.
2024-11-20 11:34:03 +00:00
Issy Long
1d22b83363
devcontainer: Fix Codespace repository permissions
As pointed out in 8b3be30a83 (r146048190) (thank you, @noahsettersten!), this was nested wrong. JSON is hard!
2024-08-30 20:54:48 +01:00
Issy Long
8b3be30a83
Tap bundle and services in Codespaces
- Yes, I wanted to do more Homebrew stuff from Codespaces on my iPad
  because I couldn't be bothered to get out of bed and walk downstairs
  to get my laptop.
- For that I needed my `Homebrew/brew` branch and `brew services`
  tapped, with sufficient permissions for write access so I could
  push commits.
- So I thought I'd do `bundle` as well as it seemed like another
  "would maybe use Codespaces for this" tap.
2024-08-18 22:19:36 +00:00
Rylan Polster
26cd148031
Update dev container recommended extensions 2024-08-15 11:52:43 -04:00
Rylan Polster
b26bf95288
Update Ruby LSP config to install necessary gems automatically 2024-08-02 15:52:58 -04:00
Rylan Polster
9ddde17ea5
Add vscode Ruby LSP config and documentation 2024-08-02 10:44:43 -04:00
Okinea Dev
39aaf33340
Removed "settings" section 2024-05-14 11:29:28 +00:00
Okinea Dev
0836cdfbee
Added a list of extensions to pre-install in Codespaces. Improved the readability of the configuration 2024-05-14 09:57:17 +00:00
Mike McQuaid
dd39b2be64
Add VSCode devcontainers
Should be useful for getting a development environment setup quickly.
2022-10-27 09:18:49 +01:00