From f9215ded528831753e3b8f7812c519bb99894d1a Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 14 Nov 2023 01:16:47 +0300 Subject: [PATCH] Update README.md --- jetbrains-gateway/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/jetbrains-gateway/README.md b/jetbrains-gateway/README.md index f3e107c..a553940 100644 --- a/jetbrains-gateway/README.md +++ b/jetbrains-gateway/README.md @@ -17,7 +17,8 @@ module "jetbrains_gateway" { agent_id = coder_agent.example.id agent_name = "example" folder = "/home/coder/example" - jetbrains_ides = ["GO", "WS", "IU", "IC", "PY", "PC", "PS", "CL", "RM", "DB", "RD"] + jetbrains_ides = ["GO", "WS", "IU", "PY", "PS", "CL", "RM", "DB", "RD"] + default = "PY" } ``` @@ -45,9 +46,7 @@ This module and JetBrains Gateway support the following JetBrains IDEs: - GoLand (`GO`) - WebStorm (`WS`) - IntelliJ IDEA Ultimate (`IU`) -- IntelliJ IDEA Community (`IC`) - PyCharm Professional (`PY`) -- PyCharm Community (`PC`) - PhpStorm (`PS`) - CLion (`CL`) - RubyMine (`RM`)