/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
omnisharp.json
27 строк
584 B
Shreyas Jejurkar
Added VSCode debugging (for MvcSandbox) & code analysis support (#29486)
06 апр 2021, 02:56
Не верифицирован
06 апр 2021, 02:56
ae8b2c2
Код
Авторство
О чём код?
{ "RoslynExtensionsOptions": { "enableAnalyzersSupport": true }, "FormattingOptions": { "enableEditorConfigSupport": true }, "RenameOptions": { "RenameInComments": true, "RenameOverloads": true, "RenameInStrings": true }, "msbuild": { "MSBuildSDKsPath": ".\\.dotnet", "EnablePackageAutoRestore": true, "loadProjectsOnDemand": true }, "fileOptions": { "systemExcludeSearchPatterns": [ "**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*", "**/node_modules/**/*" ], "excludeSearchPatterns": [] } }