Skip to content

Commit ec5aa85

Browse files
committed
Update JetBrains IDE build numbers
1 parent b7cc89c commit ec5aa85

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

registry/coder/modules/jetbrains/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,12 @@ module "jetbrains" {
149149
"GO" = {
150150
name = "GoLand"
151151
icon = "/icon/goland.svg"
152-
build = "251.25410.140" # Static build number used when API is unavailable
152+
build = "251.26927.50" # Static build number used when API is unavailable
153153
}
154154
"IU" = {
155155
name = "IntelliJ IDEA"
156156
icon = "/icon/intellij.svg"
157-
build = "251.23774.200" # Static build number used when API is unavailable
157+
build = "251.26927.53" # Static build number used when API is unavailable
158158
}
159159
}
160160
}

registry/coder/modules/jetbrains/main.tf

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ variable "ide_config" {
126126
- build: The build number of the IDE.
127127
Example:
128128
{
129-
"CL" = { name = "CLion", icon = "/icon/clion.svg", build = "251.23774.202" },
130-
"GO" = { name = "GoLand", icon = "/icon/goland.svg", build = "251.25410.140" },
131-
"IU" = { name = "IntelliJ IDEA", icon = "/icon/intellij.svg", build = "251.23774.200" },
129+
"CL" = { name = "CLion", icon = "/icon/clion.svg", build = "251.26927.39" },
130+
"GO" = { name = "GoLand", icon = "/icon/goland.svg", build = "251.26927.50" },
131+
"IU" = { name = "IntelliJ IDEA", icon = "/icon/intellij.svg", build = "251.26927.53" },
132132
}
133133
EOT
134134
type = map(object({
@@ -137,15 +137,15 @@ variable "ide_config" {
137137
build = string
138138
}))
139139
default = {
140-
"CL" = { name = "CLion", icon = "/icon/clion.svg", build = "251.23774.202" },
141-
"GO" = { name = "GoLand", icon = "/icon/goland.svg", build = "251.25410.140" },
142-
"IU" = { name = "IntelliJ IDEA", icon = "/icon/intellij.svg", build = "251.23774.200" },
143-
"PS" = { name = "PhpStorm", icon = "/icon/phpstorm.svg", build = "251.23774.209" },
144-
"PY" = { name = "PyCharm", icon = "/icon/pycharm.svg", build = "251.23774.211" },
145-
"RD" = { name = "Rider", icon = "/icon/rider.svg", build = "251.23774.212" },
146-
"RM" = { name = "RubyMine", icon = "/icon/rubymine.svg", build = "251.23774.208" },
147-
"RR" = { name = "RustRover", icon = "/icon/rustrover.svg", build = "251.23774.316" },
148-
"WS" = { name = "WebStorm", icon = "/icon/webstorm.svg", build = "251.23774.210" }
140+
"CL" = { name = "CLion", icon = "/icon/clion.svg", build = "251.26927.39" },
141+
"GO" = { name = "GoLand", icon = "/icon/goland.svg", build = "251.26927.50" },
142+
"IU" = { name = "IntelliJ IDEA", icon = "/icon/intellij.svg", build = "251.26927.53" },
143+
"PS" = { name = "PhpStorm", icon = "/icon/phpstorm.svg", build = "251.26927.60" },
144+
"PY" = { name = "PyCharm", icon = "/icon/pycharm.svg", build = "251.26927.74" },
145+
"RD" = { name = "Rider", icon = "/icon/rider.svg", build = "251.26927.67" },
146+
"RM" = { name = "RubyMine", icon = "/icon/rubymine.svg", build = "251.26927.47" },
147+
"RR" = { name = "RustRover", icon = "/icon/rustrover.svg", build = "251.26927.79" },
148+
"WS" = { name = "WebStorm", icon = "/icon/webstorm.svg", build = "251.26927.40" }
149149
}
150150
validation {
151151
condition = length(var.ide_config) > 0

0 commit comments

Comments
 (0)