Adds formatting issue analyzing in Omnisharp (VSCode) (#15809)
This commit is contained in:
parent
25a600d74e
commit
174b28e62c
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"omnisharp.analyzeOpenDocumentsOnly": true
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"RoslynExtensionsOptions": {
|
||||
"DocumentAnalysisTimeoutMs": 600000,
|
||||
"EnableAnalyzersSupport": true
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue