This repository was archived by the owner on May 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ This module has a chance of conflicting with the user's dotfiles / the personali
19
19
``` tf
20
20
module "git-commit-signing" {
21
21
source = "registry.coder.com/modules/git-commit-signing/coder"
22
- version = "1.0.9 "
22
+ version = "1.0.11 "
23
23
agent_id = coder_agent.example.id
24
24
}
25
25
```
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.9 "
17
+ version = "1.0.11 "
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.9 "
35
+ version = "1.0.11 "
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.10 "
17
+ version = "1.0.11 "
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.10 "
32
+ version = "1.0.11 "
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.10 "
45
+ version = "1.0.11 "
46
46
agent_id = coder_agent.example.id
47
47
extensions = ["github.copilot", "ms-python.python", "ms-toolsai.jupyter"]
48
48
accept_license = true
@@ -56,7 +56,7 @@ Configure VS Code's [settings.json](https://code.visualstudio.com/docs/getstarte
56
56
``` tf
57
57
module "vscode-web" {
58
58
source = "registry.coder.com/modules/vscode-web/coder"
59
- version = "1.0.10 "
59
+ version = "1.0.11 "
60
60
agent_id = coder_agent.example.id
61
61
extensions = ["dracula-theme.theme-dracula"]
62
62
settings = {
You can’t perform that action at this time.
0 commit comments