From 017f007bdebed7ddc29c8d8f796090096af93264 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 18 Mar 2024 22:39:23 +0300 Subject: [PATCH] chore(jetbrains-gateway): match example with screenshot (#200) --- jetbrains-gateway/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jetbrains-gateway/README.md b/jetbrains-gateway/README.md index 1717de7..e5cb77f 100644 --- a/jetbrains-gateway/README.md +++ b/jetbrains-gateway/README.md @@ -18,8 +18,8 @@ module "jetbrains_gateway" { agent_id = coder_agent.example.id agent_name = "example" folder = "/home/coder/example" - jetbrains_ides = ["GO", "WS", "IU", "PY", "PS", "CL", "RM", "RD"] - default = "PY" + jetbrains_ides = ["CL", "GO", "IU", "PY", "WS"] + default = "GO" } ```