728x90 반응형 Visual Studio Code2 '\r': command not found (visual studio code 에서 해결 포함) windows 기반에서 vs code 내에서 shell 실행할 시에 자주나오는 에러 해결방안 1. visual studio code 사용시 CRLF --> LF 로 변경 2. cmd에서 \r 삭제 dos2unix 스크립트파일명.sh 3. wsl 혹은 bash에서 \r 삭제 sed -i 's/\r$//' 스크립트파일명.sh 2021. 4. 1. visual studio code - snippet 설정하기 설정 File > Preferences > User Snippets New Snippet file for '프로젝트명' : 프로젝트내 snippet New Global snippet file : 모든 프로젝트에 적용 json 파일 예시 { "@ApiImplicit path": { "scope": "java", // 작동되는 프로그래밍 언어 "prefix": "@ApiImplicit path", // "body": [ "@ApiImplicitParams({@ApiImplicitParam(name = \"${1}\", value = \"${2}\", required = true, paramType = \"path\")})", "$2" ], "description": "change path de.. 2021. 3. 31. 이전 1 다음 728x90