settings.json•703 B
{
"cSpell.words": [
"ivanmurzakdev",
"Murzak",
"Reconfig",
"signalr"
],
"files.exclude": {
"**/*.meta": true
},
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
"source.fixAll": "explicit"
},
"dotnet.completion.showCompletionItemsFromUnimportedNamespaces": true,
"omnisharp.enableEditorConfigSupport": true,
"[csharp]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
"source.fixAll": "explicit"
}
},
"dotnet.formatting.organizeImportsOnFormat": true
}