Skip to content

Commit

Permalink
Adds formatting issue analyzing in Omnisharp (VSCode) (#15809)
Browse files Browse the repository at this point in the history
  • Loading branch information
vulppine authored Apr 29, 2023
1 parent 25a600d commit 174b28e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ csharp_preserve_single_line_blocks = true
#dotnet_naming_style.begins_with_i.word_separator =
#dotnet_naming_style.begins_with_i.capitalization = pascal_case


dotnet_diagnostic.IDE0055.severity = warning

dotnet_naming_rule.constants_rule.severity = warning
dotnet_naming_rule.constants_rule.style = upper_camel_case_style
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"omnisharp.analyzeOpenDocumentsOnly": true
}
6 changes: 6 additions & 0 deletions omnisharp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"RoslynExtensionsOptions": {
"DocumentAnalysisTimeoutMs": 600000,
"EnableAnalyzersSupport": true
}
}

0 comments on commit 174b28e

Please sign in to comment.