Skip to content

Commit

Permalink
Update analyzers support (#1974)
Browse files Browse the repository at this point in the history
* add excludeAnalyzers to package.json

* add FSharp.includeAnalyzers to package.json
  • Loading branch information
dawedawe authored Jan 14, 2024
1 parent 70f7f12 commit 7e75f62
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 7e75f62

Please sign in to comment.