Thanks to visit codestin.com Credit goes to github.com
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 78cb90d commit ae57f58Copy full SHA for ae57f58
examples/examples.go
@@ -22,6 +22,7 @@ import (
22
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
+ // Template IDs should not change over time. They are used as persistent identifiers in telemetry.
26
//go:embed examples.gen.json
27
//go:embed templates/aws-devcontainer
28
//go:embed templates/aws-linux
0 commit comments