From 85646a2143d80ea2b942cec65152e3ee12a5392a Mon Sep 17 00:00:00 2001 From: Brian Rourke Boll Date: Thu, 25 Apr 2024 17:02:30 -0400 Subject: [PATCH] Add config entry for parens analyzer (#1994) --- release/package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/release/package.json b/release/package.json index de0706a7..31db1fb7 100644 --- a/release/package.json +++ b/release/package.json @@ -836,6 +836,11 @@ "FSharp.simplifyNameAnalyzer" ] }, + "FSharp.unnecessaryParenthesesAnalyzer": { + "default": false, + "description": "Enables detection of unnecessary parentheses", + "type": "boolean" + }, "FSharp.smartIndent": { "default": false, "description": "Enables smart indent feature", @@ -1791,4 +1796,4 @@ "url": "https://github.com/ionide/ionide-vscode-fsharp.git" }, "version": "7.18.2" -} \ No newline at end of file +}