Disable the Ruby version manager (#31040)

This commit is contained in:
Stefan Agner 2024-01-25 10:53:19 +01:00 committed by GitHub
parent 03b9927d23
commit b3bfe0c52f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
}
}