Moritz

Results 345 comments of Moritz

> Maybe move the schema to https://www.schemastore.org/json/? That way it's automatically picked up by lots of editors without the user even having to install an extension I filed https://github.com/SchemaStore/schemastore/pull/4475

Does setting the `@@x-template` key help? I think the extension doesn't auto-recognize based on file names, as this is a bit frail.

Hm, let me take a look. I am quite busy at the moment, but please ping me if I forget about this.. It should work!

Ah I misunderstood, thanks for the screenshot. I thought this was about the template not being recognized. > The region-specific file is expected to inherit messages from the base locale...

So you would like to disable this for `en_US` if `en` is present, but keep it for `fr`, which would also have `en` as the template?

We could define a new `@@x-` key for something like "default to template". This could then also be ingested by code generators.

Closing as the [dart-lang/code_builder](https://github.com/dart-lang/code_builder) repository is merged into the [dart-lang/tools](https://github.com/dart-lang/tools) monorepo. Please re-open this PR there!

Slow progress :) There are a lot of presubmits..

@chinmaygarde How to solve the remaining failures? The legacy N-1 will fail as this is a feature only present on Flutter main branch. For the other failures, I don't understand...

> > For the other failures, I don't understand how to read what is failing. They are quite verbose. Help would be appreciated! > > A bunch of them appear...