Файл launch.json выглядит следующим образом:
Код: Выделить всё
{
"configurations": [
{
"name": "C#: 3D_slope_stability",
"type": "dotnet",
"request": "launch",
"projectPath": "${workspaceFolder}\\3D_slope_stability\\3D_slope_stability.csproj",
"launchConfigurationId": "TargetFramework=;3D_slope_stability",
"cwd": "${workspaceFolder}\\3D_slope_stability\\"
}
]
}
Подробнее здесь: https://stackoverflow.com/questions/786 ... n-visual-s