From 1144376c219938666f43c960638c71c19d148830 Mon Sep 17 00:00:00 2001 From: McKayla Washburn Date: Fri, 30 May 2025 22:58:57 +0000 Subject: [PATCH] dogfood: group together web editors --- dogfood/coder/main.tf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dogfood/coder/main.tf b/dogfood/coder/main.tf index 63430109589c0..72c9d7be1469f 100644 --- a/dogfood/coder/main.tf +++ b/dogfood/coder/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { coder = { source = "coder/coder" - version = "~> 2.0" + version = "~> 2.5" } docker = { source = "kreuzwerker/docker" @@ -249,21 +249,23 @@ module "personalize" { module "code-server" { count = data.coder_workspace.me.start_count source = "dev.registry.coder.com/coder/code-server/coder" - version = "1.2.0" + version = "1.3.0" agent_id = coder_agent.dev.id folder = local.repo_dir auto_install_extensions = true + group = "Web Editors" } module "vscode-web" { count = data.coder_workspace.me.start_count source = "dev.registry.coder.com/coder/vscode-web/coder" - version = "1.1.0" + version = "1.2.0" agent_id = coder_agent.dev.id folder = local.repo_dir extensions = ["github.copilot"] auto_install_extensions = true # will install extensions from the repos .vscode/extensions.json file accept_license = true + group = "Web Editors" } module "jetbrains" { pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy