Skip to content

Commit

Permalink
Enable unnecessary parentheses analyzer by default (#2057)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianrourkeboll authored Dec 31, 2024
1 parent 5fcad29 commit 352f85c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@
]
},
"FSharp.unnecessaryParenthesesAnalyzer": {
"default": false,
"default": true,
"description": "Enables detection of unnecessary parentheses",
"type": "boolean"
},
Expand Down Expand Up @@ -1818,4 +1818,4 @@
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
},
"version": "7.22.0"
}
}

0 comments on commit 352f85c

Please sign in to comment.