From 90437425c401bc0897668f425eeb798523d03c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rasmus=20Lystr=C3=B8m?= Date: Sun, 19 Nov 2023 13:58:35 +0000 Subject: [PATCH] Add supported Ruby extension --- src/ruby/.devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ruby/.devcontainer/devcontainer.json b/src/ruby/.devcontainer/devcontainer.json index 8d32f49e3..52bf79a73 100644 --- a/src/ruby/.devcontainer/devcontainer.json +++ b/src/ruby/.devcontainer/devcontainer.json @@ -24,7 +24,7 @@ "vscode": { // Add the IDs of extensions you want installed when the container is created. "extensions": [ - "rebornix.Ruby" + "shopify.ruby-extensions-pack" ] } },