Skip to content

Commit

Permalink
Enable unnecessary parentheses analyzer by default (ionide#2057)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianrourkeboll authored and TheAngryByrd committed Feb 9, 2025
1 parent bb2088b commit 8134c79
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 8134c79

Please sign in to comment.