Skip to content

fix(examples/templates/docker-devcontainer): update folder path and provider version constraint #17553

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 3 commits into from
Apr 24, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(examples): set jetbrains default folder to workspaces
  • Loading branch information
Aericio authored Apr 24, 2025
commit 52149a1fe17f382b16443a34ac1e946df3130c5c
4 changes: 2 additions & 2 deletions examples/templates/docker-devcontainer/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -339,11 +339,11 @@ 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
folder = "/home/coder"
folder = "/workspaces"

# This ensures that the latest version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
version = ">= 1.0.0"
Expand Down
Loading