- Hands-On Serverless Computing
- Kuldeep Chowhan
- 37字
- 2025-04-04 16:32:06
Manually adding Visual Studio Code to your path
If you plan to manually add Visual Studio, then refer to the following code:
cat << EOF >> ~/.bash_profile
# Add Visual Studio Code (code)
export PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"
EOF