Description
Visual Studio Code complains that the version.schema.json file contains a BOM, when referencing https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json as $schema.
Impact
Currently, just a warning squiggle is shown, but the schema is correctly resolved and intellisense works.
I do not know whether this will work in future, but for now it's just irritating to see warnings when everything is actually fine.

Suggested Solution
Remove BOM from the version.schema.json. It shouldn't negatively impact any tooling.