diff --git a/release/package.json b/release/package.json index 67ef4fc2..25cdf636 100644 --- a/release/package.json +++ b/release/package.json @@ -446,6 +446,18 @@ "scope": "machine-overridable", "type": "array" }, + "FSharp.excludeAnalyzers": { + "default": [], + "description": "The names of custom analyzers that should not be executed.", + "scope": "machine-overridable", + "type": "array" + }, + "FSharp.includeAnalyzers": { + "default": [], + "description": "The names of custom analyzers that should exclusively be executed, others should be ignored.", + "scope": "machine-overridable", + "type": "array" + }, "FSharp.autoRevealInExplorer": { "default": "sameAsFileExplorer", "description": "Controls whether the solution explorer should automatically reveal and select files when opening them. If \u0060sameAsFileExplorer\u0060 is set, then the value of the \u0060explorer.autoReveal\u0060 setting will be used instead.",