20 lines
449 B
JSON
20 lines
449 B
JSON
{
|
|
"RoslynExtensionsOptions": {
|
|
"enableAnalyzersSupport": true,
|
|
"enableDecompilationSupport": true,
|
|
"enableImportCompletion": true
|
|
},
|
|
"FormattingOptions": {
|
|
"enableEditorConfigSupport": true,
|
|
"organizeImports": true,
|
|
"SeparateImportDirectiveGroups": true
|
|
},
|
|
"RenameOptions": {
|
|
"renameInComments": true,
|
|
"renameOverloads": true,
|
|
"renameInStrings": true
|
|
},
|
|
"SDK": {
|
|
"includePrereleases": true
|
|
}
|
|
} |