This repository was archived by the owner on May 15, 2025. It is now read-only.
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This module adds a JetBrains Gateway Button to open any workspace with a single
14
14
``` tf
15
15
module "jetbrains_gateway" {
16
16
source = "registry.coder.com/modules/jetbrains-gateway/coder"
17
- version = "1.0.3 "
17
+ version = "1.0.6 "
18
18
agent_id = coder_agent.example.id
19
19
agent_name = "example"
20
20
folder = "/home/coder/example"
@@ -32,7 +32,7 @@ module "jetbrains_gateway" {
32
32
``` tf
33
33
module "jetbrains_gateway" {
34
34
source = "registry.coder.com/modules/jetbrains-gateway/coder"
35
- version = "1.0.3 "
35
+ version = "1.0.6 "
36
36
agent_id = coder_agent.example.id
37
37
agent_name = "example"
38
38
folder = "/home/coder/example"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Automatically install [Visual Studio Code Server](https://code.visualstudio.com/
14
14
``` tf
15
15
module "vscode-web" {
16
16
source = "registry.coder.com/modules/vscode-web/coder"
17
- version = "1.0.3 "
17
+ version = "1.0.6 "
18
18
agent_id = coder_agent.example.id
19
19
accept_license = true
20
20
}
@@ -29,7 +29,7 @@ module "vscode-web" {
29
29
``` tf
30
30
module "vscode-web" {
31
31
source = "registry.coder.com/modules/vscode-web/coder"
32
- version = "1.0.3 "
32
+ version = "1.0.6 "
33
33
agent_id = coder_agent.example.id
34
34
install_prefix = "/home/coder/.vscode-web"
35
35
folder = "/home/coder"
@@ -42,7 +42,7 @@ module "vscode-web" {
42
42
``` tf
43
43
module "vscode-web" {
44
44
source = "registry.coder.com/modules/vscode-web/coder"
45
- version = "1.0.2 "
45
+ version = "1.0.6 "
46
46
agent_id = coder_agent.example.id
47
47
extensions = ["github.copilot", "ms-python.python", "ms-toolsai.jupyter"]
48
48
accept_license = true
You can’t perform that action at this time.
0 commit comments