Note > 개발환경과도구정리powershell 환경변수 PATH $env:PATH -split ";"By a3040, Published on Invalid Date환경변수 경로 보기$env:PATH ;로 분할해서 보기$env:PATH -split ";"
Note > 개발환경과도구정리vscode / msvc / msbuild / cmake tools / output 콘솔 빌드 한글 깨짐By a3040, Published on Invalid Datevscode / msvc / msbuild / cmake tools / ouput 콘솔 빌드 한글 깨짐.vscode/settings.json 없으면 만들거나, 추가{ "cmake.outputLogEncoding": "utf-8" } 참조 : Incorrect Encoding for CMake Output in VSCode Terminal on Chinese Windows System · Issue #4190 · microsoft/vscode-cmake-tools