|
|
|
@ -10,6 +10,8 @@ tags: [ide, jetbrains, helper, parameter]
|
|
|
|
|
|
|
|
|
|
This module adds a JetBrains Gateway Button to open any workspace with a single click.
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
|
|
|
|
|
|
### Add GoLand and WebStorm with the default set to GoLand
|
|
|
|
@ -25,18 +27,6 @@ module "jetbrains_gateway" {
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Add CLion and Idea with no D=deafult
|
|
|
|
|
|
|
|
|
|
```hcl
|
|
|
|
|
module "jetbrains_gateway" {
|
|
|
|
|
source = "https://registry.coder.com/modules/jetbrains-gateway"
|
|
|
|
|
agent_id = coder_agent.example.id
|
|
|
|
|
agent_name = "example"
|
|
|
|
|
project_directory = "/home/coder/example"
|
|
|
|
|
jetbrains_ides = ["IU", "CL"]
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Supported IDEs
|
|
|
|
|
|
|
|
|
|
This module and JetBrains Gateway support the following JetBrains IDEs:
|
|
|
|
|