chore: update docker starter template jetbrains_ides option to match module default (#16898)

Taken from
fd5dd375f7/jetbrains-gateway/main.tf (L134)

The order got shuffled a little, but the main difference is that the new
list includes RustRover, which is nice. :)
This commit is contained in:
ケイラ
2025-03-12 17:12:30 -06:00
committed by GitHub
parent f2cd046b2b
commit f6382fde22

View File

@ -139,7 +139,7 @@ module "jetbrains_gateway" {
source = "registry.coder.com/modules/jetbrains-gateway/coder"
# JetBrains IDEs to make available for the user to select
jetbrains_ides = ["IU", "PY", "WS", "PS", "RD", "CL", "GO", "RM"]
jetbrains_ides = ["IU", "PS", "WS", "PY", "CL", "GO", "RM", "RD", "RR"]
default = "IU"
# Default folder to open when starting a JetBrains IDE