Skip to content

chore(dogfood): add a coder_app for JetBrains gateway IDEs #9644

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Sep 13, 2023
Prev Previous commit
Next Next commit
make gateway IDE selection mutable
  • Loading branch information
matifali authored Sep 13, 2023
commit 9173f974b4a1b4939917e45a88ab72ad65569030
1 change: 1 addition & 0 deletions dogfood/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ data "coder_parameter" "jetbrains_ide" {
name = "jetbrains_ide"
display_name = "JetBrains IDE"
icon = "/icon/gateway.svg"
mutable = true
default = jsonencode([
"GO",
"232.9559.64",
Expand Down