/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Deployment/Properties/launchSettings.json
23 строки
855 B
Jason Malinowski
Add DevHub.exe to the list of processes in various places
09 янв 2026, 04:37
09 янв 2026, 04:37
4583c0b
Код
Авторство
О чём код?
{ "profiles": { "Visual Studio Extension": { "commandName": "Executable", "executablePath": "$(DevEnvDir)devenv.exe", "commandLineArgs": "/rootsuffix $(VSSDKTargetPlatformRegRootSuffix) /log" }, "Visual Studio Extension (with ServiceHub Debugging)": { "commandName": "Executable", "executablePath": "$(DevEnvDir)devenv.exe", "commandLineArgs": "/rootsuffix $(VSSDKTargetPlatformRegRootSuffix) /log", "environmentVariables": { "SERVICEHUBDEBUGHOSTONSTARTUP": "ServiceHub.RoslynCodeAnalysisService.exe;DevHub.exe" } }, "Visual Studio Extension (with Native Debugging)": { "commandName": "Executable", "executablePath": "$(DevEnvDir)devenv.exe", "commandLineArgs": "/rootsuffix $(VSSDKTargetPlatformRegRootSuffix) /log", "nativeDebugging": true } } }