From ade07881cfeb0944f2a39f7edbb2bbf08d237de2 Mon Sep 17 00:00:00 2001 From: martincostello Date: Wed, 9 Nov 2022 10:47:15 +0000 Subject: [PATCH] Remove byte order mark Remove the byte order mark from the schema file to fix Visual Studio Code parse error. --- .../StyleCop.Analyzers/Settings/stylecop.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json b/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json index f7fda8507..8ae727cc3 100644 --- a/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json +++ b/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json @@ -1,4 +1,4 @@ -{ +{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "title": "StyleCop Analyzers Configuration",