Skip to content

Commit 017f007

Browse files
authored
chore(jetbrains-gateway): match example with screenshot (#200)
1 parent 18810cc commit 017f007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jetbrains-gateway/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ module "jetbrains_gateway" {
1818
agent_id = coder_agent.example.id
1919
agent_name = "example"
2020
folder = "/home/coder/example"
21-
jetbrains_ides = ["GO", "WS", "IU", "PY", "PS", "CL", "RM", "RD"]
22-
default = "PY"
21+
jetbrains_ides = ["CL", "GO", "IU", "PY", "WS"]
22+
default = "GO"
2323
}
2424
```
2525

0 commit comments

Comments
 (0)