From f49aaeab18dab257e05ea6f34ba295e507c71489 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 25 Sep 2023 13:15:18 +0300 Subject: [PATCH] add scrennshot --- jetbrains-gateway/README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/jetbrains-gateway/README.md b/jetbrains-gateway/README.md index b52b117..7abe4d2 100644 --- a/jetbrains-gateway/README.md +++ b/jetbrains-gateway/README.md @@ -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: