add scrennshot

pull/42/head
Muhammad Atif Ali 2 years ago committed by GitHub
parent 95869c563b
commit f49aaeab18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,6 +10,8 @@ tags: [ide, jetbrains, helper, parameter]
This module adds a JetBrains Gateway Button to open any workspace with a single click.
![JetBrains Gateway IDes list](../.images/jetbrains-gateway.png)
## 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:

Loading…
Cancel
Save