Skip to content

Commit ee96c0e

Browse files
authored
add to starter templates
1 parent 1314f2e commit ee96c0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/examples.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ var (
2323
// Only some templates are embedded that we want to display inside the UI.
2424
// The metadata in examples.gen.json is generated via scripts/examplegen.
2525
//go:embed examples.gen.json
26+
//go:embed templates/aws-devcontainer
2627
//go:embed templates/aws-linux
2728
//go:embed templates/aws-windows
2829
//go:embed templates/azure-linux
2930
//go:embed templates/do-linux
3031
//go:embed templates/docker
32+
//go:embed templates/gcp-devcontainer
3133
//go:embed templates/gcp-linux
3234
//go:embed templates/gcp-vm-container
3335
//go:embed templates/gcp-windows

0 commit comments

Comments
 (0)