diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c34491e5358..438e7c5b0ac 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -32,7 +32,8 @@ "gitlens.showWelcomeOnInstall": false, "gitlens.showWhatsNewAfterUpgrades": false, "terminal.integrated.shell.linux": "/usr/bin/zsh", - "workbench.startupEditor": "none" + "workbench.startupEditor": "none", + "rubyLsp.rubyVersionManager": "none" } } }