diff --git a/src/ruby/.devcontainer/devcontainer.json b/src/ruby/.devcontainer/devcontainer.json index 8d32f49e32..52bf79a731 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" ] } },