From a3ade016ec898bb99b798ab556776490c861a0e9 Mon Sep 17 00:00:00 2001 From: Josh Abernathy Date: Tue, 19 Dec 2023 22:48:12 -0500 Subject: [PATCH] Remove deprecated Ruby extension (#894) * Replace deprecated Ruby extension * Remove the extension since the feature is already installing it * Update devcontainer.json --- src/ruby/.devcontainer/devcontainer.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/ruby/.devcontainer/devcontainer.json b/src/ruby/.devcontainer/devcontainer.json index 8d32f49e3..2bd2f7f5d 100644 --- a/src/ruby/.devcontainer/devcontainer.json +++ b/src/ruby/.devcontainer/devcontainer.json @@ -18,22 +18,6 @@ "ppa": "false" } }, - // Configure tool-specific properties. - "customizations": { - // Configure properties specific to VS Code. - "vscode": { - // Add the IDs of extensions you want installed when the container is created. - "extensions": [ - "rebornix.Ruby" - ] - } - }, - // Use 'forwardPorts' to make a list of ports inside the container available locally. - // "forwardPorts": [], - - // Use 'postCreateCommand' to run commands after the container is created. - // "postCreateCommand": "ruby --version", - // Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. "remoteUser": "vscode" }