982 B
982 B
This is not meant to be an educational how-to guide on VSCode because there are plenty of resources found within the docs itself on that. Instead, these are just a jumble of tips and tricks that I find useful to collect while I develop so that I don't have to constantly keep searching back again while I code.
- Of course, start VSCode through your terminal by
code .
which will instantiate a new VSCode instance directly from that folder. - To completely remove VSCode run:
sudo rm -rf /Applications/Visual\ Studio\ Code.app
rm -rf ~/Library/Application\ Support/Code/
rm -rf ~/Library/Caches/com.microsoft.VSCode/
This will remove content in these primary location directories. Look into deleting these directories as well for a clean uninstall.