Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

chore(jetbrans-gateway): update JetBrains IDEs and remove community editions #99

Merged
merged 12 commits into from
Dec 7, 2023
Prev Previous commit
Next Next commit
remove DB and RD
Datalore and Rider are not supported with gateway yet.
  • Loading branch information
matifali authored Dec 5, 2023
commit 16bb55d299c2eae4e06df8d8aabe7ab7cc1aa9ca
4 changes: 1 addition & 3 deletions jetbrains-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```
Expand Down Expand Up @@ -50,5 +50,3 @@ This module and JetBrains Gateway support the following JetBrains IDEs:
- PhpStorm (`PS`)
- CLion (`CL`)
- RubyMine (`RM`)
- DataGrip (`DB`)
- Rider (`RD`)