[TOOLS] VSCode 오류

2017. 4. 18. 15:35EXPERIENCE/Tools

반응형


오류 preLaunchTask 'build'이(가) 1 종료 코드와 함께 종료되었습니다.

launch: launch.json must be configured. Change 'program' to the path to the executable file that you would like to debug.

launch : launch.json을 구성해야합니다. '프로그램'을 디버깅하려는 실행 파일의 경로로 변경하십시오.


No executable found matching command "dotnet-/property:GenerateFullPaths=true"


https://github.com/dotnet/cli/issues/5137

-------------

기본으로 되어 있는 경로 

"program": "${workspaceRoot}/bin/Debug/<target-framework>/<project-name.dll>",


반응형