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 @@ 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.22 "
17
+ version = "1.0.26 "
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.22 "
32
+ version = "1.0.26 "
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.22 "
45
+ version = "1.0.26 "
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.22 "
59
+ version = "1.0.26 "
60
60
agent_id = coder_agent.example.id
61
61
extensions = ["dracula-theme.theme-dracula"]
62
62
settings = {
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ variable "order" {
92
92
}
93
93
94
94
variable "settings" {
95
- type = map ( string )
95
+ type = any
96
96
description = " A map of settings to apply to VS Code web."
97
97
default = {}
98
98
}
You can’t perform that action at this time.
0 commit comments