팁
Table of Contents
Mac에서 터미널 code 명령어 Path 설정하기
cat << EOF >> ~/.bash_profile
# Visual Studio Code
export PATH="\$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin/"
EOF줄 끝 공백 제거 기능을 Markdown 파일은 제외하기
"files.trimTrailingWhitespace": true,
"[markdown]": {
"files.trimTrailingWhitespace": false
},Last updated
Was this helpful?