Skip to content

Commit

Permalink
feat(cli): change init behavior to include yaml lang server for gener…
Browse files Browse the repository at this point in the history
…ators.yml

Creating this to propose the change. Not sure it's in the right spot & will need to update snapshots.
  • Loading branch information
dannysheridan authored Nov 26, 2024
1 parent 2d64e0a commit ecb248e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/init/src/createWorkspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ async function getDefaultGeneratorsConfiguration({
);
}
const config: generatorsYml.GeneratorsConfigurationSchema = {
# yaml-language-server: $schema=https://schema.buildwithfern.dev/generators-yml.json
"default-group": DEFAULT_GROUP_NAME,
groups: {
[DEFAULT_GROUP_NAME]: {
Expand Down

0 comments on commit ecb248e

Please sign in to comment.