Skip to content

Commit f6382fd

Browse files
authored
chore: update docker starter template jetbrains_ides option to match module default (coder#16898)
Taken from https://github.com/coder/modules/blob/fd5dd375f7f8740226e798fc60a4a5d271b294d4/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. :)
1 parent f2cd046 commit f6382fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/templates/docker/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ module "jetbrains_gateway" {
139139
source = "registry.coder.com/modules/jetbrains-gateway/coder"
140140

141141
# JetBrains IDEs to make available for the user to select
142-
jetbrains_ides = ["IU", "PY", "WS", "PS", "RD", "CL", "GO", "RM"]
142+
jetbrains_ides = ["IU", "PS", "WS", "PY", "CL", "GO", "RM", "RD", "RR"]
143143
default = "IU"
144144

145145
# Default folder to open when starting a JetBrains IDE

0 commit comments

Comments
 (0)