Add ruby extension.

This commit is contained in:
Brian McManus 2022-06-08 23:05:35 -06:00 committed by GitHub
parent b367c3ed29
commit f0b20a0287
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
{
"extensions": [
"gh-gh-dogfooding.codespaces-zero"
"gh-gh-dogfooding.codespaces-zero",
"rebornix.Ruby"
],
"postCreateCommand": "bundle install --local",
"codespaces": {
@ -11,4 +12,4 @@
"previewDelay:": 6000
}
}
}
}