From 7e1ea4be0d6efc6ab5b51a62c048266cd7f60242 Mon Sep 17 00:00:00 2001 From: Ram Vasuthevan <36580682+RamVasuthevan@users.noreply.github.com> Date: Sun, 3 Mar 2024 04:05:57 +0000 Subject: [PATCH] Migrate rebornix.Ruby to Shopify.ruby-lsp --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e5a1a0aa582..8c19ac918d5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,7 +11,7 @@ // Add the IDs of extensions you want installed when the container is created. "extensions": [ - "rebornix.Ruby" + "Shopify.ruby-lsp" ], // Use 'forwardPorts' to make a list of ports inside the container available locally.