Skip to content

Commit 480bf4b

Browse files
authored
chore: update vscode-desktop-core module dependencies (#751)
## Description #750 follow-up ## Type of Change - [ ] New module - [ ] New template - [ ] Bug fix - [x] Feature/enhancement - [ ] Documentation - [ ] Other
1 parent d885149 commit 480bf4b

12 files changed

Lines changed: 27 additions & 27 deletions

File tree

registry/coder/modules/antigravity/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Uses the [Coder Remote VS Code Extension](https://github.com/coder/vscode-coder)
1616
module "antigravity" {
1717
count = data.coder_workspace.me.start_count
1818
source = "registry.coder.com/coder/antigravity/coder"
19-
version = "1.0.0"
19+
version = "1.0.1"
2020
agent_id = coder_agent.example.id
2121
}
2222
```
@@ -29,7 +29,7 @@ module "antigravity" {
2929
module "antigravity" {
3030
count = data.coder_workspace.me.start_count
3131
source = "registry.coder.com/coder/antigravity/coder"
32-
version = "1.0.0"
32+
version = "1.0.1"
3333
agent_id = coder_agent.example.id
3434
folder = "/home/coder/project"
3535
}
@@ -45,7 +45,7 @@ The following example configures Antigravity to use the GitHub MCP server with a
4545
module "antigravity" {
4646
count = data.coder_workspace.me.start_count
4747
source = "registry.coder.com/coder/antigravity/coder"
48-
version = "1.0.0"
48+
version = "1.0.1"
4949
agent_id = coder_agent.example.id
5050
folder = "/home/coder/project"
5151
mcp = jsonencode({

registry/coder/modules/antigravity/main.tf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ locals {
6666

6767
module "vscode-desktop-core" {
6868
source = "registry.coder.com/coder/vscode-desktop-core/coder"
69-
version = "1.0.1"
69+
version = "1.0.2"
7070

7171
agent_id = var.agent_id
7272

73-
web_app_icon = "/icon/antigravity.svg"
74-
web_app_slug = var.slug
75-
web_app_display_name = var.display_name
76-
web_app_order = var.order
77-
web_app_group = var.group
73+
coder_app_icon = "/icon/antigravity.svg"
74+
coder_app_slug = var.slug
75+
coder_app_display_name = var.display_name
76+
coder_app_order = var.order
77+
coder_app_group = var.group
7878

7979
folder = var.folder
8080
open_recent = var.open_recent

registry/coder/modules/cursor/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Uses the [Coder Remote VS Code Extension](https://github.com/coder/vscode-coder)
1616
module "cursor" {
1717
count = data.coder_workspace.me.start_count
1818
source = "registry.coder.com/coder/cursor/coder"
19-
version = "1.4.0"
19+
version = "1.4.1"
2020
agent_id = coder_agent.main.id
2121
}
2222
```
@@ -29,7 +29,7 @@ module "cursor" {
2929
module "cursor" {
3030
count = data.coder_workspace.me.start_count
3131
source = "registry.coder.com/coder/cursor/coder"
32-
version = "1.4.0"
32+
version = "1.4.1"
3333
agent_id = coder_agent.main.id
3434
folder = "/home/coder/project"
3535
}
@@ -45,7 +45,7 @@ The following example configures Cursor to use the GitHub MCP server with authen
4545
module "cursor" {
4646
count = data.coder_workspace.me.start_count
4747
source = "registry.coder.com/coder/cursor/coder"
48-
version = "1.4.0"
48+
version = "1.4.1"
4949
agent_id = coder_agent.main.id
5050
folder = "/home/coder/project"
5151
mcp = jsonencode({

registry/coder/modules/cursor/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ locals {
6666

6767
module "vscode-desktop-core" {
6868
source = "registry.coder.com/coder/vscode-desktop-core/coder"
69-
version = "1.0.0"
69+
version = "1.0.2"
7070

7171
agent_id = var.agent_id
7272

registry/coder/modules/kiro/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Uses the [Coder Remote VS Code Extension](https://github.com/coder/vscode-coder)
1818
module "kiro" {
1919
count = data.coder_workspace.me.start_count
2020
source = "registry.coder.com/coder/kiro/coder"
21-
version = "1.2.0"
21+
version = "1.2.1"
2222
agent_id = coder_agent.main.id
2323
}
2424
```
@@ -31,7 +31,7 @@ module "kiro" {
3131
module "kiro" {
3232
count = data.coder_workspace.me.start_count
3333
source = "registry.coder.com/coder/kiro/coder"
34-
version = "1.2.0"
34+
version = "1.2.1"
3535
agent_id = coder_agent.main.id
3636
folder = "/home/coder/project"
3737
}
@@ -47,7 +47,7 @@ The following example configures Kiro to use the GitHub MCP server with authenti
4747
module "kiro" {
4848
count = data.coder_workspace.me.start_count
4949
source = "registry.coder.com/coder/kiro/coder"
50-
version = "1.2.0"
50+
version = "1.2.1"
5151
agent_id = coder_agent.main.id
5252
folder = "/home/coder/project"
5353
mcp = jsonencode({

registry/coder/modules/kiro/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ locals {
5353

5454
module "vscode-desktop-core" {
5555
source = "registry.coder.com/coder/vscode-desktop-core/coder"
56-
version = "1.0.0"
56+
version = "1.0.2"
5757

5858
agent_id = var.agent_id
5959

registry/coder/modules/vscode-desktop/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Uses the [Coder Remote VS Code Extension](https://github.com/coder/vscode-coder)
1616
module "vscode" {
1717
count = data.coder_workspace.me.start_count
1818
source = "registry.coder.com/coder/vscode-desktop/coder"
19-
version = "1.2.0"
19+
version = "1.2.1"
2020
agent_id = coder_agent.main.id
2121
}
2222
```
@@ -29,7 +29,7 @@ module "vscode" {
2929
module "vscode" {
3030
count = data.coder_workspace.me.start_count
3131
source = "registry.coder.com/coder/vscode-desktop/coder"
32-
version = "1.2.0"
32+
version = "1.2.1"
3333
agent_id = coder_agent.main.id
3434
folder = "/home/coder/project"
3535
}

registry/coder/modules/vscode-desktop/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ variable "group" {
4040

4141
module "vscode-desktop-core" {
4242
source = "registry.coder.com/coder/vscode-desktop-core/coder"
43-
version = "1.0.0"
43+
version = "1.0.2"
4444

4545
agent_id = var.agent_id
4646

registry/coder/modules/windsurf/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Uses the [Coder Remote VS Code Extension](https://github.com/coder/vscode-coder)
1616
module "windsurf" {
1717
count = data.coder_workspace.me.start_count
1818
source = "registry.coder.com/coder/windsurf/coder"
19-
version = "1.3.0"
19+
version = "1.3.1"
2020
agent_id = coder_agent.main.id
2121
}
2222
```
@@ -29,7 +29,7 @@ module "windsurf" {
2929
module "windsurf" {
3030
count = data.coder_workspace.me.start_count
3131
source = "registry.coder.com/coder/windsurf/coder"
32-
version = "1.3.0"
32+
version = "1.3.1"
3333
agent_id = coder_agent.main.id
3434
folder = "/home/coder/project"
3535
}
@@ -45,7 +45,7 @@ The following example configures Windsurf to use the GitHub MCP server with auth
4545
module "windsurf" {
4646
count = data.coder_workspace.me.start_count
4747
source = "registry.coder.com/coder/windsurf/coder"
48-
version = "1.3.0"
48+
version = "1.3.1"
4949
agent_id = coder_agent.main.id
5050
folder = "/home/coder/project"
5151
mcp = jsonencode({

registry/coder/modules/windsurf/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ locals {
6565

6666
module "vscode-desktop-core" {
6767
source = "registry.coder.com/coder/vscode-desktop-core/coder"
68-
version = "1.0.0"
68+
version = "1.0.2"
6969

7070
agent_id = var.agent_id
7171

0 commit comments

Comments
 (0)