Skip to content

Commit a312d1e

Browse files
chore: bump vscode-web module version to 1.3.0
1 parent 06ac601 commit a312d1e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Automatically install [Visual Studio Code Server](https://code.visualstudio.com/
1515
module "vscode-web" {
1616
count = data.coder_workspace.me.start_count
1717
source = "registry.coder.com/coder/vscode-web/coder"
18-
version = "1.2.0"
18+
version = "1.3.0"
1919
agent_id = coder_agent.example.id
2020
accept_license = true
2121
}
@@ -31,7 +31,7 @@ module "vscode-web" {
3131
module "vscode-web" {
3232
count = data.coder_workspace.me.start_count
3333
source = "registry.coder.com/coder/vscode-web/coder"
34-
version = "1.2.0"
34+
version = "1.3.0"
3535
agent_id = coder_agent.example.id
3636
install_prefix = "/home/coder/.vscode-web"
3737
folder = "/home/coder"
@@ -45,7 +45,7 @@ module "vscode-web" {
4545
module "vscode-web" {
4646
count = data.coder_workspace.me.start_count
4747
source = "registry.coder.com/coder/vscode-web/coder"
48-
version = "1.2.0"
48+
version = "1.3.0"
4949
agent_id = coder_agent.example.id
5050
extensions = ["github.copilot", "ms-python.python", "ms-toolsai.jupyter"]
5151
accept_license = true
@@ -60,7 +60,7 @@ Configure VS Code's [settings.json](https://code.visualstudio.com/docs/getstarte
6060
module "vscode-web" {
6161
count = data.coder_workspace.me.start_count
6262
source = "registry.coder.com/coder/vscode-web/coder"
63-
version = "1.2.0"
63+
version = "1.3.0"
6464
agent_id = coder_agent.example.id
6565
extensions = ["dracula-theme.theme-dracula"]
6666
settings = {
@@ -78,7 +78,7 @@ By default, this module installs the latest. To pin a specific version, retrieve
7878
module "vscode-web" {
7979
count = data.coder_workspace.me.start_count
8080
source = "registry.coder.com/coder/vscode-web/coder"
81-
version = "1.2.0"
81+
version = "1.3.0"
8282
agent_id = coder_agent.example.id
8383
commit_id = "e54c774e0add60467559eb0d1e229c6452cf8447"
8484
accept_license = true

0 commit comments

Comments
 (0)