From 6e72cb960e2d3612520e13065943adab41609af0 Mon Sep 17 00:00:00 2001 From: martincostello Date: Fri, 27 Nov 2015 18:28:55 +0000 Subject: [PATCH] Add hint about how to refresh the JSON schema. Adds a hint about how to refresh the schema if it goes out of date in Visual Studio. --- documentation/Configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/Configuration.md b/documentation/Configuration.md index 1cf35d566..dbb40ba9e 100644 --- a/documentation/Configuration.md +++ b/documentation/Configuration.md @@ -29,6 +29,7 @@ A JSON schema is available for **stylecop.json**. By including a reference in ** ``` > :bulb: The code fix described previously automatically configures **stylecop.json** to reference the schema. +> If the schema appears to be out-of-date in Visual Studio, right click anywhere in the **stylecop.json** document and then select **Reload Schemas**. ### Source Control