Skip to content

Commit 52149a1

Browse files
authored
fix(examples): set jetbrains default folder to workspaces
1 parent 3b0e2b4 commit 52149a1

File tree

1 file changed

+2
-2
lines changed
  • examples/templates/docker-devcontainer

1 file changed

+2
-2
lines changed

examples/templates/docker-devcontainer/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,11 +339,11 @@ module "jetbrains_gateway" {
339339
source = "registry.coder.com/modules/jetbrains-gateway/coder"
340340

341341
# JetBrains IDEs to make available for the user to select
342-
jetbrains_ides = ["IU", "PY", "WS", "PS", "RD", "CL", "GO", "RM"]
342+
jetbrains_ides = ["IU", "PS", "WS", "PY", "CL", "GO", "RM", "RD", "RR"]
343343
default = "IU"
344344

345345
# Default folder to open when starting a JetBrains IDE
346-
folder = "/home/coder"
346+
folder = "/workspaces"
347347

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

0 commit comments

Comments
 (0)