Adds formatting issue analyzing in Omnisharp (VSCode) (#15809)
This commit is contained in:
@@ -196,7 +196,7 @@ csharp_preserve_single_line_blocks = true
|
|||||||
#dotnet_naming_style.begins_with_i.word_separator =
|
#dotnet_naming_style.begins_with_i.word_separator =
|
||||||
#dotnet_naming_style.begins_with_i.capitalization = pascal_case
|
#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.severity = warning
|
||||||
dotnet_naming_rule.constants_rule.style = upper_camel_case_style
|
dotnet_naming_rule.constants_rule.style = upper_camel_case_style
|
||||||
|
|||||||
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"omnisharp.analyzeOpenDocumentsOnly": true
|
||||||
|
}
|
||||||
6
omnisharp.json
Normal file
6
omnisharp.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"RoslynExtensionsOptions": {
|
||||||
|
"DocumentAnalysisTimeoutMs": 600000,
|
||||||
|
"EnableAnalyzersSupport": true
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user