init
This commit is contained in:
20
omnisharp.json
Normal file
20
omnisharp.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"RoslynExtensionsOptions": {
|
||||
"enableAnalyzersSupport": true,
|
||||
"enableDecompilationSupport": true,
|
||||
"enableImportCompletion": true
|
||||
},
|
||||
"FormattingOptions": {
|
||||
"enableEditorConfigSupport": true,
|
||||
"organizeImports": true,
|
||||
"SeparateImportDirectiveGroups": true
|
||||
},
|
||||
"RenameOptions": {
|
||||
"renameInComments": true,
|
||||
"renameOverloads": true,
|
||||
"renameInStrings": true
|
||||
},
|
||||
"SDK": {
|
||||
"includePrereleases": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user