We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1314f2e commit ee96c0eCopy full SHA for ee96c0e
examples/examples.go
@@ -23,11 +23,13 @@ var (
23
// Only some templates are embedded that we want to display inside the UI.
24
// The metadata in examples.gen.json is generated via scripts/examplegen.
25
//go:embed examples.gen.json
26
+ //go:embed templates/aws-devcontainer
27
//go:embed templates/aws-linux
28
//go:embed templates/aws-windows
29
//go:embed templates/azure-linux
30
//go:embed templates/do-linux
31
//go:embed templates/docker
32
+ //go:embed templates/gcp-devcontainer
33
//go:embed templates/gcp-linux
34
//go:embed templates/gcp-vm-container
35
//go:embed templates/gcp-windows
0 commit comments