From 71feede1bb02619114a1efcb04f7700071d121a7 Mon Sep 17 00:00:00 2001 From: kerwin612 Date: Tue, 29 Oct 2024 14:27:14 +0800 Subject: [PATCH] Update instruction --- jetbrains-gateway/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jetbrains-gateway/README.md b/jetbrains-gateway/README.md index 31ad78a..24b15ea 100644 --- a/jetbrains-gateway/README.md +++ b/jetbrains-gateway/README.md @@ -74,6 +74,8 @@ module "jetbrains_gateway" { ### Custom base link +Due to the highest priority of the `ide_download_link` parameter in the `(jetbrains-gateway://...` within IDEA, the pre-configured download address will be overridden when using [IDEA's offline mode](https://www.jetbrains.com/help/idea/fully-offline-mode.html). Therefore, it is necessary to configure the `download_base_link` parameter for the `jetbrains_gateway` module to change the value of `ide_download_link`. + ```tf module "jetbrains_gateway" { source = "registry.coder.com/modules/jetbrains-gateway/coder"