Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit52149a1

Browse files
authored
fix(examples): set jetbrains default folder to workspaces
1 parent3b0e2b4 commit52149a1

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)

[8]ページ先頭

©2009-2025 Movatter.jp