Skip to content

Commit f4994ca

Browse files
authored
chore(dogfood): add vscode-web module (#16081)
1 parent 6ca1e59 commit f4994ca

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

dogfood/contents/main.tf

+11
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,17 @@ module "code-server" {
149149
auto_install_extensions = true
150150
}
151151

152+
module "vscode-web" {
153+
count = data.coder_workspace.me.start_count
154+
source = "registry.coder.com/modules/vscode-web/coder"
155+
version = ">= 1.0.0"
156+
agent_id = coder_agent.dev.id
157+
folder = local.repo_dir
158+
extensions = ["github.copilot"]
159+
auto_install_extensions = true # will install extensions from the repos .vscode/extensions.json file
160+
accept_license = true
161+
}
162+
152163
module "jetbrains_gateway" {
153164
count = data.coder_workspace.me.start_count
154165
source = "dev.registry.coder.com/modules/jetbrains-gateway/coder"

0 commit comments

Comments
 (0)