From 16bb55d299c2eae4e06df8d8aabe7ab7cc1aa9ca Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 5 Dec 2023 15:20:39 +0300 Subject: [PATCH] remove DB and RD Datalore and Rider are not supported with gateway yet. --- jetbrains-gateway/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/jetbrains-gateway/README.md b/jetbrains-gateway/README.md index a553940..fcbf21d 100644 --- a/jetbrains-gateway/README.md +++ b/jetbrains-gateway/README.md @@ -17,7 +17,7 @@ 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", "DB", "RD"] + jetbrains_ides = ["GO", "WS", "IU", "PY", "PS", "CL", "RM"] default = "PY" } ``` @@ -50,5 +50,3 @@ This module and JetBrains Gateway support the following JetBrains IDEs: - PhpStorm (`PS`) - CLion (`CL`) - RubyMine (`RM`) -- DataGrip (`DB`) -- Rider (`RD`)