Skip to content

Commit e3925f7

Browse files
committed
feat(coder): remove web editors grouping to show individual editor icons
Disable grouping to show VS Code apps with their proper icons instead of generic folder icon.
1 parent c56d0be commit e3925f7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.coder/template.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -463,9 +463,8 @@ module "code-server" {
463463
# Auto-install extensions from devcontainer.json
464464
auto_install_extensions = true
465465

466-
# Display in Web Editors group with code icon
467-
group = "Web Editors"
468-
icon = "/icon/code.svg"
466+
# Disable grouping to show individual apps with their own icons
467+
group = null
469468
}
470469

471470
# Frontend application (React + Vite on port 3000)

0 commit comments

Comments
 (0)