mirror of
https://github.com/coder/coder.git
synced 2025-03-14 10:09:57 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user