We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent3b0e2b4 commit52149a1Copy full SHA for 52149a1
examples/templates/docker-devcontainer/main.tf
@@ -339,11 +339,11 @@ module "jetbrains_gateway" {
339
source="registry.coder.com/modules/jetbrains-gateway/coder"
340
341
# JetBrains IDEs to make available for the user to select
342
-jetbrains_ides=["IU","PY","WS","PS","RD","CL","GO","RM"]
+jetbrains_ides=["IU","PS","WS","PY","CL","GO","RM","RD","RR"]
343
default="IU"
344
345
# Default folder to open when starting a JetBrains IDE
346
-folder="/home/coder"
+folder="/workspaces"
347
348
# This ensures that the latest version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
349
version=">= 1.0.0"