Skip to content

Commit b3bfe0c

Browse files
authored
Disable the Ruby version manager (home-assistant#31040)
1 parent 03b9927 commit b3bfe0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"gitlens.showWelcomeOnInstall": false,
3333
"gitlens.showWhatsNewAfterUpgrades": false,
3434
"terminal.integrated.shell.linux": "/usr/bin/zsh",
35-
"workbench.startupEditor": "none"
35+
"workbench.startupEditor": "none",
36+
"rubyLsp.rubyVersionManager": "none"
3637
}
3738
}
3839
}

0 commit comments

Comments
 (0)