From f0b20a02873b222386d491b744d40dcaa9956950 Mon Sep 17 00:00:00 2001 From: Brian McManus Date: Wed, 8 Jun 2022 23:05:35 -0600 Subject: [PATCH] Add ruby extension. --- .devcontainer/devcontainer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7bf7b61..f091448 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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 } } - } \ No newline at end of file + }