We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5cb8a3 commit 7ff26b1Copy full SHA for 7ff26b1
release/package.json
@@ -867,6 +867,20 @@
867
"description": "Enables detection of unnecessary parentheses",
868
"type": "boolean"
869
},
870
+ "FSharp.unnecessaryParenthesesAnalyzerExclusions": {
871
+ "default": [
872
+ ".*\\.g\\.fs",
873
+ ".*\\.cg\\.fs"
874
+ ],
875
+ "description": "A set of regex patterns to exclude from the unnecessary parentheses analyzer",
876
+ "type": "array",
877
+ "items": {
878
+ "type": "string"
879
+ },
880
+ "required": [
881
+ "FSharp.unnecessaryParenthesesAnalyzer"
882
+ ]
883
884
"FSharp.smartIndent": {
885
"default": false,
886
"description": "Enables smart indent feature",
@@ -1832,4 +1846,4 @@
1832
1846
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
1833
1847
1834
1848
"version": "7.25.2"
1835
-}
1849
+}
0 commit comments