@@ -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