Skip to content

Commit

Permalink
Add config entry for parens analyzer (#1994)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianrourkeboll committed Apr 25, 2024
1 parent ddb6b80 commit 85646a2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -1791,4 +1796,4 @@
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
},
"version": "7.18.2"
}
}

0 comments on commit 85646a2

Please sign in to comment.