- การติดตั้ง Installation
Download Visual Studio Code for macOS.
2. เซตการใช้คำสั่งในการเรียกใช้ VS code ใน CLI
cat << EOF >> ~/.bash_profile
# Add Visual Studio Code (code)
export PATH="\$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"
EOF
3. เปิดการใช้งาน .bash_profile
S source ~/.bash_profile
4. ทดสอบการใช้งาน
$ code . //เป็นการเปิด VS code นะตำแหน่งปัจจุบัน